Commit Graph

60 Commits

Author SHA1 Message Date
8d9e67b37d planner: Fix issue 52198, HandleColOffset was wrong. (#52210)
close pingcap/tidb#52198
2024-03-28 13:18:48 +00:00
61ba63982d executor: align behavior of foreign keys in "SHOW CREATE TABLE" with MySQL. (#51294)
ref pingcap/tidb#51837
2024-03-21 14:14:14 +00:00
a04fed93a7 util: skip always false DNF (#51901)
close pingcap/tidb#40997
2024-03-21 10:35:14 +00:00
454e5a790e infoschema: fix regression on select table_rows from information_schema.tables for partition table (#51980)
close pingcap/tidb#51942
2024-03-21 10:00:43 +00:00
c1befbba61 executor: fix BatchPoint leads to tidb panic when KeyPartition column is part of multi-column index (#51315)
close pingcap/tidb#51313
2024-03-04 12:53:04 +00:00
0df9170791 planner/infoschema: support push down lower to some memtables (#50874)
ref pingcap/tidb#50305
2024-02-27 07:26:01 +00:00
2c46b8e004 executor: avoid prealloc too big slice for indexMerge (#51284)
close pingcap/tidb#51188
2024-02-23 10:51:27 +00:00
efe8523d53 planner/infoschema: add predicate pushdown for system tables (#50779)
ref pingcap/tidb#50305
2024-02-01 10:30:25 +00:00
0250675b0b txn: deprecate the transaction auto retry and related statement count limit (#50782)
ref pingcap/tidb#50350
2024-01-30 08:10:59 +00:00
41f56d1e89 planner: fix name ambiguous check when building natural join without filter (#36012)
close pingcap/tidb#32044
2024-01-29 07:21:22 +00:00
9fb89b002c executor: fix select wrong partition for hash partition table (#50430)
close pingcap/tidb#50427
2024-01-16 02:36:15 +00:00
205b5bbd21 variable: fix information_schema.VARIABLES_INFO DEFAULT_VALUE not right problem (#49524)
close pingcap/tidb#49461, close pingcap/tidb#49968, close pingcap/tidb#50155
2024-01-11 10:52:55 +00:00
2253f2940f *: do not return row not match parition error when using update ingore (#50134)
close pingcap/tidb#50128
2024-01-08 04:22:53 +00:00
f5cb034baa ddl: support fine-grained modify column and add column (#50039)
close pingcap/tidb#48519
2024-01-05 05:47:03 +00:00
ebe334f48b executor: fix select wrong partition for hash partition table (#50045)
close pingcap/tidb#50044
2024-01-04 05:14:02 +00:00
596276bc33 executor: use EncodeKey to encode groupkey in StreamAggExec (#49974)
close pingcap/tidb#49902
2024-01-03 07:48:39 +00:00
3fd9eaad95 planner: fix between ... and ... get wrong result for partition table (#49853)
close pingcap/tidb#49842
2023-12-29 08:22:59 +00:00
7c0c01d561 planner: fix index merge reader may lost enforced prop sort when table plan is pure (#49844)
close pingcap/tidb#49605
2023-12-28 10:10:58 +00:00
60d6286fa3 ddl: support bdr bwlist (#48776)
ref pingcap/tidb#48519
2023-12-28 08:04:58 +00:00
30b2b8fbf5 executor: display pre_split_regions for auto_random tables in SHOW CREATE (#49781)
close pingcap/tidb#49839
2023-12-27 12:07:58 +00:00
b27587e9b6 session: add resource group name in stmt context (#49422)
close pingcap/tidb#49318
2023-12-21 02:58:54 +00:00
531a1ce920 stmtctx: remove OverflowAsWarning flag (#49122)
close pingcap/tidb#49137, close pingcap/tidb#49143
2023-12-14 16:51:19 +00:00
0110acbdfe executor: set OverflowAsWarning for insert statement in non-strict sql mode (#49383)
close pingcap/tidb#49369
2023-12-14 04:28:50 +00:00
1cfb3b9f71 session: reset CTEStorageMap before txn conflict and retry() (#49399)
close pingcap/tidb#46522
2023-12-13 19:28:49 +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
8dac7568ee tests: enable check-error for integrationtest (#49230) 2023-12-07 10:58:21 +00:00
4a7b232ccd tests: speed up split_table.test in TiKV env (#49219) 2023-12-06 13:13:20 +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
8d181ede01 executor, codec: hash join build wrong hash key for ENUM/SET value (#49031)
close pingcap/tidb#48991
2023-11-30 09:33:05 +00:00
129be4cca5 executor: fix index out of range panic of cte when max_chunk_size is samll (#48839)
close pingcap/tidb#48808
2023-11-29 08:19:19 +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
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
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
bee28760d8 parser/executor: admin show/set bdr role (#48504)
ref pingcap/tidb#48519
2023-11-16 12:44:16 +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
5b05c0dba8 tests: update mysql-tester commit (#48462) 2023-11-10 03:26:13 +00:00
83e39bc83a planner/core: keep sort operator when ordered by tablesample (#48315)
close pingcap/tidb#48253
2023-11-08 17:17:12 +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
2165ca5bd9 tests: move IT in executor to tests/integrationtest (PART 10) (#48263)
ref pingcap/tidb#47076
2023-11-06 01:42:40 +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
d380ef458e tests: move IT in executor to tests/integrationtest (PART 8) (#48098)
ref pingcap/tidb#47076
2023-11-01 06:59:08 +00:00
9a4997fb80 tests: move IT in executor to tests/integrationtest (PART 7) (#48035)
ref pingcap/tidb#47076
2023-10-30 02:42:35 +00:00
d4b81de2dc tests: move IT in executor to tests/integrationtest (PART 6) (#47998)
ref pingcap/tidb#47076
2023-10-26 06:59:04 +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
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
3f9ba2bf56 executor, tests: move test cases from executor to integrationtest (PART 3) (#47796)
ref pingcap/tidb#47076
2023-10-21 07:07:59 +00:00
6166594a41 executor, tests: move test cases from executor to integrationtest (#47746)
ref pingcap/tidb#47076
2023-10-19 03:10:58 +00:00
4009bae9cf executor, tests: move some test cases from executor to integrationtest (#47720)
ref pingcap/tidb#47076
2023-10-17 13:24:30 +00:00
d0a5bc5bc1 tests: fix some test cases in real TiKV env (#47697)
ref pingcap/tidb#45961
2023-10-17 08:11:00 +00:00