Commit Graph

19406 Commits

Author SHA1 Message Date
b906bf9934 planner: fix typo (#40367) 2023-01-06 23:34:21 +08:00
f9f72688fb *: fix static pruning partition table in disaggregated tiflash mode (#40238)
close pingcap/tidb#40239
2023-01-06 19:28:21 +08:00
f600fc694f executor: reset the related session vars for both INSERT and REPLACE (#40354)
close pingcap/tidb#40351
2023-01-06 18:56:21 +08:00
005c8d8ef8 *: remove the support of the amending transaction (#39714)
close pingcap/tidb#40381
2023-01-06 18:26:21 +08:00
b226dfcb05 ttl: add ttl_job_interval attribute and remove tidb_ttl_job_interval variable (#40033)
close pingcap/tidb#40028
2023-01-06 17:56:21 +08:00
43ebc64094 ddl: support online create multi-valued index (#40304)
close pingcap/tidb#40337
2023-01-06 16:24:21 +08:00
af968f22fb docs: add TiDB Forum link and adjust link order (#39868) 2023-01-06 16:04:21 +08:00
b8490bc9ac domain: let plan replayer dump support recording stats mem status (#40334) 2023-01-06 15:30:21 +08:00
6477d2b907 log-backup: should set default value gc.ratio-threshold after pitr finished (#40141)
close pingcap/tidb#40185
2023-01-06 15:04:20 +08:00
99100d4149 planner: support more types to use IndexMerge to access MVIndex (#40343)
ref pingcap/tidb#40191
2023-01-06 14:38:20 +08:00
3291b6de67 makefile: enable deadlock in the with-real-tikv (#40359)
close pingcap/tidb#40293
2023-01-06 14:00:20 +08:00
852fdc6097 planner: let the planner can select IndexMerge on MVIndex without hint (#40347)
ref pingcap/tidb#40191
2023-01-06 12:12:20 +08:00
88842fa6ee ddltest: update goleak and enable race (#40357)
close pingcap/tidb#40358
2023-01-06 11:48:21 +08:00
e1a2b58655 ddl: fill in original default for extra writable columns in batch insert (#40198)
close pingcap/tidb#40192
2023-01-06 09:46:20 +08:00
331f69f52d planner,infoschema,executor: Add tiflash fine grained shuffle support for hash join and aggregation (#40121)
close pingcap/tidb#40123
2023-01-06 09:24:20 +08:00
669ba5cbae *: add warnings to slow log and slow query table (#39884)
ref pingcap/tidb#39893
2023-01-05 23:34:21 +08:00
7e64d04f73 ttl: don't schedule ttl job when EnableTTLJob is off (#40336)
close pingcap/tidb#40335
2023-01-05 16:40:21 +08:00
affe126097 *: support curdate() as column's default value | tidb-test=pr/2057 (#40326)
close pingcap/tidb#38356
2023-01-05 16:14:20 +08:00
5eea731db0 util: use go-deadlock to find deadlock (#40288)
close pingcap/tidb#40293
2023-01-05 15:10:20 +08:00
4a5a447334 resourcemanger: add cpu scheduler (#39886)
close pingcap/tidb#39657
2023-01-05 14:44:21 +08:00
508b601529 expression: enlarge timeout for test (#40332) 2023-01-05 13:50:19 +08:00
37f045c575 *: update badger (#40331) 2023-01-05 12:54:19 +08:00
d0272703f3 statistics: support historical stats dump partition table (#40310) 2023-01-05 11:52:20 +08:00
be112dc31d planner: skip plan-cache for prepared queries with INT in (Decimals...) (#40312)
close pingcap/tidb#40224
2023-01-05 11:20:20 +08:00
bf2cc45206 br: add errch buf for checkpoint (#40166)
close pingcap/tidb#40165
2023-01-04 19:52:20 +08:00
00604eb19d br: fix bootstrap domain (#40307)
close pingcap/tidb#40281
2023-01-04 19:36:20 +08:00
6ae151a9bc planner: open the partial order prop push down for LIST PARTITION (#40290)
close pingcap/tidb#40273
2023-01-04 17:24:20 +08:00
95f0dc547e planner: support pushing down predicates to memory tables in prepared mode (#40262)
close pingcap/tidb#39605
2023-01-04 15:58:19 +08:00
cb5affbc3c ddl, parser: Implement the write-reorg state split task related functions, and the related interfaces of backfill worker (#39982)
close pingcap/tidb#37123
2023-01-04 15:20:19 +08:00
e7e7935171 doc: update flashback doc (#40031)
ref pingcap/tidb#40026
2023-01-04 14:58:19 +08:00
73c8cc721f ddl: persist index info after changing backfill state (#40229)
close pingcap/tidb#40217
2023-01-04 14:04:19 +08:00
ccee53203d store/copr: fix build batchCop in disaggregated tiflash mode (#40008)
close pingcap/tidb#40035
2023-01-04 13:36:19 +08:00
7fafb6db45 planner: better coordination between the ignore_plan_cache() binding and plan-cache (#40280)
close pingcap/tidb#40225
2023-01-04 12:52:19 +08:00
62a713394f server, tidb-server: kill auto analyze when gracefully shutting down (#40284)
close pingcap/tidb#40038
2023-01-04 12:02:19 +08:00
e95881f64c ddl: fix flaky test TestGlobalVariablesOnFlashback (#40291)
close pingcap/tidb#40287
2023-01-04 11:42:19 +08:00
3e6499b568 sysvar: fix circular dependency in rebuildSysVarCache leading to deadlock (#40283)
close pingcap/tidb#40240
2023-01-04 11:20:20 +08:00
f483b39c34 metrics: add metrics for plan replayer and historical stats (#40271) 2023-01-04 10:50:20 +08:00
3e65e9b5c7 util: gorotinue pool (#39872)
close pingcap/tidb#38039
2023-01-04 10:34:20 +08:00
3ccff46aa3 executor: special handling is required when an "auto id out of range" error occurs in insert ignore into ... on on duplicate ... (#39847)
close pingcap/tidb#38950
2023-01-03 21:28:20 +08:00
1f344ba108 autoid_service: add unit test for the package (#40193) 2023-01-03 19:40:19 +08:00
4f1adb9e7c planner: support converting json_overlaps/contains to IndexMerge to access MVIndex (#40195)
ref pingcap/tidb#40191
2023-01-03 19:14:19 +08:00
9aaa93e9cc test: fix data race in cast as array (#40277)
close pingcap/tidb#40276
2023-01-03 18:04:19 +08:00
5327d07afc planner: refactor plan-cache UseCache flag (#40256)
ref pingcap/tidb#36598
2023-01-03 17:30:20 +08:00
494672cb51 admin: impl admin check index for mv index (#40270)
close pingcap/tidb#40272
2023-01-03 16:58:20 +08:00
be8caa6549 ttl: disable ttl job when recover/flashback table/database/cluster (#40268)
close pingcap/tidb#40265
2023-01-03 15:50:19 +08:00
1bf230aa21 planner: supply more test for binding from history (#40242)
ref pingcap/tidb#39199
2023-01-03 15:12:19 +08:00
67a952abf5 expression: implement regexp_replace function pushdown (#40267)
close pingcap/tidb#40266
2023-01-03 14:56:20 +08:00
25a247935b session: make plan replayer capture support prepared stmt (#40167)
close pingcap/tidb#40161
2023-01-03 11:32:19 +08:00
702a5598f9 ddl, parser: make generated column and expression index same as MySQL (#39888)
close pingcap/tidb#39826
2022-12-30 20:20:17 +08:00
47080d98d1 lightning: check peers write stall when switch-mode is disabled (#40228)
close pingcap/tidb#40163
2022-12-30 19:58:17 +08:00