|
|
cddb584acd
|
*: Use snapshot interceptor to do temporary table's point_get/batch_point_get (#28143)
|
2021-09-20 17:24:44 +08:00 |
|
|
|
3b42a93408
|
oomtest: migrate test-infra to testify (#28102)
|
2021-09-17 17:40:42 +08:00 |
|
|
|
d88e64c194
|
executor: add stale read compatibility unit test for each cases (#28146)
|
2021-09-17 16:46:42 +08:00 |
|
|
|
64494c5c93
|
charset: comment a test to prevent it block ci (#28112)
|
2021-09-17 11:20:42 +08:00 |
|
|
|
2866e1dfd4
|
sessionctx: support session variable tidb_read_staleness (#27858)
|
2021-09-16 15:20:43 +08:00 |
|
|
|
c103310663
|
executor: fix wrong index hash join when hash col is enum (#28032)
|
2021-09-16 12:00:42 +08:00 |
|
|
|
f710f3d9a3
|
executor: support selecting store by tidb_replica_read for stale read (#28033)
|
2021-09-15 14:52:41 +08:00 |
|
|
|
01e1ceda08
|
expression, executor: fix license header (#28050)
|
2021-09-15 10:56:42 +08:00 |
|
|
|
89617e20b2
|
txn: allow transaction set custom retrievers (#27847)
|
2021-09-14 16:08:41 +08:00 |
|
|
|
193b74ecbb
|
executor: rename txnScope as readReplicaScope instead (#27987)
|
2021-09-14 12:54:40 +08:00 |
|
|
|
282357e6b7
|
executor: calling child.Open() after initialization for HashJoin (#27499)
|
2021-09-14 12:16:41 +08:00 |
|
|
|
33a6eee76b
|
test: add variable character_set_connection into test session (#27943)
|
2021-09-14 11:22:42 +08:00 |
|
|
|
5de2ce7441
|
ddl: change attributes to key-value form (#27945)
|
2021-09-11 11:06:39 +08:00 |
|
|
|
1cd95a8b94
|
*: add more daily benchmark test cases (#26773)
|
2021-09-10 23:00:38 +08:00 |
|
|
|
d7bb71bc1f
|
ddl, meta: refactor auto IDs metadata interface (#27721)
|
2021-09-10 13:56:39 +08:00 |
|
|
|
ef0098a3c4
|
executor: Add support for placement in SHOW CREATE TABLE (#27792)
|
2021-09-09 10:50:38 +08:00 |
|
|
|
2c329c20a9
|
executor: change the time record way of IndexLookUp executor (#27080)
|
2021-09-09 10:04:38 +08:00 |
|
|
|
7dbf7b31c5
|
test: fix data race of Kill (#27864)
|
2021-09-08 23:12:58 +08:00 |
|
|
|
649ed6abc9
|
*: Log SQL statement when coprocessor encounteres lock (#27735)
|
2021-09-08 20:21:03 +08:00 |
|
|
|
19d3b1f020
|
test: fix race of hash join (#27881)
|
2021-09-08 15:34:58 +08:00 |
|
|
|
a7cba16084
|
privileges: fix case sensitive compare of dbname when grant in table level (#27738)
|
2021-09-08 13:48:57 +08:00 |
|
|
|
2ae0bb73d7
|
*: Move some infoschema operations to temptable package (#27818)
|
2021-09-07 21:36:57 +08:00 |
|
|
|
6b9d0c53c7
|
util, executor: use a individual rowContainer for each probeWorker in HashJoinExec (#27577)
|
2021-09-07 17:22:57 +08:00 |
|
|
|
04684e6e58
|
ddl: support recover/flashback table for label rules (#27073)
|
2021-09-07 15:40:58 +08:00 |
|
|
|
8125b0a3f3
|
*: Introduce TemporaryTableDDL to provide unified APIs for temporary table ddl operations (#27776)
|
2021-09-06 11:24:57 +08:00 |
|
|
|
6805e344af
|
ddl: support ALTER PLACEMENT POLICY ... (#27733)
|
2021-09-05 19:46:56 +08:00 |
|
|
|
afca7649fa
|
planner: refine prefer-range-scan behavior (#27123)
|
2021-09-02 12:06:14 +08:00 |
|
|
|
376e85b2ef
|
*: Support SHOW PLACEMENT for placement policies (#27531)
|
2021-08-31 17:38:13 +08:00 |
|
|
|
8fd619359e
|
*: Support PLACEMENT_ADMIN dynamic priv (#27600)
|
2021-08-31 17:08:13 +08:00 |
|
|
|
fa52d566d5
|
privileges: require process privilege to access metrics_schema (#27554)
|
2021-08-31 13:34:12 +08:00 |
|
|
|
099bc9a230
|
*: Add some kv.Iterator implementations for future use (#27578)
|
2021-08-30 16:14:11 +08:00 |
|
|
|
d05660c834
|
config, server, executor: Reduce RSA keysize in testing (#27393)
|
2021-08-30 14:28:13 +08:00 |
|
|
|
777b40cb8c
|
*: refactor Allocator.Rebase() interface (#27649)
|
2021-08-30 13:10:11 +08:00 |
|
|
|
8ba11a66c3
|
ddl: support create and drop placement policy (#27574)
|
2021-08-30 11:36:12 +08:00 |
|
|
|
b1f3974f10
|
*: refactor Allocator.Alloc() interface for separating auto IDs (#27616)
|
2021-08-28 15:32:05 +08:00 |
|
|
|
f2347226db
|
executor, privilege: fix show grants for current_user() using x (#27593)
|
2021-08-28 15:22:05 +08:00 |
|
|
|
5fcfd890a4
|
privileges: add DASHBOARD_CLIENT dynamic privilege (#27591)
|
2021-08-27 16:26:05 +08:00 |
|
|
|
8370cab551
|
planner: rename BuildLogicalPlan to BuildLogicalPlanForTest (#27606)
|
2021-08-26 18:42:05 +08:00 |
|
|
|
684057f484
|
privilege: fix show grants output for active roles + dynamic privs (#27218)
|
2021-08-25 03:04:03 +08:00 |
|
|
|
0f51627cd1
|
expression, executor: introduce propagateType for castDecimalAsReal (#26651)
|
2021-08-24 15:36:04 +08:00 |
|
|
|
9691e50710
|
execution: fix cte dead lock when used with IndexLookupJoin (#27465)
|
2021-08-24 15:26:04 +08:00 |
|
|
|
d9bf3bf2d0
|
executor: make group_concat function consider the collation (#27490)
|
2021-08-24 13:00:04 +08:00 |
|
|
|
1221b13182
|
executor: migrate TestTemporaryTableNoNetwork to testify (#27460)
|
2021-08-23 19:12:03 +08:00 |
|
|
|
48e12ae07b
|
util: change super to process privilege when reading statements_summary (#27431)
|
2021-08-23 19:04:03 +08:00 |
|
|
|
4cc2423086
|
executor/cte_test.go: migrate test-infra to testify (#27103)
|
2021-08-23 18:54:03 +08:00 |
|
|
|
002318ff5b
|
fix data race (#27477)
Co-authored-by: tison <wander4096@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
|
2021-08-23 18:19:38 +08:00 |
|
|
|
529fc03a9c
|
slow_query: cancel send taskList if ctx is done (#27471)
* slow_query: cancel send taskList if ctx is done
Signed-off-by: tison <wander4096@gmail.com>
|
2021-08-23 12:08:34 +08:00 |
|
|
|
b47d772d47
|
charset: add a config field to control charset feature (#27288)
|
2021-08-20 23:46:01 +08:00 |
|
|
|
2a8612be59
|
*: SHOW CREATE VIEW/SEQUENCE should ignore local temporary table with the same name (#27344)
|
2021-08-20 20:24:02 +08:00 |
|
|
|
c9c3463ac1
|
expression: fix wrong result for date add sub (#27244)
|
2021-08-20 17:28:02 +08:00 |
|