Commit Graph

1088 Commits

Author SHA1 Message Date
333c623124 session: migrate test-infra to testify for temporary table tests in session_test (#34664)
ref pingcap/tidb#28328
2022-05-15 22:56:36 +08:00
90e24b92ed session: migrate test-infra to testify for parts of session_test (#34661)
ref pingcap/tidb#28328
2022-05-15 18:38:36 +08:00
bbfbe137eb *: move config file option enable-batch-dml to sysvar (#33803)
ref pingcap/tidb#33769
2022-05-13 22:12:37 +08:00
856e82ad6a txn: add methods to handle error for TxnManager (#34489)
close pingcap/tidb#34533
2022-05-13 16:00:37 +08:00
0703a64f76 planner: plan cache always check scheme valid in RC isolation level (#34523)
close pingcap/tidb#34447
2022-05-13 10:42:35 +08:00
cd297b9f5c planner: fix wrong cached plan in cachedPlanExec (#34579)
close pingcap/tidb#32371
2022-05-12 18:18:36 +08:00
0182b65f5f session: migrate test-infra to testify for parts of session_test (#34594)
ref pingcap/tidb#28328
2022-05-12 16:24:35 +08:00
4bab1dbea5 session: fix the memory tracker oom action for nt-dml (#34557)
ref pingcap/tidb#33485
2022-05-12 13:50:36 +08:00
901f042d5d realtikvtest: dedicated package for real tikv tests (#34578)
ref pingcap/tidb#28328
2022-05-12 11:18:34 +08:00
bbd7541322 *: refine 'tidb_snapshot' behavior (#34573)
close pingcap/tidb#34529
2022-05-11 20:54:34 +08:00
145058cd75 session: migrate test-infra to testify for parts of session_test (#34560)
Signed-off-by: tison <wander4096@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-05-11 16:16:13 +08:00
d830900c98 session: use batch as the keyword for non-transactional DML (#34467)
ref pingcap/tidb#33485
2022-05-11 15:04:35 +08:00
a58e519055 *: change mysql.analyze_jobs.instance column type (#34542)
close pingcap/tidb#34543
2022-05-11 11:14:34 +08:00
a5d91dc895 planner: support straight join order hint (#34339)
ref pingcap/tidb#29932
2022-05-11 10:50:34 +08:00
45415f45be session: return an error when a non-transactional DML partially fails (#34488)
ref pingcap/tidb#33485
2022-05-10 15:50:34 +08:00
20ecaef36d ddl: add require owner interface (#34407)
ref pingcap/tidb#32031
2022-05-09 18:48:33 +08:00
6c30303937 session: refine non-transactional delete (#34273)
ref pingcap/tidb#33485
2022-05-09 13:30: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
1f9d34aeef *: Revert #33519 for performance fallback and fix the #33509 in another way (#34425)
close pingcap/tidb#33509
2022-05-06 21:20:56 +08:00
cf623de750 topsql: always clean goroutine labels for internal sql after finish execution (#34406)
close pingcap/tidb#34405
2022-05-06 14:54:55 +08:00
fbe60158fa pessimistictest: dedicated package for pessimistic txn tests (#34353)
close pingcap/tidb#28325
2022-05-03 11:58:53 +08:00
dc5ec23591 session: migrate test-infra to testify for testTxnStateSerialSuite (#34346)
close pingcap/tidb#34345
2022-04-30 16:10:52 +08:00
ce193181b0 session: migrate test-infra to testify for testSchemaSuite (#34341)
close pingcap/tidb#34340
2022-04-30 08:36:52 +08:00
6d8669e987 *: Add support for GET_LOCK() / RELEASE_LOCK() / RELEASE_ALL_LOCKS() (#33947)
close pingcap/tidb#14994
2022-04-29 23:12:53 +08:00
3ee432892f session: migrate test-infra to testify for testBackupRestoreSuite (#34330)
ref pingcap/tidb#28328
2022-04-29 19:54:53 +08:00
5b6ffa70cc domain,session: Store and delete internal session in the session pool (#34168)
close pingcap/tidb#34154
2022-04-29 13:54:52 +08:00
0d5ac6f3cb sysvar, config: mapping config settings to system variables. (#33279)
ref pingcap/tidb#32887
2022-04-29 13:20:52 +08:00
d42cf6ad4d session: add parser failed error to sessionVars.StmtCtx (#34311)
close pingcap/tidb#34276
2022-04-29 13:06:53 +08:00
c3b4b04009 session: disable telemetry when using unistore (#34315)
close pingcap/tidb#34314
2022-04-28 16:54:52 +08:00
d22a8ce409 session: fix upgraded cluster mysql.user columns order is different from new cluster (#33868)
close pingcap/tidb#33650
2022-04-28 01:12:55 +08:00
c4318b5f0e session: migrate test-infra to testify for testStatisticsSuite (#34293)
close pingcap/tidb#34292
2022-04-27 19:34:52 +08:00
a0f55d36ee session: migrate test-infra to testify for tidbAsLibrarySuite (#34178)
ref pingcap/tidb#28328
2022-04-27 17:46:52 +08:00
1a19f959f4 session, table: fix listColumnPartition data race (#33199)
close pingcap/tidb#33030
2022-04-27 15:20:51 +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
20a58199cf *: move config file option mem-quota-query to sysvar (#34141)
ref pingcap/tidb#33769
2022-04-26 03:58:50 +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
65f329e78e session: add some compatibility checks for non-transactional DML (#34127)
ref pingcap/tidb#33485
2022-04-25 12:02:50 +08:00
d9c6d7aba0 session: release lock correctly for tidb to exit (#34126)
close pingcap/tidb#34123
2022-04-20 14:52:03 +08:00
281aa9c17b seesion: skip invisible index when selecting shard column for non-transactional DML (#34102)
ref pingcap/tidb#33485
2022-04-20 14:36:03 +08:00
e21b435d0c *: fix index join on partition table data race (#33979)
ref pingcap/tidb#32846, close pingcap/tidb#33751, ref pingcap/tidb#33762
2022-04-19 09:48:02 +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
4d3a3c259a server: use max_allowed_packet to limit the packet size. (#33651)
close pingcap/tidb#31422
2022-04-18 11:24:03 +08:00
645ae1ce19 *: implement non-transactional delete (#33736)
ref pingcap/tidb#33485
2022-04-15 20:06:36 +08:00
b5de819d00 util: fix memory.reArrangeFallback cpu usage (#30414)
close pingcap/tidb#30353
2022-04-15 12:48:35 +08:00
c56c036d2a *: refactor placement bundle in infoschema (#33967)
close pingcap/tidb#33968
2022-04-15 11:04:35 +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
0ae7cfb81d session: fix potential deadlock in execStmtResult (#33848)
close pingcap/tidb#33847
2022-04-12 17:20:35 +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