Commit Graph

181 Commits

Author SHA1 Message Date
8709bb53df brie: support batch ddl for sql restore (#49089)
close pingcap/tidb#48301
2023-12-27 10:27:27 +00:00
aeefec893d session, chunk: refactor re-used chunk allocator in executor (#49667)
close pingcap/tidb#49661
2023-12-27 06:31:57 +00:00
a7ef915052 *: upgrade rules_go (#49693) 2023-12-27 02:15:28 +00:00
bca554aa82 planner: unite the variable name (#49759) 2023-12-26 07:28:58 +00:00
8e0a770726 test: fix unstable TestTiDBClusterInfo test (#49775)
close pingcap/tidb#49772
2023-12-26 03:37:56 +00:00
a8a7525456 planner: introduce a new fix-control variable to lift all plan cache restrictions for testing (#49754)
close pingcap/tidb#49736
2023-12-25 11:42:26 +00:00
291875a689 *: support setting txn-entry-size-limit by sys var (#49237)
close pingcap/tidb#49236
2023-12-25 09:43:58 +00:00
946bcfca14 stmtsummary: add request-units info in statements_summary (#49504)
ref pingcap/tidb#49318
2023-12-25 07:33:26 +00:00
9feb102d19 executor: BCE for the analyze (#49726)
close pingcap/tidb#49704
2023-12-25 06:58:56 +00:00
660b1f3909 *: upgrade client-go (#49715)
close pingcap/tidb#49311
2023-12-25 02:57:26 +00:00
8db81ede99 executor: remove bce in the AnalyzeColumnsExec (#49703)
close pingcap/tidb#49704
2023-12-22 08:16:55 +00:00
ebd259c6a7 planner: move more hint code to a separate package (#49697)
ref pingcap/tidb#48875
2023-12-22 06:18:45 +00:00
3a8b5ac2b0 planner: move more hint code to a separate package (#49673)
ref pingcap/tidb#48875
2023-12-21 10:42:50 +00:00
7f9559c10c executor: refactor executor pkg's warning and note generation (#49600)
close pingcap/tidb#49291
2023-12-21 10:42:23 +00:00
b27587e9b6 session: add resource group name in stmt context (#49422)
close pingcap/tidb#49318
2023-12-21 02:58:54 +00:00
a09faccd9a tests, executor, br: fix time_zone related bugs in UT (#49588)
close pingcap/tidb#49493
2023-12-20 10:53:00 +00:00
b850d26e7f pkg/executor: refine the Executor interface (#49494)
close pingcap/tidb#49490
2023-12-19 09:54:23 +00:00
a9317bebab driver: update the PD HTTP client to support source mark (#49578)
ref pingcap/tidb#35319
2023-12-19 08:42:22 +00:00
5167654f64 tests: fix some tests failed when system_time_zone != Asia/Shanghai (#49557)
ref pingcap/tidb#49493
2023-12-18 13:25:52 +00:00
9fad344aac txn: make load data transactional (#49079)
ref pingcap/tidb#49078
2023-12-18 07:43:53 +00:00
323b0f772b *: remove deprecated LOAD DATA actions (#49470)
ref pingcap/tidb#44078
2023-12-15 14:00:21 +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
531a1ce920 stmtctx: remove OverflowAsWarning flag (#49122)
close pingcap/tidb#49137, close pingcap/tidb#49143
2023-12-14 16:51:19 +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
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
3fb6b98d1d executor: fill correlated column value in late materialization filter conditions (#49244)
close pingcap/tidb#49241
2023-12-13 12:12:20 +00:00
161107a712 executor: add ru details in slow log and INFORMATION_SCHEMA.SLOW_QUERY (#49067)
close pingcap/tidb#42892, ref pingcap/tidb#49318
2023-12-13 07:30:19 +00:00
9f612e3762 pkg/executor: fix the hang issue in indexHashJoin (#49218)
close pingcap/tidb#49033
2023-12-13 06:36:20 +00:00
93225684c1 br/storage: add scope to support service_account type of credential file & remove default GCS httpclient (#49363)
ref pingcap/tidb#49340
2023-12-12 17:16:48 +00:00
80c6fc1fbd executor: recover panic in executor.Close() (#49222)
close pingcap/tidb#49223
2023-12-12 13:09:19 +00:00
631ce093d2 disttask: fix service_scope replaced (#49246)
close pingcap/tidb#49245
2023-12-12 03:46:49 +00:00
ba55c98fb1 executor: fix data race for test TestColumnName (#49348)
close pingcap/tidb#49323
2023-12-12 02:54:25 +00:00
a7260ff598 disttask: impl slot manager in dispatcher, and check resource before start dispatcher (#49195)
close pingcap/tidb#49100
2023-12-11 13:49:48 +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
bcbccafcea *: replace exp/maps with std/maps (#49315)
ref pingcap/tidb#45933
2023-12-11 02:19:47 +00:00
d23e1c379a server,executor: split ResultSet Close() to Finish() and Close() (#49224)
close pingcap/tidb#48667
2023-12-08 12:06:17 +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
90e272abc3 planner: encapsulate binding operations behind 2 interfaces (#49261)
ref pingcap/tidb#48875
2023-12-08 02:25:23 +00:00
4dabd69093 executor: inherit memory quota from user session for admin check (#49260)
close pingcap/tidb#49258
2023-12-07 10:25:21 +00:00
5db7c6aab5 resource_control: fetch cpu quota metrics from store instead of prometheus (#49176)
close pingcap/tidb#49174
2023-12-07 09:26:51 +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
0c7659c190 executor: fix deadlock in dml statement with cte when oom panic action was triggered (#49192)
close pingcap/tidb#49096
2023-12-05 15:04:18 +00:00
32cf9b95b2 *: add tidb_analyze_distsql_scan_concurrency (#48829)
close pingcap/tidb#48949
2023-12-05 09:50:49 +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
6492800b9c *: Support idle transaction timeout (#48714)
close pingcap/tidb#48712
2023-12-05 04:01:19 +00:00
a63dfc139d executor: fix tidb crash when shuffleExec quit unexpectedly (#48828)
close pingcap/tidb#48230
2023-12-04 10:40:22 +00:00
a92497bbdf parser, infoschema, executor: Add information_schema.keywords (#48807)
close pingcap/tidb#48801
2023-12-02 11:28:19 +00:00
3b419c5adc disttask: add fields for resource control & remove global/g prefix from task (#49020)
close pingcap/tidb#49019
2023-12-01 04:35:48 +00:00