|
|
613373e78f
|
planner: refactor the code of buildUpdate to solve some bugs (#13208)
|
2019-11-11 12:50:35 +08:00 |
|
|
|
cd7a053dbb
|
ddl, executor: limit the length of the index name when executing "create table" (#13016)
|
2019-11-09 14:19:42 +08:00 |
|
|
|
5737729493
|
stats: fix panic when fast analyze on empty table (#13284)
|
2019-11-08 19:14:53 +08:00 |
|
|
|
5c3ed7ff60
|
*: refine transaction related log (#13263)
|
2019-11-08 14:56:09 +08:00 |
|
|
|
f9be8ebf85
|
*: make log_level working for gotest (#13258)
|
2019-11-08 14:44:39 +08:00 |
|
|
|
ab1c939d1c
|
executor: fix fast analyze test (#13275)
|
2019-11-08 14:11:33 +08:00 |
|
|
|
26174f11b5
|
*: disable batch DMLs by default (#13081)
|
2019-11-07 19:59:15 +08:00 |
|
|
|
60d4291c5d
|
store: upgrade the CheckTxnStatus API (#13123)
CheckTxnStatus introduces a non-block read mode. In this mode, TiDB can ignore
the secondary lock TTL check and send the CheckTxnStatus request.
|
2019-11-07 19:09:13 +08:00 |
|
|
|
5a00578e27
|
executor: fix data race in TestStatementContext (#13169)
|
2019-11-07 15:25:47 +08:00 |
|
|
|
559f5ea87c
|
executor: fix TestShowTableRegion (#13234)
|
2019-11-07 14:32:23 +08:00 |
|
|
|
aecc3421dc
|
executor: do update forUpdateTs for err path (#13218)
|
2019-11-07 13:59:39 +08:00 |
|
|
|
b697fac4ba
|
expression: vectorize hash calculation during probing (#12048) (#12669)
|
2019-11-05 21:42:34 +08:00 |
|
|
|
5fd8b4d251
|
executor: support innodb_lock_wait_timeout for pessimistic transaction (#13103)
|
2019-11-05 17:26:40 +08:00 |
|
|
|
186c6acbfe
|
executor: fix data race in TestAnalyzeFastSample (#13130)
|
2019-11-05 11:49:19 +08:00 |
|
|
|
1827c7a701
|
executor: fix goroutine leak in testRecoverTable (#13135)
|
2019-11-05 11:44:43 +08:00 |
|
|
|
f12403ef08
|
executor: support select for update no wait (#12775)
|
2019-11-04 17:01:40 +08:00 |
|
|
|
ff6a4f7e8f
|
kv: add error code for package kv (#12866)
|
2019-11-01 15:13:27 +08:00 |
|
|
|
7bfa8967e1
|
executor: rename HashJoin.outer and inner to probe and build (#13045)
|
2019-10-31 11:43:36 +08:00 |
|
|
|
cb99508347
|
executor: change indexLookupJoin.outerResult to chunk.List (#12972)
|
2019-10-30 17:53:33 +08:00 |
|
|
|
e8294ad636
|
executor: try to cache executor for prepared point select (#12855)
|
2019-10-30 10:23:18 +08:00 |
|
|
|
9ed376ada2
|
util/admin: support admin check table on partition table (#12796)
|
2019-10-29 20:16:37 +08:00 |
|
|
|
36f0f37b40
|
expression, planner: remove some fields from `expression.Colum… (#12573)
|
2019-10-29 15:48:26 +08:00 |
|
|
|
bb2e349fea
|
bindinfo: support multiply bindings for a sql (#12851)
|
2019-10-29 14:40:23 +08:00 |
|
|
|
9c9f79a95f
|
executor: Hide offline pumps/drainers (#12862)
|
2019-10-28 19:16:59 +08:00 |
|
|
|
deb7700e85
|
test: fix ddl_test and make auto id test stable (#12931)
|
2019-10-28 11:50:00 +08:00 |
|
|
|
1016acc1e4
|
executor: wait all fetchChildData exiting in HashAggExec.Close (#12930)
|
2019-10-25 20:03:26 +08:00 |
|
|
|
04c8b32de2
|
executor: fix wrong runtime stats record in index merge join (#12925)
|
2019-10-25 17:16:26 +08:00 |
|
|
|
342e8ed96c
|
executor: change outer result to list in index merge join (#12727)
|
2019-10-25 16:15:21 +08:00 |
|
|
|
4907685ed2
|
*: fix bug that the kill command doesn't work when the killed session is waiting for the pessimistic lock (#12852)
|
2019-10-24 17:26:12 +08:00 |
|
|
|
bb1c5c8493
|
executor: fix the projection upon the indexLookUp in indexLookUpJoin can't get result. (#12889)
|
2019-10-24 11:41:59 +08:00 |
|
|
|
2e6a2ee478
|
planner, executor: support create view on union (#12595)
|
2019-10-24 11:30:12 +08:00 |
|
|
|
73213999ce
|
executor: reuse chunk row for insert on duplicate update (#12847)
|
2019-10-23 21:57:07 +08:00 |
|
|
|
9b0334601a
|
executor: speed up test (#12896)
|
2019-10-23 21:11:21 +08:00 |
|
|
|
34b3c9a641
|
executor: fix data race in GetDirtyTable() (#12767)
|
2019-10-23 13:57:30 +08:00 |
|
|
|
bc997d7035
|
executor: split test for speed up (#12881)
|
2019-10-23 12:58:29 +08:00 |
|
|
|
9a074ca8a7
|
executor: fix inconsistent of grants privileges with MySQL when executing grant all on ... (#12330)
|
2019-10-23 11:33:53 +08:00 |
|
|
|
d15bf25961
|
planner: unfold the wildcard when creating view (#11818)
|
2019-10-22 17:55:16 +08:00 |
|
|
|
5bf03c8df4
|
executor: add SHUTDOWN command and privilege check (#12804)
|
2019-10-21 21:49:56 +08:00 |
|
|
|
b8cd65714f
|
*: record and print the plan in slow log. (#12179)
|
2019-10-17 22:13:19 +08:00 |
|
|
|
e1ba309148
|
executor: make IndexHashJoin support keeping the outer order (#12349)
|
2019-10-17 14:48:24 +08:00 |
|
|
|
740b7769b0
|
*: support automatically create sql baselines (#12434)
|
2019-10-17 14:16:48 +08:00 |
|
|
|
609b52998f
|
executor: revert mostly changes in #11678 (#12481)
|
2019-10-16 21:22:49 +08:00 |
|
|
|
5564267250
|
Fix forever hanging when HashAgg is called by apply (#12760)
|
2019-10-16 20:16:21 +08:00 |
|
|
|
e80bab6d46
|
fix the STR_TO_DATE incompatible between MySQL and TiDB (#12623)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-10-15 17:51:25 +08:00 |
|
|
|
4a43daa882
|
planner: handle single partition in IndexJoin correctly (#12581)
|
2019-10-15 11:26:03 +08:00 |
|
|
|
cc991d90d3
|
executor: support index lookup merge join in executor. (#12024)
|
2019-10-14 19:21:33 +08:00 |
|
|
|
a64ee14279
|
executor: support projection as inner child of index join (#12640)
|
2019-10-14 17:51:50 +08:00 |
|
|
|
99a4e602fb
|
*: support split partition table region (#12213)
|
2019-10-14 15:40:45 +08:00 |
|
|
|
cf6dd376a3
|
table: avoid write untouched index in auto commit and avoid get untouched index key from tikv (#12609)
|
2019-10-14 11:02:54 +08:00 |
|
|
|
2dc472fc98
|
infoschema: add tidb_servers_info memory table (#12580)
|
2019-10-14 10:58:19 +08:00 |
|