Commit Graph

1032 Commits

Author SHA1 Message Date
5d4745e9d4 parser, executor: support show/set session_states (#35263)
close pingcap/tidb#35259
2022-06-10 15:24:31 +08:00
b0245cda58 *: clean up coprocessor streaming code (#35277)
close pingcap/tidb#35276
2022-06-10 10:50:31 +08:00
933d5523cb parser: fix the Incompatible parser behavior for HAVING clause #34642 (#34751)
close pingcap/tidb#34642
2022-05-30 22:52:26 +08:00
1fac141f35 *: close the resource on error to aovid resource leak (#34837)
close pingcap/tidb#34666, ref pingcap/tidb#34849
2022-05-30 18:00:27 +08:00
dbce66a055 test: fix integration-ddl-test (#35014)
close pingcap/tidb#35020
2022-05-30 16:00:27 +08:00
7f023bd61b ddl: wrap some functions for ddl job (#34920)
close pingcap/tidb#34919
2022-05-29 15:38:26 +08:00
a9614850f9 *: move config file option oom-action to sysvar (#34644)
ref pingcap/tidb#33769
2022-05-19 05:16:38 +08:00
bbd7541322 *: refine 'tidb_snapshot' behavior (#34573)
close pingcap/tidb#34529
2022-05-11 20:54:34 +08:00
73f3435346 ddl: move some admin function to ddl (#34527)
close pingcap/tidb#34526
2022-05-10 18:14:34 +08:00
2258bc54c4 txn: Add EnterNewTxn and OnStmtStart methods to TxnManager (#34263)
close pingcap/tidb#34390
2022-05-07 21:02:32 +08:00
1bf64c60f4 *: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
2022-04-26 19:28:51 +08:00
fb342ff861 topsql: fix issue of topsql failed catch the running SQL when topsql is enabled in execution (#33861)
close pingcap/tidb#33859
2022-04-26 13:16:51 +08:00
d23a81488a *: Move stale read context to TxnManager (#33812)
close pingcap/tidb#31954, close pingcap/tidb#33014, close pingcap/tidb#33832
2022-04-25 16:52:51 +08:00
02de667042 testkit: add MockSessionManager (#34124)
ref pingcap/tidb#31716
2022-04-21 12:14:04 +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
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
b5de819d00 util: fix memory.reArrangeFallback cpu usage (#30414)
close pingcap/tidb#30353
2022-04-15 12:48:35 +08:00
4dbed02d74 executor: fix unstable test of TestTimestampDefaultValueTimeZone (#33926)
close pingcap/tidb#33923
2022-04-13 16: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
9445f318dc executor: migrate test-infra to testify for testSerialSuite1 (#33874)
close pingcap/tidb#33438
2022-04-12 14:40:35 +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
a2b2dc0745 executor: migrate test-infra to testify for part of testSuite (#33741)
ref pingcap/tidb#33425
2022-04-07 01:22: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
843b0f43db executor: migrate test-infra to testify for executor_test.go testSuiteWithData (#33402)
ref pingcap/tidb#28577
2022-03-25 14:06:33 +08:00
30bf4117c9 executor: migrate test-infra to testify for executor_test.go testSuiteP1 (#33394)
ref pingcap/tidb#28577
2022-03-24 19:32:33 +08:00
d282940b42 *: remove syncLog (#33306)
close pingcap/tidb#33305
2022-03-23 13:12:32 +08:00
f9beb51a64 expr: fix nil panic for In function with bit column (#33204)
close pingcap/tidb#33070
2022-03-21 12:18:32 +08:00
2dd0074e4e executor: fix wrong result of delete multiple tables using left join (#33055)
close pingcap/tidb#31321
2022-03-16 12:05:52 +08:00
ffaeb3e80d ddl: improve test to avoid cycle import (#32058)
ref pingcap/tidb#31716
2022-03-14 12:11:51 +08:00
9a4ca3ca69 *: Remove deprecated streaming (#32765)
ref pingcap/tidb#32679
2022-03-11 03:15:50 +08:00
f60017af36 expression: validate args to check whether it is out of range (#32898)
close pingcap/tidb#32871
2022-03-10 23:43:51 +08:00
52fa48ce2b sessionctx,executor: Revert "sessionctx,executor: disallowed set null to sysvar" (#32988)
close pingcap/tidb#32987
2022-03-10 23:13:51 +08:00
77730b6d9e sessionctx,executor: disallowed set null to sysvar (#32879)
close pingcap/tidb#32850
2022-03-10 01:13:49 +08:00
a1d8f2f3ac *: remove ddl dependency (#32910)
ref pingcap/tidb#31716
2022-03-09 08:15:48 +08:00
223f5f8acd executor: migrate test-infra to testify for part3 of executor_test (#32884)
ref pingcap/tidb#28577
2022-03-08 01:41:48 +08:00
164bee7ae8 executor: migrate test-infra to testify for issue test of executor_test (#32861)
ref pingcap/tidb#28577
2022-03-07 15:09:48 +08:00
1a19f6755b executor: migrate test-infra to testify for parts of executor_test (#32852)
ref pingcap/tidb#28577
2022-03-07 12:21:48 +08:00
02dfac350b executor: migrate test-infra to testify for tiflash_test.go (#32854)
close pingcap/tidb#28621
2022-03-06 13:03:48 +08:00
493eb45c75 *: table partition dynamic prune mode with Physical Table ID from unistore (#31634)
close pingcap/tidb#29851
2022-03-04 01:21:46 +08:00
f6a32ce100 executor: migrate test-infra to testify for merge_join_test (#32421)
close pingcap/tidb#28597
2022-03-02 18:33:46 +08:00
edb900e6fd executor: migrate test-infra to testify for memtable_reader_test.go (#32735)
close pingcap/tidb#28596
2022-03-02 15:23:46 +08:00
7a12df660a executor: migrate test-infra to testify for point_get_test.go (#32727)
close pingcap/tidb#28602
2022-03-02 12:41:45 +08:00
5d014bcd37 executor: migrate test-infra to testify for explainfor_test.go (#32711)
close pingcap/tidb#28580
2022-03-01 21:19:45 +08:00
7f7f095a45 executor: migrate test-infra to testify for set_test.go (#32684)
close pingcap/tidb#28608
2022-03-01 11:11:45 +08:00
7e627e8222 executor: make the create/start/end time in admin show ddl jobs TZ aware (#32450)
ref pingcap/tidb#26642
2022-02-23 17:25:43 +08:00
1624123b84 *: fix time zone problems encountered when changing the other type columns to timestamp type columns (#31843)
close pingcap/tidb#29585
2022-02-21 23:11:42 +08:00