Commit Graph

1176 Commits

Author SHA1 Message Date
711941012a *: provide a variable to ignore the real-time stats in the planner (#43988)
close pingcap/tidb#46080
2023-09-01 15:03:42 +00:00
b6d6550347 session, server: do a simple refactoring of the code for the upgrade (#46494)
close pingcap/tidb#46493
2023-08-30 09:50:08 +00:00
603a15f729 statistics: split lock stats handler and rewrite the insert SQL (#46403)
ref pingcap/tidb#46351
2023-08-29 07:41:08 +00:00
d149379dc9 *: compatible upgrade with previous versions (#46276)
close pingcap/tidb#46275
2023-08-29 06:59:08 +00:00
4d487cda1f *: update the HTTP API about "upgrade" and fix a minor doc issue (#46425)
close pingcap/tidb#46424
2023-08-25 09:45:36 +00:00
132d1a9d24 planner: Move the Selectivity function from the stats package into cardinality package (#46405)
ref pingcap/tidb#46358
2023-08-24 14:35:08 +00:00
2aa82f555c planner: Move the Selectivity function from the stats package into cardinality package (#46359)
ref pingcap/tidb#46358
2023-08-23 14:44:05 +00:00
6dd4a3ae76 *: add session alias field in slowlog, general log and extension framework (#46273)
close pingcap/tidb#46272
2023-08-23 10:59:04 +00:00
648068c688 * : remove error rate (#46340)
ref pingcap/tidb#46056
2023-08-23 09:20:05 +00:00
82ab553661 executor: add cast for admin check table/index to avoid out of range (#46243)
ref pingcap/tidb#46176
2023-08-23 06:57:35 +00:00
9466e45f7d executor: fix plan replayer for sql file input wrongly fetch startTS after OnTxnEnd (#46201)
close pingcap/tidb#46197
2023-08-23 05:09:34 +00:00
e8ca3d4e10 planner: use fixed TblInfoID in stabilizeGetStatsTblInfo (#46230)
close pingcap/tidb#46229
2023-08-18 09:12:45 +00:00
ddb7b36cb6 *: Add system variable tidb_session_alias to log a custom field session_alias in session log (#46072)
close pingcap/tidb#46071
2023-08-18 07:36:39 +00:00
e1a017c350 *: support /upgrade/start and upgrade/finish APIs (#45887)
close pingcap/tidb#45886
2023-08-16 09:59:00 +00:00
6fd1924d91 util/collate: implement utf8mb4_0900_ai_ci collation (#45650)
close pingcap/tidb#37566
2023-08-15 10:02:02 +00:00
2a674bca65 *: use std/slices to replace exp/slices (#46079)
ref pingcap/tidb#45933
2023-08-15 05:32:00 +00:00
4a7b529bd5 executor: fix select sleep killed return expected error (#45832)
close pingcap/tidb#45813
2023-08-14 11:10:59 +00:00
92b769c498 server: enable revive (#45807)
close pingcap/tidb#45367
2023-08-05 07:22:09 +00:00
20490aee9b store,server: Reduce TiFlashFallBack test time (#45778)
close pingcap/tidb#45773
2023-08-03 03:13:08 +00:00
1bf82bbaaa server: refactor http handler (#45627)
ref pingcap/tidb#44940
2023-08-01 15:50:37 +00:00
c46da07be7 *: global runaway watch by system table and impl exector for query watch (#45465)
ref pingcap/tidb#43691
2023-08-01 06:14:37 +00:00
35e654e93c server: make call to ReleaseConnID idempotent. (#45676)
close pingcap/tidb#45675
2023-07-31 12:52:08 +00:00
d2d5e6bd52 *: Fix data race in TestSetLabelsConcurrentWithGetLabel (#45579)
close pingcap/tidb#45578
2023-07-26 09:12:18 +00:00
eff4970217 server: split ttl handler into new package (#45569)
ref pingcap/tidb#44940
2023-07-26 05:54:03 +00:00
4b50fd8d0c *: Fix data race between getting labels and setting labels in config (#45563)
close pingcap/tidb#45561
2023-07-25 13:12:03 +00:00
b1feeca170 linter: enable revive for executor (#45504)
ref pingcap/tidb#40786
2023-07-24 03:22:18 +00:00
85cec1b6ee *: support plan replayer for historical stats (#44592)
close pingcap/tidb#45038
2023-07-21 03:59:18 +00:00
2cf78c7be3 lightning: fix CI and deprecate max-error.conflict (#45349)
ref pingcap/tidb#41629
2023-07-14 04:35:14 +00:00
f9e562108e timer: add sys table mysql.tidb_timers to store all timers in tidb (#45129)
close pingcap/tidb#45128
2023-07-13 16:59:14 +00:00
229ffb9b91 server: move packetIO into internal (#45334)
ref pingcap/tidb#44940
2023-07-13 01:51:43 +00:00
551b044262 server: extract resultset package out of server package (#45270)
close pingcap/tidb#45263
2023-07-11 08:03:43 +00:00
3443e52f17 server: add more integration/unit tests for cursor fetch (#45232) 2023-07-10 09:05:12 +00:00
0e83986789 server: split code for serverutil (#45247)
ref pingcap/tidb#44940
2023-07-10 05:30:42 +00:00
cf0ae34154 server: refact the code structure (#45228)
ref pingcap/tidb#44940
2023-07-07 09:45:41 +00:00
bcf14474af *: avoid use same port (#45215)
close pingcap/tidb#45216
2023-07-07 02:51:23 +00:00
2ded221876 server: implement spill disk for cursorFetch result (#45163)
close pingcap/tidb#43233
2023-07-06 03:57:45 +00:00
d639cb81af server: return empty org_name for resultField (#45146)
close pingcap/tidb#45145
2023-07-05 03:53:14 +00:00
958d9d3785 server: support timestamp with timezone info in parameter (#45148)
close pingcap/tidb#45144
2023-07-04 15:29:13 +00:00
c384c0a8da *: Move log category into a real field (#45058)
close pingcap/tidb#45057
2023-07-04 07:33:44 +00:00
4fdae0b332 executor, distsql: enhance mpp cooridnator to handle execption and execution summaries better (#44697)
ref pingcap/tidb#44032
2023-06-30 06:54:41 +00:00
ceccc1fc6f server: split the code and create parse (#45001)
close pingcap/tidb#44940
2023-06-28 03:58:06 +00:00
d5d5817053 server: split code and improve ci performance (#44958)
ref pingcap/tidb#44940
2023-06-27 06:28:05 +00:00
767267a184 server: exit tidb-server directly when all connections not in txn (#44953)
close pingcap/tidb#44951
2023-06-27 02:32:34 +00:00
ce99d5d25d planner: complete fall through into MPP task if up-layer can generate a cop tiflash (#44324)
close pingcap/tidb#37459
2023-06-20 12:46:11 +00:00
daf5f6fd70 *: use a new algorithm to improve the speed of admin check table/index (#43694)
close pingcap/tidb#43693
2023-06-20 08:05:42 +00:00
0f48433655 domain: record runaway and quarantine query (#44654)
ref pingcap/tidb#43691
2023-06-18 15:33:09 +00:00
bf4b9362dd sessionctx: encode hypo indexes and tiflash replicas into session states (#44741)
close pingcap/tidb#44738
2023-06-17 09:17:10 +00:00
b754f883cd metrics: add max query duration per resource group metrics (#44746)
ref pingcap/tidb#43691
2023-06-17 07:15:09 +00:00
c37eed0c18 domain: fix missing stats file when using plan replayer capture (#44667)
close pingcap/tidb#44620
2023-06-14 14:25:07 +00:00
d1b4d032fb server: try to use latest infoschema if failed to get snapshot infoschema in historical stats HTTP API (#44650)
close pingcap/tidb#44648
2023-06-14 08:03:08 +00:00