|
|
20ddc19f22
|
server: retry executing sql without tiflash after tiflash is down (#22459)
|
2021-02-05 12:14:41 +08:00 |
|
|
|
2d717c12b3
|
statistics: merge the partition-level stats to global-level stats (#22667)
|
2021-02-05 11:42:41 +08:00 |
|
|
|
9a2997facb
|
statistics,executor: fix some unit tests that run twice (#22705)
|
2021-02-05 11:27:11 +08:00 |
|
|
|
8ddaf03db1
|
executor: fix load data losing connection when batch_dml_size is set (#22724)
|
2021-02-05 10:51:42 +08:00 |
|
|
|
4172f473da
|
*: adapt new api for the executor package (#22644)
Signed-off-by: xhe <xw897002528@gmail.com>
|
2021-02-04 17:32:15 +08:00 |
|
|
|
2fc1703a9c
|
session, exectutor: Guarantee external consistency by default; Add an explicit begin statement to disable it (#22597)
Signed-off-by: ekexium <ekexium@gmail.com>
|
2021-02-04 16:09:46 +08:00 |
|
|
|
343c412531
|
planner, executor, statistics: add tests for version 2 and fix bugs (#22461)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-02-04 15:52:30 +08:00 |
|
|
|
93d3d04092
|
executor: support checking schemaVer before staleness transaction begins (#22679)
|
2021-02-04 11:48:45 +08:00 |
|
|
|
17b88defa4
|
executor: fix invalid txn when using prepare under @@tidb_snapshot (#22697)
Signed-off-by: lysu <sulifx@gmail.com>
|
2021-02-03 18:14:58 +08:00 |
|
|
|
7a275a77bb
|
store/tikv: move EtcdBackend out (#22676)
Signed-off-by: disksing <i@disksing.com>
|
2021-02-03 14:59:57 +08:00 |
|
|
|
44641c3282
|
planner: change the content of AnalyzeTableID to build global-stats (#22554)
|
2021-02-02 15:39:44 +08:00 |
|
|
|
ee876397ac
|
unistore/cophandler: change the logic of mpp execution in unit test. (#22428)
|
2021-02-01 19:06:42 +08:00 |
|
|
|
843e03996b
|
*: do not report error for prepared stmt execution if tidb_snapshot is set (#22568)
|
2021-02-01 14:44:17 +08:00 |
|
|
|
7ca1629d1a
|
*: refactor ExecuteInternal to return single resultset (#22546)
|
2021-02-01 14:05:27 +08:00 |
|
|
|
4c0fe88a71
|
store/tikv: resolve sessionctx dependency (#22584)
Signed-off-by: disksing <i@disksing.com>
|
2021-01-29 17:09:14 +08:00 |
|
|
|
3dff7cd348
|
store/tikv: resolve variable dependency (#22609)
Signed-off-by: disksing <i@disksing.com>
|
2021-01-29 15:52:14 +08:00 |
|
|
|
558d5610ce
|
executor: fix load-data result when field term be the prefix of line term (#22585)
Signed-off-by: lysu <sulifx@gmail.com>
|
2021-01-28 17:46:00 +08:00 |
|
|
|
871856db04
|
store/tikv: export failpoints (#22539)
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
|
2021-01-27 17:13:30 +08:00 |
|
|
|
edb2741f36
|
executor: refine bigint unsigned primary key duplicate error (#22153)
|
2021-01-27 16:57:01 +08:00 |
|
|
|
fbcf75acc9
|
store/tikv: refactor: remove import tidb.config.security in store/tikv (#22538)
Signed-off-by: shirly <AndreMouche@126.com>
|
2021-01-27 12:08:24 +08:00 |
|
|
|
05d995d73d
|
statistics: add more tests about ver2-stats (#22457)
|
2021-01-26 20:59:18 +08:00 |
|
|
|
0aa476034a
|
go.mod, statistics, planner: replace TIDB_STATS with STATS_EXTENDED (#22492)
|
2021-01-25 21:18:07 +08:00 |
|
|
|
b24095d909
|
infoschema: support query partition_id from infoschema.partitions (#22240)
Signed-off-by: lysu <sulifx@gmail.com>
|
2021-01-22 14:22:29 +08:00 |
|
|
|
cd390bdfab
|
executor: skip null data in common handle during point-get (#22483)
|
2021-01-22 14:07:02 +08:00 |
|
|
|
2364fec8f0
|
executor: fix load data in file get wrong result #20854 (#21895)
|
2021-01-21 21:53:29 +08:00 |
|
|
|
dd8fd16145
|
session: add testcases for staleness transaction (#22438)
Signed-off-by: Song Gao <disxiaofei@163.com>
|
2021-01-21 20:47:59 +08:00 |
|
|
|
ac17ae982a
|
util/codec: add error handling to NewCommonHandle() to avoid panic (#22458)
|
2021-01-21 16:44:59 +08:00 |
|
|
|
8d6ddedfb1
|
session,executor: fix point get under @@tidb_snapshot (#22460)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-01-21 14:43:19 +08:00 |
|
|
|
8ddd41c960
|
executor: fix typo (#22385)
|
2021-01-18 16:15:28 +08:00 |
|
|
|
405c6bbaba
|
*: make 'tidb_enable_change_column_type' available as a session variable (#20399)
|
2021-01-18 14:29:48 +08:00 |
|
|
|
ca93c7fc16
|
types: convert string to MySQL BIT correctly (#21310)
|
2021-01-18 12:17:58 +08:00 |
|
|
|
42edd7a29f
|
executor: metrics slow query is divided into internal and general (#22350)
|
2021-01-15 14:26:57 +08:00 |
|
|
|
1bb914ed9a
|
executor: expression index should not appear in key_column_usage (#22358)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2021-01-15 11:00:30 +08:00 |
|
|
|
d0ca720a5f
|
*: support ALTER TABLE ADD / DROP TIDB_STATS (#22127)
|
2021-01-14 15:28:28 +08:00 |
|
|
|
3dd842f50a
|
statistics: add bucket ndv for index histogram (#20580)
Co-authored-by: Yuanjia Zhang <zhangyuanjia@pingcap.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-01-13 18:24:21 +08:00 |
|
|
|
68aaa2fa7e
|
*: fix auto-id allocate tracing (#22371)
|
2021-01-13 12:19:58 +08:00 |
|
|
|
289bc7e79c
|
ddl: concurrent safe api for using rule bundles cache (#22035)
Signed-off-by: xhe <xw897002528@gmail.com>
|
2021-01-13 10:58:58 +08:00 |
|
|
|
2c4a60daff
|
executor: fix tidb can not show view data_type (#22363)
|
2021-01-12 17:33:28 +08:00 |
|
|
|
8d4cac2c89
|
oracle: fix GetStaleTimestamp get stuck error (#22279)
|
2021-01-12 12:17:00 +08:00 |
|
|
|
6280016ac6
|
executor: fix memTableReader decoding for old row format key-values (#22221)
|
2021-01-11 17:00:28 +08:00 |
|
|
|
b8c91d14ef
|
expression, executor: fix runtime panic in WEIGHT_STRING function when the length of binary is too large (#22251)
|
2021-01-11 11:47:27 +08:00 |
|
|
|
8cc5e170e9
|
*: using a lru cache in cachedb (#22312)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
2021-01-09 14:48:58 +08:00 |
|
|
|
31bbfcef82
|
executor: refine maxOneRow (#22194)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2021-01-09 13:19:14 +08:00 |
|
|
|
4071a72bf2
|
executor: add test case for memory cache in parition table (#22291)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
2021-01-08 14:34:28 +08:00 |
|
|
|
fe9d3161fa
|
executor: store correct plan hint in statements_summary when log level is 'debug' (#22219)
|
2021-01-08 14:03:10 +08:00 |
|
|
|
caa8c16cac
|
execution: support explain analyze in mpp execution. (#22053)
|
2021-01-07 17:46:59 +08:00 |
|
|
|
c6fae57f4e
|
executor: check not exist error in batch point get for cached tables (#22264)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
2021-01-07 17:17:58 +08:00 |
|
|
|
d1d5cc433e
|
time: fix parse datetime won't truncate the reluctant string (#22232)
|
2021-01-07 14:52:16 +08:00 |
|
|
|
73a6f53a3a
|
*: cache batch point get for read-only table (#22165)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
2021-01-07 14:19:44 +08:00 |
|
|
|
ec73315dce
|
*: Move tikv gc configuration to sysvars (#21988)
|
2021-01-07 13:59:44 +08:00 |
|