Commit Graph

48 Commits

Author SHA1 Message Date
9fad344aac txn: make load data transactional (#49079)
ref pingcap/tidb#49078
2023-12-18 07:43:53 +00:00
423834132d parser, planner: fix embedded setOprStmt will be seen as SetOprSelectList item and lost its orderBy and Limit (#49421)
close pingcap/tidb#49377
2023-12-15 08:40:50 +00:00
f5323284b1 planner: support creating universal bindings (#49426)
ref pingcap/tidb#48875
2023-12-14 09:40:50 +00:00
70aad89294 executor: fix IndexNestedLoopHashJoin missed panicErr (#49454)
close pingcap/tidb#49453
2023-12-14 08:58:58 +00:00
9f612e3762 pkg/executor: fix the hang issue in indexHashJoin (#49218)
close pingcap/tidb#49033
2023-12-13 06:36:20 +00:00
80c6fc1fbd executor: recover panic in executor.Close() (#49222)
close pingcap/tidb#49223
2023-12-12 13:09:19 +00:00
ba55c98fb1 executor: fix data race for test TestColumnName (#49348)
close pingcap/tidb#49323
2023-12-12 02:54:25 +00:00
4eada20dcc *: add unnecessary untracked files to .gitignore and clean up them (#49314)
close pingcap/tidb#49070
2023-12-11 07:22:54 +00:00
a3e2ddb586 *: Keep the auto id allocator for single table renames (#47892)
close pingcap/tidb#46904
2023-12-08 09:45:19 +00:00
4a7b232ccd tests: speed up split_table.test in TiKV env (#49219) 2023-12-06 13:13:20 +00:00
d932d907f8 errmsg: fix example s3 url in error msg (#49207)
close pingcap/tidb#49196
2023-12-06 03:22:19 +00:00
a6c60424c9 test: remove test files (extract and replayer) after running tests (#49132)
close pingcap/tidb#49127
2023-12-05 04:44:49 +00:00
b7de124be3 tests: move global index related test to tests/integrationtest (#49044)
ref pingcap/tidb#45961
2023-11-30 10:57:04 +00:00
94a7844732 *: add tidb_enable_global_index session variables (#48834)
close pingcap/tidb#48825
2023-11-30 02:58:18 +00:00
651e77099b tests: update mysql-tester, enable table-lock in integrationtest (#48956)
close pingcap/tidb#45961
2023-11-28 12:02:48 +00:00
8583ab5320 planner: fix possible inconsistent output cols among union's children (#48775)
close pingcap/tidb#48755
2023-11-24 12:53:44 +00:00
707f860527 util/rowcodec,tablecodec: remove stmtctx dependency from rowcodec and tablecodec (#48816)
close pingcap/tidb#48751
2023-11-23 10:19:13 +00:00
b8515ae354 session: move session interface into new package (#48792)
ref pingcap/tidb#44940
2023-11-23 05:28:11 +00:00
077a3e96cb tests: Update mysql-tester, move tests related with RowsAffected and LastMessage (#48789)
ref pingcap/tidb#45961
2023-11-23 04:11:49 +00:00
3d176fcc2c util/codec,util/errctx,*: add error context, and use it to refactor util/codec (#48613)
close pingcap/tidb#48611
2023-11-20 13:53:40 +00:00
5ac833e775 test: fix unstable test TestIndexMergeRuntimeStats (#48700) 2023-11-20 03:32:41 +00:00
ab354f3e5c tests: move more tests to integration test (#48647)
ref pingcap/tidb#45961
2023-11-17 03:42:47 +00:00
87e121f526 tests: update mysql-tester, move more tests to integration test (#48617)
ref pingcap/tidb#45961
2023-11-16 02:09:46 +00:00
6e8df186f5 executor: fix goroutine leak for EvalSubqueryFirstRow (#48133)
close pingcap/tidb#48007
2023-11-13 02:27:43 +00:00
92f071afeb executor: fix hang when the analyze worker unexpectedly exits (#48365)
close pingcap/tidb#48356
2023-11-08 13:38:11 +00:00
79a62779af executor: fix panic when to enable tidb_mem_quota_analyze (#48358)
close pingcap/tidb#48357
2023-11-07 13:33:41 +00:00
633d2231a8 executor: put sort files into one folder (#48351)
ref pingcap/tidb#47733
2023-11-07 11:53:26 +00:00
662528d02d tests: move IT in executor to tests/integrationtest (PART 11) (#48325)
close pingcap/tidb#47076
2023-11-07 04:12:41 +00:00
286e8521ac planner: eliminate useless scalar subqueries in some scenarios of aggregate queries (#47550)
close pingcap/tidb#45822
2023-11-07 02:18:41 +00:00
11695f26ef executor: add recover handler for handleResultsError (#48326)
close pingcap/tidb#48327
2023-11-06 15:02:11 +00:00
4979e9985c *: share etcd client from domain for autoid allocator (#46647)
close pingcap/tidb#46324
2023-11-06 05:54:40 +00:00
2165ca5bd9 tests: move IT in executor to tests/integrationtest (PART 10) (#48263)
ref pingcap/tidb#47076
2023-11-06 01:42:40 +00:00
4f00ece106 executor: fix hang for analyze table when exceed tidb_mem_quota_analyze (#48264)
close pingcap/tidb#48171
2023-11-03 15:47:09 +00:00
a0d24096ca executor: improve parallel hash aggregation (#47428)
close pingcap/tidb#47427
2023-11-03 02:59:09 +00:00
c3282e37fc tests: move IT in executor to tests/integrationtest (PART 9) (#48179)
ref pingcap/tidb#47076
2023-11-02 10:00:39 +00:00
e1cfac4a8b planner: speed up the slow test TestPartitionTableRandomIndexMerge (#48234)
close pingcap/tidb#46836
2023-11-02 09:24:39 +00:00
d380ef458e tests: move IT in executor to tests/integrationtest (PART 8) (#48098)
ref pingcap/tidb#47076
2023-11-01 06:59:08 +00:00
3894bc5232 admin: fix admin recover index with CommonHandle table in TiKV env (#48048)
close pingcap/tidb#47687
2023-10-31 06:12:36 +00:00
a2edc738de *: move sqlescaping from pkg/util/sqlexec to pkg/util/sqlescape (#48061)
close pingcap/tidb#48055
2023-10-31 01:45:36 +00:00
bf1913e796 planner: fix mpp task spreading blocked by virtual column substitution (#48041)
close pingcap/tidb#47766
2023-10-27 11:18:41 +00:00
6d64b7e89a types, stmtctx, *: use ZeroDate, ZeroInDate and InvalidDate related flags to replace variable in statement context (#47794)
close pingcap/tidb#47507, close pingcap/tidb#47508
2023-10-27 10:44:05 +00:00
ecaa1c518c executor: move IT in pkg/executor/partition_table_test to tests/integrationtest (#47957)
ref pingcap/tidb#47076
2023-10-25 06:38:04 +00:00
2a628c4801 *: unified the cancel/kill logic in tidb (#47063)
close pingcap/tidb#47075
2023-10-23 09:48:38 +00:00
515899f090 executor, tests: move test cases from executor to integrationtest (PART 4) (#47877)
ref pingcap/tidb#47076
2023-10-22 03:54:30 +00:00
3ef01b5882 types, *: move truncate flags to the types context (#47522)
close pingcap/tidb#47511
2023-10-18 05:15:29 +00:00
72d989d406 *: simple code (#47737) 2023-10-18 03:42:29 +00:00
f4f8cd630a executor, tests: move test cases from union_scan_test.go and kv_test.go to integrationtest (#47659)
ref pingcap/tidb#47076
2023-10-16 09:12:29 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00