Commit Graph

6033 Commits

Author SHA1 Message Date
2680a9a8ea executor, tests: move some test cases from executor_test.go to integrationtest (#47128)
ref pingcap/tidb#47076
2023-09-21 02:37:44 +00:00
3f3b07eb26 *: add resource group name when dispatch req to tiflash (#47096)
close pingcap/tidb#47093
2023-09-20 07:21:14 +00:00
6271d1c80b executor: Escape object in show grants output (#46976)
close pingcap/tidb#46975
2023-09-20 02:34:42 +00:00
4edb78eb94 partition: make ExchangePartition follow check constraints during writeOnly state(Part2) (#46030)
ref pingcap/tidb#45922
2023-09-20 01:52:43 +00:00
e324e08d1b distsql,executor,expression: add code OWNERS files (#47091)
ref pingcap/tidb#47088
2023-09-19 23:49:42 +00:00
bb49dc1702 statstics: reuse fmsketch (#47070)
close pingcap/tidb#47071
2023-09-19 15:48:14 +00:00
b3ec110e18 executor: fix the error that is raised when executing the window function with range type frame (#46927)
close pingcap/tidb#46298
2023-09-19 13:55:43 +00:00
8f0b9d5d46 planner: remove StatsHandler.mu (#47082)
ref pingcap/tidb#46905
2023-09-19 13:10:42 +00:00
4450ae4513 importinto: integrate global sort(without merge-sort) part 1 (#46998)
ref pingcap/tidb#46704
2023-09-19 11:10:42 +00:00
4bd39b5fd7 statistics: add comments and change isIndex to bool (#47062) 2023-09-19 09:07:42 +00:00
789de8dff6 statistics: add better API and better logs for lock stats (#47024)
ref pingcap/tidb#46351
2023-09-19 07:12:12 +00:00
135898491e executor, statistics: add logs in failpoint to debug flaky test (#47013)
ref pingcap/tidb#46992
2023-09-15 17:01:40 +00:00
8b15111454 planner: support lock/unlock stats of partition tables (#46768)
ref pingcap/tidb#46351
2023-09-15 12:55:40 +00:00
95a35f6721 executor: add some comments and fix typos (#47005) 2023-09-15 08:25:39 +00:00
4c1f28b385 tests: Use tk.MustHavePlan and tk.MustNotHavePlan instead of tk.HasPlan (#46947)
close pingcap/tidb#46945
2023-09-15 05:16:39 +00:00
b75e8f08cc executor: add some comments and fix typos (#46987) 2023-09-14 17:15:10 +00:00
ae3f595538 disttask: refactor task step and batch subtask dispatching (#46957)
ref pingcap/tidb#46258
2023-09-14 16:04:39 +00:00
e890aede71 handle: add global status handler (#46974)
ref pingcap/tidb#46905
2023-09-14 15:18:09 +00:00
42723fa9e3 *: rename variable tidb_kv_read_timeout to tikv_client_read_timeout and remove tidb_kv_read_timeout stmt hint (#46714)
close pingcap/tidb#46713
2023-09-14 14:33:10 +00:00
1159bc8d88 *: add SESSION_ALIAS column in processlist table and expensive query log (#46890)
close pingcap/tidb#46889
2023-09-13 15:22:51 +00:00
fd7ff09ff9 *: support collect and async load stats for mv index (#46731)
ref pingcap/tidb#46539
2023-09-13 15:22:39 +00:00
2c4e8dc9bb *: unite stats cache's GET (#46939)
ref pingcap/tidb#46905
2023-09-13 11:15:09 +00:00
3ad4f74354 planner: add limit control for intersection case of index merge reader (#46862)
close pingcap/tidb#46863
2023-09-13 08:28:50 +00:00
c7f5781d21 planner: remove useless todo comment and fix some typos for index merge (#46934) 2023-09-13 07:12:16 +00:00
f1067a1b76 executor: speed up TestOrderByWithLimit (#46929)
close pingcap/tidb#46841
2023-09-13 02:48:09 +00:00
a8bd506507 planner: remove outer join on unique keys when there is no column referenced (#46249)
close pingcap/tidb#46248
2023-09-12 23:18:08 +00:00
ddaaaa1f29 *: add bench for analyze (#46898)
close pingcap/tidb#46914
2023-09-12 11:19:41 +00:00
d583ed6f02 executor: merge some tests into one (#46882)
ref pingcap/tidb#44940
2023-09-12 04:00:10 +00:00
22f1286095 executor: fix batchPoint for partition table with duplicate rows (#46808)
close pingcap/tidb#46779
2023-09-12 02:25:49 +00:00
4716f1b070 *: refine panic log (#46853)
ref pingcap/tidb#46852
2023-09-11 16:33:11 +00:00
322d8e5c7d importinto: add metrics and dashboard (#46749)
ref pingcap/tidb#46704
2023-09-11 15:34:41 +00:00
bc80772052 planner: Adjust the log level and returned value when cacheableChecker check *ast.TableName nodes (#46831)
close pingcap/tidb#46760
2023-09-11 11:25:59 +00:00
2eb3fb1487 parser,ddl: Add warning for ZEROFILL and improve display width warning (#46759)
close pingcap/tidb#46753
2023-09-11 11:25:51 +00:00
02ceded78b planner: add new logical rule for constant propagation (#46544)
close pingcap/tidb#15082
2023-09-11 05:51:10 +00:00
e76d10a88a memory: return memory delta from jsonObjectAgg#MergePartialResult (#46807)
close pingcap/tidb#46806
2023-09-11 04:46:47 +00:00
96393c595e hint: fix panic when query block not found in prepare statement (#46818)
close pingcap/tidb#46817
2023-09-11 04:09:19 +00:00
a41f5ea2e2 planner: split index test (#46780)
close pingcap/tidb#44940
2023-09-08 14:48:07 +00:00
1d55a3c68d executor: fix panic issue when handle HashAggExec.Close() (#46662)
close pingcap/tidb#41778
2023-09-08 10:49:37 +00:00
ca425ea56c *: add global variable tidb_schema_version_cache_limit to control infoschema cache size (#46558)
close pingcap/tidb#46524
2023-09-08 09:01:17 +00:00
5f1f0de78f infoschema,executor: Add CHECK_CONSTRAINTS I_S table (#46428)
close pingcap/tidb#46427
2023-09-08 08:15:45 +00:00
c6eb7bb7b1 planner, variable: add test and ga the SET_VAR hint (#45893)
close pingcap/tidb#45892
2023-09-08 06:29:14 +00:00
75fa8150da disttask: add role to select instance (#46453)
ref pingcap/tidb#46258
2023-09-08 04:29:13 +00:00
83e35650f1 parser,config: Correct handling of display width deprecation except for zerofill and tinyint(1) (#46651)
close pingcap/tidb#46650
2023-09-07 17:56:13 +00:00
777e6da4db statistics: improve query locked table API memory usage (#46708)
ref pingcap/tidb#46351
2023-09-07 01:41:14 +00:00
d8dbc4fcd6 statistics: use session pool when locking or unlocking table stats (#46611)
ref pingcap/tidb#46351
2023-09-05 12:11:24 +00:00
586b854a0b importinto: estimate real file size by sample on compressed file (#46404)
ref pingcap/tidb#42930
2023-09-05 12:11:11 +00:00
5dd429688a *: use cmp.Compare to replace types.Compare (#46657)
ref pingcap/tidb#45933
2023-09-05 07:47:27 +00:00
6e7f36b68d *: support the variable of default_collation_for_utf8mb4 and corresponding behaviors (#46370)
close pingcap/tidb#46371
2023-09-05 03:47:11 +00:00
8b9a90d3a1 executor: log trace fields in CoprocessorDAGHandler (#46506)
ref pingcap/tidb#46071, close pingcap/tidb#46505
2023-09-04 16:11:13 +00:00
302786ffb9 expression: Add TIDB_PARSE_TSO_LOGICAL() function (#46452)
close pingcap/tidb#46451
2023-09-04 14:45:41 +00:00