Commit Graph

17229 Commits

Author SHA1 Message Date
fbb497f83a lightning: enhance request log in server-mode and restore progress (#33718)
close pingcap/tidb#33715
2022-04-18 19:56:02 +08:00
a523089d4a planner: consider seek cost of probe-side for index join (#33867)
close pingcap/tidb#32362
2022-04-18 19:06:03 +08:00
e10ad28057 session: optimize the sharding algorithm for non-transactional DMLs (#34050)
ref pingcap/tidb#33485
2022-04-18 15:36:03 +08:00
58e2a552d3 executor: migrate test-infra to testify for executor_test.go (#34062)
close pingcap/tidb#28577, close pingcap/tidb#33425, close pingcap/tidb#33432
2022-04-18 14:46:03 +08:00
1fcc407b3b executor: migrate test-infra to testify for executor_test.go testSuiteP2 (#34049)
close pingcap/tidb#33427
2022-04-18 13:10:02 +08:00
2b00d3e6e0 executor: migrate test-infra to testify for testSuite2 (#34046)
close pingcap/tidb#33431
2022-04-18 11:50:02 +08:00
4d3a3c259a server: use max_allowed_packet to limit the packet size. (#33651)
close pingcap/tidb#31422
2022-04-18 11:24:03 +08:00
345b1a886f executor: migrate test-infra to testify for part of executor_test.go (#34040)
ref pingcap/tidb#28577
2022-04-17 18:08:36 +08:00
ecb0c98d33 executor: make test TestSlowQueryWithoutSlowLog stable (#34014)
close pingcap/tidb#34013
2022-04-15 22:20:36 +08:00
645ae1ce19 *: implement non-transactional delete (#33736)
ref pingcap/tidb#33485
2022-04-15 20:06:36 +08:00
88c18ea01f util: Adjust the minimum TLS version supported by TiDB tools from 1.0 to 1.2 (#33997)
close pingcap/tidb#33996
2022-04-15 19:46:36 +08:00
4844c833a9 executor: fix CTE race case by avoiding reopen iterInTbl (#33731)
close pingcap/tidb#33193
2022-04-15 18:02:36 +08:00
2810c1d55d ddl: support index regions and updating the existed table rule when changing partition (#33925)
close pingcap/tidb#33929
2022-04-15 17:22:35 +08:00
e0c461a84c metrics: divide Database Time Overview panel into 3 sub-panels (#33783)
close pingcap/tidb#33782
2022-04-15 16:42:35 +08:00
5889d4c4e9 br: fix panic during merging files (#33797)
close pingcap/tidb#33801
2022-04-15 15:42:36 +08:00
56e1789cc4 planner: support MaxOneRow clone (#33888)
close pingcap/tidb#33887
2022-04-15 13:42:36 +08:00
b5de819d00 util: fix memory.reArrangeFallback cpu usage (#30414)
close pingcap/tidb#30353
2022-04-15 12:48:35 +08:00
d7aea072d6 executor: fix issue of query instance from CLUSTER_SLOW_QUERY return '' result (#33975)
close pingcap/tidb#33974
2022-04-15 12:18:36 +08:00
c56c036d2a *: refactor placement bundle in infoschema (#33967)
close pingcap/tidb#33968
2022-04-15 11:04:35 +08:00
654e3d8343 br: modify tables that should be altered auto id or random id (#33719)
close pingcap/tidb#33596
2022-04-14 21:42:36 +08:00
96c0e249e2 infoschema: make TestSlowQueryOOM stable (#33970)
close pingcap/tidb#33976
2022-04-14 21:08:36 +08:00
7443ec8f6f tools/check: let ut binary retry on more errors to make CI stable (#33964)
close pingcap/tidb#32690
2022-04-14 18:38:35 +08:00
10461370d3 server: openSession instead set nil when changeUser (#33894)
close pingcap/tidb#33892
2022-04-14 18:12:36 +08:00
5544c09d1e *: update unstable unit test case list 0407-0412 (#33955)
ref pingcap/tidb#32303
2022-04-14 16:52:36 +08:00
45e48b6498 *: Add more grafana charts for pd http api request (#33936)
ref pingcap/tidb#33916
2022-04-14 15:48:36 +08:00
f988f54550 executor: add memory tracker for quering slow_query to avoid TiDB server oom (#33953)
close pingcap/tidb#33893
2022-04-14 14:54:36 +08:00
7a9d5b750e util/sem: add tidb_audit_redact_log to invisible sysvars (#33712)
close pingcap/tidb#33711
2022-04-14 12:56:35 +08:00
ac35560df4 docs: add design doc for GET_LOCK (#33406)
ref pingcap/tidb#14994
2022-04-14 12:36:36 +08:00
1dc419a5f1 util: migrate importer and watcher from tidb-tools to tidb (#33846)
close pingcap/tidb#32999
2022-04-14 12:02:36 +08:00
d3e076c242 ddl: support specifying expr uuid() as column default value. (#33871)
close pingcap/tidb#33870
2022-04-13 22:28:36 +08:00
8af7a4d4c0 domain: sync the access of InfoSyncer.SessionManager (#33924)
close pingcap/tidb#33335
2022-04-13 21:26:35 +08:00
ab39717cc7 *: Add grafana for PD http api request duration (#33917)
close pingcap/tidb#33916
2022-04-13 20:20:36 +08:00
7ca8106186 lightning: fix panic due to row's column exceeds definition (#33767)
close pingcap/tidb#33396
2022-04-13 19:56:36 +08:00
19b9f53d5e planner: remove task argument from IndexHashJoin.GetCost and IndexMergeJoin.GetCost (#33935)
close pingcap/tidb#33934
2022-04-13 19:14:36 +08:00
8f5582a1ef topsql: make TestPProfCPUProfile test stable (#33810)
close pingcap/tidb#33808
2022-04-13 18:44:36 +08:00
1d485d11ed topsql: fix admin check/cleanup/recover statement doesn't set tag for RPC request (#33869)
close pingcap/tidb#33716
2022-04-13 18:00:36 +08:00
2dd9737788 metrics: add the missing help message for the forwarded status (#33927)
close pingcap/tidb#33928
2022-04-13 17:30:36 +08:00
4dbed02d74 executor: fix unstable test of TestTimestampDefaultValueTimeZone (#33926)
close pingcap/tidb#33923
2022-04-13 16:36:36 +08:00
9c836a5ddf session, statistics, util: fix data race of Handle.mu.ctx (#33732)
ref pingcap/tidb#32822, close pingcap/tidb#32867, ref pingcap/tidb#33001
2022-04-13 15:36:36 +08:00
192482da3a executor: migrate test-infra to testify for testSerialSuite (#33911)
close pingcap/tidb#33441
2022-04-13 15:14:36 +08:00
5047888271 infosync: improve error log for http client (#33901)
close pingcap/tidb#33900
2022-04-13 14:58:35 +08:00
14f4888fb3 *: Auto refresh PD addrs for PDPlacementManager, PDLabelManager, TiFlashPDPlacementManager (#33909)
close pingcap/tidb#33908
2022-04-13 14:18:35 +08:00
f5c2710cd4 planner: fix wrong row-sizes used in cost model (#33845)
close pingcap/tidb#33844
2022-04-13 14:02:36 +08:00
3ab2df96b0 executor: migrate test-infra to testify for testSuiteWithCliBaseCharset (#33899)
close pingcap/tidb#33430
2022-04-13 12:36:35 +08:00
e9dd3c7f35 dumpling: remove useless code (#33879)
ref pingcap/tidb#31716
2022-04-13 12:18:35 +08:00
ce8cefaa2a executor: fix test fail in TestHashRowContainer (#33895)
close pingcap/tidb#30342
2022-04-13 11:40:35 +08:00
04420b0cd8 sysvar: modify tidb_enable_historical_stats behavior (#31849)
close pingcap/tidb#30821
2022-04-13 11:24:35 +08:00
d07b66ea63 executor: migrate test-infra to testify for testClusterTableSuite (#33886)
close pingcap/tidb#33436
2022-04-13 02:00:37 +08:00
6dd5d1d50f br: add new design for batch create table (#33026)
close pingcap/tidb#27036
2022-04-12 20:10:36 +08:00
0ae7cfb81d session: fix potential deadlock in execStmtResult (#33848)
close pingcap/tidb#33847
2022-04-12 17:20:35 +08:00