|
|
592469352e
|
ddl: Support ALTER DATABASE Placement Policy/ DirectOptions (#27894)
|
2021-10-09 14:25:25 +08:00 |
|
|
|
af09803e07
|
test: remove misuse of errors.ErrorStack in tests (#28661)
|
2021-10-09 14:17:24 +08:00 |
|
|
|
267a3b8162
|
executor: add auto id allocator execution runtime stats (#28013)
|
2021-10-08 17:35:24 +08:00 |
|
|
|
fd73942112
|
executor, planner, util: optimize query statements summary table by conditional pushdown (#27563)
|
2021-09-29 00:30:46 +08:00 |
|
|
|
13be486682
|
planner: rename some variables for easy understanding (#28226)
|
2021-09-26 13:20:46 +08:00 |
|
|
|
955274fbb1
|
util/checksum: fix unstable test (#28332)
|
2021-09-25 22:44:46 +08:00 |
|
|
|
ad9ec4e93c
|
*: Add https/http depending on config for pdapi (#27695)
|
2021-09-23 13:36:46 +08:00 |
|
|
|
c01f1a3c5f
|
config: change tidb_top_sql_agent_address to config top-sql.receiver-address (#28135)
|
2021-09-22 17:48:45 +08:00 |
|
|
|
cddb584acd
|
*: Use snapshot interceptor to do temporary table's point_get/batch_point_get (#28143)
|
2021-09-20 17:24:44 +08:00 |
|
|
|
680de922ed
|
*: fix license header (#28085)
|
2021-09-17 22:26:41 +08:00 |
|
|
|
acf7232069
|
go.mod: change github.com/uber-go/atomic to go.uber.org/atomic (#26508)
|
2021-09-17 11:42:42 +08:00 |
|
|
|
74c507b023
|
test: fix t.Parallel() is called in the range method but is not reinitialised (#27939)
|
2021-09-17 11:30:42 +08:00 |
|
|
|
0854595a69
|
util/encrypt: parallelize tests (#28046)
|
2021-09-15 09:38:41 +08:00 |
|
|
|
89617e20b2
|
txn: allow transaction set custom retrievers (#27847)
|
2021-09-14 16:08:41 +08:00 |
|
|
|
406ffe759c
|
util/encrypt: migrate test-infra to testify (#28016)
|
2021-09-14 13:56:41 +08:00 |
|
|
|
33a6eee76b
|
test: add variable character_set_connection into test session (#27943)
|
2021-09-14 11:22:42 +08:00 |
|
|
|
55609bcc3b
|
util/disk: migrate test-infra to testify (#27860)
|
2021-09-13 16:18:40 +08:00 |
|
|
|
1cd95a8b94
|
*: add more daily benchmark test cases (#26773)
|
2021-09-10 23:00:38 +08:00 |
|
|
|
37a298b04e
|
planner: count rune if charset is neither binary nor ascii (#27664)
|
2021-09-10 22:16:39 +08:00 |
|
|
|
649ed6abc9
|
*: Log SQL statement when coprocessor encounteres lock (#27735)
|
2021-09-08 20:21:03 +08:00 |
|
|
|
fd3730577d
|
ddl: move modify-column job to add-index job queue (#27748)
|
2021-09-08 10:50:57 +08:00 |
|
|
|
6aec001345
|
ddl: support table placement option (#27799)
|
2021-09-07 22:54:57 +08:00 |
|
|
|
6b9d0c53c7
|
util, executor: use a individual rowContainer for each probeWorker in HashJoinExec (#27577)
|
2021-09-07 17:22:57 +08:00 |
|
|
|
04684e6e58
|
ddl: support recover/flashback table for label rules (#27073)
|
2021-09-07 15:40:58 +08:00 |
|
|
|
c85b3e2835
|
util: Disable 3DES ciphers for TLS connections (#27690)
|
2021-09-03 17:06:58 +08:00 |
|
|
|
b35c7bc6e4
|
ddl: Support the operation of dropping multi-indexes in one statement (#20457)
|
2021-09-02 15:14:15 +08:00 |
|
|
|
afca7649fa
|
planner: refine prefer-range-scan behavior (#27123)
|
2021-09-02 12:06:14 +08:00 |
|
|
|
477593e31f
|
util: Correctly use specificed RSA keysize (#27701)
|
2021-09-01 13:18:13 +08:00 |
|
|
|
376e85b2ef
|
*: Support SHOW PLACEMENT for placement policies (#27531)
|
2021-08-31 17:38:13 +08:00 |
|
|
|
645a60f935
|
utils/parser: migrate test-infra to testify (#27401)
|
2021-08-30 16:22:12 +08:00 |
|
|
|
099bc9a230
|
*: Add some kv.Iterator implementations for future use (#27578)
|
2021-08-30 16:14:11 +08:00 |
|
|
|
52c7e25aab
|
util/filesort: migrate test-infra to testify (#27612)
|
2021-08-30 15:14:12 +08:00 |
|
|
|
d05660c834
|
config, server, executor: Reduce RSA keysize in testing (#27393)
|
2021-08-30 14:28:13 +08:00 |
|
|
|
8ba11a66c3
|
ddl: support create and drop placement policy (#27574)
|
2021-08-30 11:36:12 +08:00 |
|
|
|
fabfc22f88
|
util: fix wrong convert from string to enum (#27629)
|
2021-08-27 12:22:05 +08:00 |
|
|
|
8370cab551
|
planner: rename BuildLogicalPlan to BuildLogicalPlanForTest (#27606)
|
2021-08-26 18:42:05 +08:00 |
|
|
|
fdc23e648b
|
util/rowcodec: migrate test-infra to testify (#27525)
|
2021-08-26 18:26:04 +08:00 |
|
|
|
a5b4c2a26a
|
util/chunk: migrate test-infra to testify for all remaining tests (#27028)
|
2021-08-24 18:32:04 +08:00 |
|
|
|
22034c5bcd
|
ddl: support alter table TABLE_NAME engine=xxxx (#27484)
|
2021-08-23 23:06:04 +08:00 |
|
|
|
48e12ae07b
|
util: change super to process privilege when reading statements_summary (#27431)
|
2021-08-23 19:04:03 +08:00 |
|
|
|
de22c5a9b6
|
meta: support storing placement policy into meta (#27251)
|
2021-08-23 18:08:04 +08:00 |
|
|
|
b47d772d47
|
charset: add a config field to control charset feature (#27288)
|
2021-08-20 23:46:01 +08:00 |
|
|
|
98275ca97e
|
util/codec: check length before slicing (#27442)
|
2021-08-20 23:36:01 +08:00 |
|
|
|
dfe9acfa43
|
planner/cascades: migrate test-infra to testify (#27277)
|
2021-08-19 19:56:02 +08:00 |
|
|
|
4e078d6315
|
util: use clone() to avoid reusing the same memory (#27372)
|
2021-08-19 18:18:02 +08:00 |
|
|
|
eab35684c0
|
planner: query should report error when timestamp overflow (#27304)
|
2021-08-19 12:12:00 +08:00 |
|
|
|
68a15f8d0b
|
planner: fix two test cases that use the wrong collation name (#27329)
|
2021-08-18 16:44:00 +08:00 |
|
|
|
5c1081f669
|
*: support user defined filters for baseline capture (#26294)
|
2021-08-18 15:44:00 +08:00 |
|
|
|
867dd7bb32
|
util/chunk: migrate test-infra to testify for column_test, disk_test, iterator_test (#27026)
|
2021-08-17 17:32:00 +08:00 |
|
|
|
b586f271aa
|
*: migrate test-infra to testify for util/mvmap (#27118)
|
2021-08-17 17:22:00 +08:00 |
|