|
|
87f6c7b7e4
|
executor: introduce max_user_connections (#59197)
close pingcap/tidb#59203
|
2025-02-26 05:02:00 +00:00 |
|
|
|
a5d433acec
|
planner: refactor some code related to binding (#59692)
ref pingcap/tidb#51347
|
2025-02-24 03:14:27 +00:00 |
|
|
|
4db34bc3e2
|
workload-based learning: save the metrics and create new workload_values table (#59126)
ref pingcap/tidb#58131
|
2025-02-20 03:58:34 +00:00 |
|
|
|
f6bf8e8bec
|
bootstrap: add cluster_id to the mysql.tidb table (#59511)
close pingcap/tidb#59476
|
2025-02-13 17:30:02 +00:00 |
|
|
|
a2b6578b42
|
planner: refactor some code related to binding (#59272)
ref pingcap/tidb#51347
|
2025-02-07 03:58:58 +00:00 |
|
|
|
fc8bdb54c6
|
session: remove distributed tasks limitation from upgrade (#56773)
close pingcap/tidb#54061
|
2025-02-05 18:23:51 +00:00 |
|
|
|
cf4d252af8
|
*: split definition out of variable pkg and refactor some reorg methods (#59146)
ref pingcap/tidb#57229, ref pingcap/tidb#57497
|
2025-01-23 09:24:44 +00:00 |
|
|
|
cdcc291f25
|
domain: Optimize GetDomain api (#58550)
ref pingcap/tidb#56649
|
2024-12-28 17:33:42 +00:00 |
|
|
|
3e28938322
|
log: Add upgrade progress information to the logs (#58246)
ref pingcap/tidb#58255
|
2024-12-20 18:12:48 +00:00 |
|
|
|
dde1dcd750
|
session: add indexes for mysql.analyze_jobs (#58134)
close pingcap/tidb#57996
|
2024-12-17 10:05:42 +00:00 |
|
|
|
1321c810d0
|
keyspace: add keyspace etcd namespace UT (#58081)
ref pingcap/tidb#58082
|
2024-12-10 12:02:15 +00:00 |
|
|
|
239943f7a3
|
session, store: remove sessionBootstrapped (#57243)
ref pingcap/tidb#57242
|
2024-11-16 03:44:02 +00:00 |
|
|
|
6679c7449d
|
ddl: mitigate the issue that multiple owner might exist during force to be owner (#56963)
close pingcap/tidb#56924
|
2024-10-31 16:19:55 +00:00 |
|
|
|
900cd39d53
|
ddl: enable the ddl notifier by default (#56864)
ref pingcap/tidb#55722
|
2024-10-28 14:05:31 +00:00 |
|
|
|
c82ba4e083
|
ddl_notifier: create system table in test and escape the string literal (#56734)
ref pingcap/tidb#55722
|
2024-10-21 09:31:38 +00:00 |
|
|
|
5564c872b8
|
session: make all DDLs reentrant in upgradeToVer212 (#56605)
close pingcap/tidb#56574
|
2024-10-12 16:09:57 +00:00 |
|
|
|
b427e33eb9
|
meta: separate reader and mutator (#56376)
ref pingcap/tidb#54436
|
2024-09-27 15:34:11 +00:00 |
|
|
|
53a3d20a3c
|
planner, sctx: open enhanced index join pattern by default (#56172)
ref pingcap/tidb#47233
|
2024-09-24 16:55:45 +00:00 |
|
|
|
68fdf55d94
|
*: rename some packages of context (#56108)
close pingcap/tidb#56107
|
2024-09-19 07:11:03 +00:00 |
|
|
|
bb3456b076
|
runaway: Mitigation tidb_runaway_queries flooding (#55664)
ref pingcap/tidb#54434
|
2024-09-13 03:16:18 +00:00 |
|
|
|
108e98ae8f
|
ddl: init global vars from system tables before start domain (#54913)
close pingcap/tidb#54860, close pingcap/tidb#54868
|
2024-07-29 07:37:17 +00:00 |
|
|
|
60cc666072
|
session: add summary field to tidb_background_subtask_history (#54787)
close pingcap/tidb#54241
|
2024-07-22 06:57:10 +00:00 |
|
|
|
f158c65446
|
table: provide some binlog related methods for binlog in MutateContext (#54433)
ref pingcap/tidb#54392, ref pingcap/tidb#54397
|
2024-07-10 05:43:33 +00:00 |
|
|
|
761b5926a7
|
session: reserve bootstrap versions for v8.1.x (#54266)
ref pingcap/tidb#53440, close pingcap/tidb#54267
|
2024-06-27 05:02:52 +00:00 |
|
|
|
6fe4f9e470
|
variable: add system variable 'tidb_resource_control_strict_mode' (#54033)
ref pingcap/tidb#53440
|
2024-06-20 04:43:17 +00:00 |
|
|
|
68219b9317
|
*: fix some typos in code comments (#53371)
|
2024-05-20 08:01:16 +00:00 |
|
|
|
0f0418fb4a
|
expression: change ExprCtxExtendedImpl to SessionExprContext (#52839)
close pingcap/tidb#52838
|
2024-04-29 12:43:28 +00:00 |
|
|
|
7308ff1b10
|
disttask: enable on default (#52401)
ref pingcap/tidb#52441
|
2024-04-12 03:51:23 +00:00 |
|
|
|
422ae46b6e
|
lightning/br: move some common code into outer pkg (#52191)
ref pingcap/tidb#52182
|
2024-03-29 07:03:55 +00:00 |
|
|
|
a6b1dd38ac
|
session: check the distributed task before upgradation (#51500)
close pingcap/tidb#51499
|
2024-03-15 11:54:40 +00:00 |
|
|
|
f1410bf2a8
|
planner: seperate methods in PlanContext and EvalContext/BuildContext (#51382)
close pingcap/tidb#51381
|
2024-02-28 11:03:31 +00:00 |
|
|
|
6f02e99396
|
experssion: table: standalone implement for EvalContext and BuildContext (#51299)
close pingcap/tidb#51298
|
2024-02-27 07:26:21 +00:00 |
|
|
|
fc36864a1f
|
table: standalone implement for table.MutateContext and table.AllocatorContext (#51262)
close pingcap/tidb#51259
|
2024-02-23 07:21:27 +00:00 |
|
|
|
5b187e5e56
|
planner: standalone implement for PlanContext (#51237)
close pingcap/tidb#51236
|
2024-02-22 15:03:28 +00:00 |
|
|
|
3d1708f80c
|
telemetry: remove the codes of Telemetry (#51202)
close pingcap/tidb#49939
|
2024-02-22 11:48:26 +00:00 |
|
|
|
51e1e13494
|
*: update interface{} to any (#50770)
ref pingcap/tidb#50765
|
2024-01-29 07:21:29 +00:00 |
|
|
|
c5fc682fbb
|
test: remove multi-schema change from mock upgrade test (#50176)
close pingcap/tidb#49870
|
2024-01-09 02:16:53 +00:00 |
|
|
|
6eea739d4c
|
testkit,store/mockstore: make store image to accelerate unit test (#42521)
close pingcap/tidb#42434
|
2024-01-05 09:05:41 +00:00 |
|
|
|
617eb0a5d6
|
planner: support global binding fuzzy matching (#50085)
ref pingcap/tidb#48875
|
2024-01-04 14:59:04 +00:00 |
|
|
|
1f49f2d09b
|
planner: simplify the global binding interface (#50019)
ref pingcap/tidb#48875
|
2024-01-03 11:17:02 +00:00 |
|
|
|
8645716b91
|
bindinfo: simplify the GlobalBindingHandle interface (#49951)
ref pingcap/tidb#48875
|
2024-01-03 09:11:02 +00:00 |
|
|
|
6c479080d9
|
planner: remove the unnecessary column type from the system table mysql.bind_info (#49841)
ref pingcap/tidb#48875
|
2023-12-27 11:42:41 +00:00 |
|
|
|
91fad016c3
|
planner: more test cases for the universal binding (#49598)
ref pingcap/tidb#48875
|
2023-12-20 09:58:53 +00:00 |
|
|
|
8ed0d4759b
|
ddl: disable fast reorg and dist task execution for system tables (#49542)
close pingcap/tidb#49506
|
2023-12-18 11:03:22 +00:00 |
|
|
|
f5323284b1
|
planner: support creating universal bindings (#49426)
ref pingcap/tidb#48875
|
2023-12-14 09:40:50 +00:00 |
|
|
|
a85ba6fac9
|
bootstrap: split index merge bootstrap case (#48813)
close pingcap/tidb#46834
|
2023-11-23 07:53:42 +00:00 |
|
|
|
b8515ae354
|
session: move session interface into new package (#48792)
ref pingcap/tidb#44940
|
2023-11-23 05:28:11 +00:00 |
|
|
|
528932ca2b
|
bootstrap: modify variable_value column to varchar(16383) (#48030)
close pingcap/tidb#48029
|
2023-10-30 06:05:13 +00:00 |
|
|
|
a565692dab
|
session: display mDDLTableVersion in mysql.tidb table (#47900)
close pingcap/tidb#39778
|
2023-10-26 10:02:06 +00:00 |
|
|
|
4cd4d5f703
|
disttask: fix upgrade missing create framework_meta (#47744)
close pingcap/tidb#47593
|
2023-10-18 09:51:30 +00:00 |
|