Commit Graph

17180 Commits

Author SHA1 Message Date
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
5c6248d6ec ddl: make checkDeleteRangeCnt stable (#33777)
close pingcap/tidb#33759
2022-04-07 15:54:32 +08:00
b9635e2792 executor: fix unstable TestCheckActRowsWithUnistore (#33772)
close pingcap/tidb#33768
2022-04-07 15:24:33 +08:00
d4f04b3af7 .github: add a link to Release Notes Language Style Guide in PR template (#32745)
close pingcap/tidb#32746
2022-04-07 14:50:32 +08:00
dbd8f15302 *: Add support for execute prepared statement to staleread.Processor (#32941) 2022-04-07 14:33:19 +08:00
fef98f2239 domain,server,session: optimize gc safepoint advancing for internal transaction (#32726)
close pingcap/tidb#32725
2022-04-07 14:14:32 +08:00
7264d6063c executor: migrate test-infra to testify for testRecoverTable (#33744)
close pingcap/tidb#33435
2022-04-07 13:58:32 +08:00
ef6fafa0b8 README.md: add the TiDB Cloud developer tier info (#33770)
close pingcap/tidb#33771
2022-04-07 12:56:32 +08:00
e9b7f77726 topsql: add more test to check resource tag for each RPC request (#33623)
close pingcap/tidb#33208
2022-04-07 11:58:32 +08:00
8b5150e5c8 expr: fix failed copr-test (#33730)
ref pingcap/tidb#32739
2022-04-07 10:52:32 +08:00
a2b2dc0745 executor: migrate test-infra to testify for part of testSuite (#33741)
ref pingcap/tidb#33425
2022-04-07 01:22:31 +08:00
967d2039f1 *: Refactor session#domainMap use RWMutex to replace Mutex (#33739)
close pingcap/tidb#33737
2022-04-06 23:38:31 +08:00
164261cfe9 planner: forbid NULL as of value in stale read (#33729)
close pingcap/tidb#33728
2022-04-06 23:02:31 +08:00
37d86dada8 txn: add document for read-consistency read tso optimization (#32806)
close pingcap/tidb#33159
2022-04-06 18:18:31 +08:00
b37b3b1afc session, sessionctx: Make sysvar tidb_read_staleness TypeInt (#32794)
close pingcap/tidb#32763
2022-04-06 14:54:31 +08:00
94b706990d ddl: make CompleteDeleteRange atomic by explicit transaction (#33721)
close pingcap/tidb#33720
2022-04-06 14:40:31 +08:00
bd8c710185 planner: refactor a few methods about cost calculation (#33681)
close pingcap/tidb#33722
2022-04-06 14:06:31 +08:00
1c658e5eb6 executor: migrate test-infra to testify for executor_test.testSuite(6|8) (#33713)
close pingcap/tidb#33433, close pingcap/tidb#33434
2022-04-06 11:34:31 +08:00
27cf5bc384 executor: migrate test-infra to testify for part of executor_test (#33709)
close pingcap/tidb#28577
2022-04-06 09:48:31 +08:00
8dc1f6b092 executor: migrate test-infra to testify for executor_test.testSerialSuite2 (#33706)
close pingcap/tidb#33429
2022-04-04 23:52:31 +08:00
b61517f240 executor: migrate test-infra to testify for executor_test.go testCoprCache (#33704)
close pingcap/tidb#33442
2022-04-04 15:26:30 +08:00
60066398fd util: refactor TestExecute to fix data race (#33702)
close pingcap/tidb#33701
2022-04-03 18:42:30 +08:00
bb8b8cc1de executor: migrate test-infra to testify for executor_test.go testResourceTagSuite (#33603)
close pingcap/tidb#33443
2022-04-02 21:42:29 +08:00