|
|
502f34f975
|
*: fix Makefile for bench-daily (#28868)
|
2021-10-19 10:38:42 +08:00 |
|
|
|
dbe8c6cf50
|
session: migrate test-infra to testify for schema_amender_test (#28902)
|
2021-10-19 00:18:42 +08:00 |
|
|
|
ab0d231d9e
|
session: add system table mysql.column_stats_usage (#27849)
|
2021-10-18 19:24:43 +08:00 |
|
|
|
cc96f59bdb
|
*: rename RECREATOR to REPLAYER (#28826)
|
2021-10-15 16:23:27 +08:00 |
|
|
|
fa82cd47ec
|
domain, session: add plan replayer gc (#28799)
|
2021-10-15 11:13:27 +08:00 |
|
|
|
fac98dc866
|
privileges: fix show create view doesn't need show view privilege (#28662)
|
2021-10-14 23:49:26 +08:00 |
|
|
|
092544cd1d
|
distsql: add distsql package benchmark to daiy bench test (#28724)
|
2021-10-14 17:09:27 +08:00 |
|
|
|
958ab48fa0
|
*: set global temporary table as GA (#28525)
|
2021-10-14 11:27:26 +08:00 |
|
|
|
e6c600ad16
|
*: always convert sysvar values when out of range (#25686)
|
2021-10-13 10:37:27 +08:00 |
|
|
|
5a4ee311ff
|
test: implement ShortCircuitForBench (#28732)
|
2021-10-12 16:39:26 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
2f9d591ef7
|
session: migrate test-infra to testify for tidb_test.go and bootstrap_test.go (#28555)
|
2021-10-11 10:19:24 +08:00 |
|
|
|
417c7358ef
|
session: fix set session variable make tidb_snapshot unwork (#28677)
|
2021-10-09 14:43:23 +08:00 |
|
|
|
07eb99dce5
|
txn: fix retried transactions' statements is not inclueded in TIDB_TRX (#28480)
|
2021-10-09 10:25:23 +08:00 |
|
|
|
6eb02fbe5e
|
session: support references on column (#28546)
|
2021-10-07 12:23:22 +08:00 |
|
|
|
17d2ae36d1
|
*: make sysvar tidb_enable_noop_funcs support a WARN mode (#28443)
|
2021-09-30 11:02:48 +08:00 |
|
|
|
49b29ebb47
|
*: unhide stable system variables (#27957)
|
2021-09-29 12:14:46 +08:00 |
|
|
|
bd5f742c6b
|
test: fix unstable TestMemoryLeak (#28111)
|
2021-09-28 09:46:47 +08:00 |
|
|
|
42e8d29931
|
*: Remove noop function check for local temporary table (#28282)
|
2021-09-26 11:30:46 +08:00 |
|
|
|
ca7ba5a4e5
|
executor, session, sessionctx/variable: add validate function for sysval sql_auto_is_null (#28247)
|
2021-09-23 19:54:46 +08:00 |
|
|
|
b8d85beb0d
|
ddl: add schema placement rules (#27969)
|
2021-09-23 06:52:46 +08:00 |
|
|
|
33ac1865c8
|
session: validate and change tidb_read_staleness input (#28194)
|
2021-09-22 13:14:45 +08:00 |
|
|
|
cddb584acd
|
*: Use snapshot interceptor to do temporary table's point_get/batch_point_get (#28143)
|
2021-09-20 17:24:44 +08:00 |
|
|
|
680de922ed
|
*: fix license header (#28085)
|
2021-09-17 22:26:41 +08:00 |
|
|
|
89a5e1b221
|
domain, session: use session pool for sv cache (#27967)
|
2021-09-17 10:32:42 +08:00 |
|
|
|
2866e1dfd4
|
sessionctx: support session variable tidb_read_staleness (#27858)
|
2021-09-16 15:20:43 +08:00 |
|
|
|
f710f3d9a3
|
executor: support selecting store by tidb_replica_read for stale read (#28033)
|
2021-09-15 14:52:41 +08:00 |
|
|
|
84ce75d2e8
|
server, session: Reduce noise from SELECT...FOR UPDATE NOWAIT (#26845)
|
2021-09-15 03:10:41 +08:00 |
|
|
|
310fef18ed
|
*: fix memory leak after dom.Close (#28027)
|
2021-09-14 15:54:41 +08:00 |
|
|
|
33a6eee76b
|
test: add variable character_set_connection into test session (#27943)
|
2021-09-14 11:22:42 +08:00 |
|
|
|
75ee932f00
|
session: update Host type to char(255) in mysql.* tables for compatible with mysql-8.0 (#27887)
|
2021-09-13 11:18:39 +08:00 |
|
|
|
1cd95a8b94
|
*: add more daily benchmark test cases (#26773)
|
2021-09-10 23:00:38 +08:00 |
|
|
|
6267e0fbe3
|
session: change the global variable tidb_stmt_summary_max_stmt_count value from 200 to 3000 when upgrade (#27321)
|
2021-09-10 21:58:39 +08:00 |
|
|
|
2ae0bb73d7
|
*: Move some infoschema operations to temptable package (#27818)
|
2021-09-07 21:36:57 +08:00 |
|
|
|
93c33dbb7f
|
session: add a benchmark test for issue 27633 (#27640)
|
2021-08-30 17:54:13 +08:00 |
|
|
|
340abf00f0
|
metrics,client-go: update client-go and add batch client receive response metrics (#27583)
|
2021-08-25 21:08:05 +08:00 |
|
|
|
44f4e11af4
|
txn, session, test: Try to stabilize testTxnStateSerialSuite.TestRunning and TestBlocked (#27235)
|
2021-08-25 14:28:05 +08:00 |
|
|
|
9691e50710
|
execution: fix cte dead lock when used with IndexLookupJoin (#27465)
|
2021-08-24 15:26:04 +08:00 |
|
|
|
b47d772d47
|
charset: add a config field to control charset feature (#27288)
|
2021-08-20 23:46:01 +08:00 |
|
|
|
79f0b495e5
|
session, variable: move gc special sysvars to getters/setters (#24896)
|
2021-08-18 21:30:00 +08:00 |
|
|
|
9a307a07f3
|
session: Add failpoint session/beforeLoockKeys (#27332)
|
2021-08-18 18:16:00 +08:00 |
|
|
|
5c1081f669
|
*: support user defined filters for baseline capture (#26294)
|
2021-08-18 15:44:00 +08:00 |
|
|
|
dd34d4869f
|
Revert "session: add physical table placement_policy in mysql schema" (#27250)
|
2021-08-17 15:03:59 +08:00 |
|
|
|
462c9dc5ca
|
*: Add temp_table_size support for local temporary table (#27205)
|
2021-08-16 22:19:59 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
583d2d39e5
|
executor: Add test for check retry DML on local temporary tables (#27183)
|
2021-08-16 16:54:00 +08:00 |
|
|
|
bf8cfb448b
|
session: add physical table placement_policy in mysql schema (#27054)
|
2021-08-13 21:05:58 +08:00 |
|
|
|
8ad5b52fb4
|
ddl: check multibyte character set index length (#27061)
|
2021-08-11 14:25:15 +08:00 |
|
|
|
2a9c3bbbf0
|
session, test: make TestClusteredIndexSyntax stable (#27045)
|
2021-08-10 11:35:15 +08:00 |
|
|
|
83ebdf3795
|
session, variable: cleanup TiDBEvolvePlanBaselines sysvar validation (#27004)
|
2021-08-09 10:23:14 +08:00 |
|