Commit Graph

1068 Commits

Author SHA1 Message Date
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
f04dfc4c6d *: forbid using cache when stale read in binary proto (#33818)
close pingcap/tidb#33814
2022-04-08 16:04: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
967d2039f1 *: Refactor session#domainMap use RWMutex to replace Mutex (#33739)
close pingcap/tidb#33737
2022-04-06 23:38: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
0f4706418e *: track cluster-level analyze jobs and make it persistent (#32215)
close pingcap/tidb#32403
2022-03-31 21:06:29 +08:00
e15e6d0358 session: fix tables_priv table schema (#33599) 2022-03-30 23:28:49 +08:00
09edaee061 store: avoid setting ratelimit action in tracker when disabled (#31110)
ref pingcap/tidb#30353
2022-03-29 11:02:30 +08:00
5c931aadc8 Revert "topsql: enable topsql feature by default (#33195)" (#33493)
close pingcap/tidb#33492
2022-03-28 22:44:27 +08:00
060413bc13 server: refine plan replayer dump file (#33497)
ref pingcap/tidb#26335
2022-03-28 16:56:28 +08:00
3206d51520 session: lower innodb-lock-wait-timeout MaxValue to match max-txn-ttl (#33473)
close pingcap/tidb#33472
2022-03-26 14:48:33 +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
bd008d240b session: forbid plan cache in stale read (#33273)
close pingcap/tidb#31550
2022-03-22 10:42:32 +08:00
f6a44bf72c *: add limitation for UserName and HostName. (#33224)
close pingcap/tidb#32682
2022-03-21 16:06:33 +08:00
cd9c04a086 domain, session: clean up in BootstrapSession (#33234)
close pingcap/tidb#33235
2022-03-21 11:22:32 +08:00
3058104232 ddl: disable some DDL operation when a table is cached (#32827)
close pingcap/tidb#32826
2022-03-17 18:04:31 +08:00
44cf3986e3 topsql: enable topsql feature by default (#33195)
close pingcap/tidb#33194
2022-03-17 15:26:31 +08:00
6b2e37f18c gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
2022-03-17 15:10:31 +08:00
4cb1b94cc7 bootstrap: correctly increment the bootstrap version (#33184)
close pingcap/tidb#33163
2022-03-17 14:52:31 +08:00
eb4cfcec78 telemetry, session: add telemetry collector for placement policies (#33165)
close pingcap/tidb#33188
2022-03-17 14:30:31 +08:00