Commit Graph

18302 Commits

Author SHA1 Message Date
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
75cba8fab2 lightning: fix for only route schema case (#33484)
close pingcap/tidb#33381
2022-04-12 15:02:35 +08:00
9445f318dc executor: migrate test-infra to testify for testSerialSuite1 (#33874)
close pingcap/tidb#33438
2022-04-12 14:40:35 +08:00
d20abc0da7 *: update unstable unit test case list (#33784)
ref pingcap/tidb#32303
2022-04-12 14:20:34 +08:00
32b9c14779 gomod: update gomod to fix data race (#33843)
close pingcap/tidb#32747
2022-04-11 17:34:34 +08:00
d63587f342 exeuctor: fix data race for TestPointGetLockExistKey (#33862)
close pingcap/tidb#33750
2022-04-11 17:18:34 +08:00
67b073425f ddl: fix inappropriate schema state output by admin show ddl jobs (#33850)
ref pingcap/tidb#23494, close pingcap/tidb#24420
2022-04-11 15:26:34 +08:00
0d7602eb65 *: fix http api document and a comment (#33834)
close pingcap/tidb#33833
2022-04-11 13:50:34 +08:00
53fc1177c3 fastrand: optimize Buf (#33263)
close pingcap/tidb#33240
2022-04-11 12:56:34 +08:00
48efcf68e9 ddl: fix duplicate elementID allocation to make sure gc work for partition table (#33726)
close pingcap/tidb#33620
2022-04-11 12:36:34 +08:00
11681b4895 infoschema: add column of Has_more_result into table of slow_query (#33840)
close pingcap/tidb#33733
2022-04-11 11:50:34 +08:00
23e24d2fc8 planner: refactor net seek cost calculation for IndexScan and TableScan (#33717)
close pingcap/tidb#33727
2022-04-08 22:16:32 +08:00
181bfb73f7 *: polish the table cache feature code (#33408)
close pingcap/tidb#33167
2022-04-08 21:46:33 +08:00
38cb0e345d *: fix wrong modification for introduced from #33818 (#33831)
close pingcap/tidb#33814
2022-04-08 17:50:33 +08:00
cff88d7bc3 topsql: remove redundant attach sql information (#33806)
close pingcap/tidb#33805
2022-04-08 17:02:32 +08:00
f04dfc4c6d *: forbid using cache when stale read in binary proto (#33818)
close pingcap/tidb#33814
2022-04-08 16:04:32 +08:00
07b0e4d4c5 *: update client-go to fix data race (#33775)
close pingcap/tidb#33773
2022-04-08 15:36:32 +08:00
6fa0882a28 br: fix the integration test of br_gcs (#33568)
close pingcap/tidb#33811
2022-04-08 15:18:32 +08:00
9fecc8a9b6 server: set 'clientConn.ctx = nil' to clean the context when changeUser. (#33703)
close pingcap/tidb#33699
2022-04-08 14:54:32 +08:00
53042e7aab br: use the correct unit for pausing schedulers (#33545)
close pingcap/tidb#33546
2022-04-08 14:36:32 +08:00
5cd318bb3d *: fix unstable case TestIssue29282 (#33809)
close pingcap/tidb#33807
2022-04-08 14:20:32 +08:00
b8d65ce20b tidb-binlog: fix testcase timeout (#33785)
close pingcap/tidb#33786
2022-04-07 20:52:31 +08:00
942f4d1150 util/ddl-checker: fix DATA RACE in TestExecute (#33781)
close pingcap/tidb#33701
2022-04-07 18:34:32 +08:00
15a01fa50a backend/local: fix panic while lightning quits (#33738)
close pingcap/tidb#33524
2022-04-07 18:08:32 +08:00
be76f885e6 ddl, parser: fix concurrent rename table (#33354)
close pingcap/tidb#32610
2022-04-07 17:48:33 +08:00
1bb87b291e Makefile: add --race flag for tool/bin/ut to support race test (#33765)
close pingcap/tidb#33745
2022-04-07 17:30:32 +08:00
eaf52d6628 executor: migrate test-infra to testify for testSuite1 (#33776)
Signed-off-by: tison <wander4096@gmail.com>

Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-04-07 16:53:33 +08:00
a936646c99 ddl: support specifying expr rand() as column default value (#32608)
close pingcap/tidb#10377
2022-04-07 16:16:32 +08:00