|
|
ecbe72c6d7
|
parser: add order field in IndexPartSpecification struct (#38137)
|
2022-10-12 14:37:51 +08:00 |
|
|
|
415d03f956
|
executor: ALTER TABLE COMPACT support partition (#36173)
ref pingcap/tiflash#5315, close pingcap/tidb#36175
|
2022-09-28 13:41:44 +08:00 |
|
|
|
a6a0ad2c01
|
parser,executor: add tidb_current_tso() function (#37037)
close pingcap/tidb#37035
|
2022-09-26 13:35:44 +08:00 |
|
|
|
26f4604e45
|
parser: support plan replayer dump explain file (#37807)
ref pingcap/tidb#37798
|
2022-09-15 11:52:59 +08:00 |
|
|
|
13ac510474
|
*: change flashback grammar to flashback cluster to timestamp (#37815)
|
2022-09-14 19:12:58 +08:00 |
|
|
|
9036de3394
|
*: support create table with foreign key and maintain foreign key reference (#37148)
close pingcap/tidb#37147
|
2022-09-07 13:22:56 +08:00 |
|
|
|
cc5d828e92
|
parser: let flashback cluster don't support expr (#37569)
close pingcap/tidb#37495
|
2022-09-02 16:56:24 +08:00 |
|
|
|
a04000cd89
|
*: merge feature/flashback-cluster to master (#37529)
ref pingcap/tidb#37197
|
2022-09-01 10:58:24 +08:00 |
|
|
|
ccd4f347a2
|
*: Enable tiflash_fastscan variable and remove fast mode alter statment (#37027)
ref pingcap/tidb#35850
|
2022-08-29 11:28:22 +08:00 |
|
|
|
a89ef1f276
|
*: support ACCOUNT (UN)LOCK when creating/altering user (#37052)
close pingcap/tidb#35961, close pingcap/tidb#37051
|
2022-08-25 16:12:22 +08:00 |
|
|
|
8cf2e8094a
|
parser: support trace analyze table statement (#37155)
close pingcap/tidb#37152
|
2022-08-17 14:08:51 +08:00 |
|
|
|
d0f8487dea
|
*: support specifying range bits for auto_random (#36860)
close pingcap/tidb#32508
|
2022-08-16 20:54:50 +08:00 |
|
|
|
a08401b878
|
parser: support TOKUDB_ZSTD (#36945)
close pingcap/tidb#36953
|
2022-08-12 14:40:48 +08:00 |
|
|
|
42935af3cc
|
parser,ddl: Interval partitioning (#35662)
ref pingcap/tidb#19132, close pingcap/tidb#35683
|
2022-08-09 19:06:49 +08:00 |
|
|
|
eaead0238e
|
parser: add support of 'ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n' transferring to AST (#36285)
ref pingcap/tidb#36198
|
2022-07-22 16:09:09 +08:00 |
|
|
|
6256c347a7
|
parser: let LONG BYTE compatible with MySQL (#36314)
close pingcap/tidb#36239
|
2022-07-20 17:29:09 +08:00 |
|
|
|
a6b3f3d454
|
compact: Add syntax for COMPACT command without specifying the replica (#36368)
ref pingcap/tidb#34749
|
2022-07-20 16:53:09 +08:00 |
|
|
|
6e22e47f06
|
parser,ddl: support 'set tiflash mode' ddl and support check tiflash mode in tiflash_replica table (#35851)
ref pingcap/tidb#35850
|
2022-07-07 15:15:03 +08:00 |
|
|
|
c578d19c9f
|
parser, ddl: support decoding binary literal in set/enum (#35822)
close pingcap/tidb#31338
|
2022-06-30 15:36:39 +08:00 |
|
|
|
e752e1c020
|
parser: XXXDatabaseStmt now use CIStr for DB name (#35668)
close pingcap/tidb#35622
|
2022-06-24 19:04:37 +08:00 |
|
|
|
ff1b6ff5b8
|
planner: make some show stmt more fine-grained privilege check (#35493)
close pingcap/tidb#35393
|
2022-06-22 01:18:36 +08:00 |
|
|
|
1c02b4e90b
|
parser: Add support for INTERVAL expr unit + expr (#30253) (#35390)
close pingcap/tidb#30253
|
2022-06-21 01:00:36 +08:00 |
|
|
|
5d4745e9d4
|
parser, executor: support show/set session_states (#35263)
close pingcap/tidb#35259
|
2022-06-10 15:24: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 |
|
|
|
b598bd2214
|
*: support savepoint in transaction (#34466)
close pingcap/tidb#6840
|
2022-05-30 14:38:27 +08:00 |
|
|
|
dce5064e9e
|
parser, executor: consistently lower identity hostnames (#33172)
close pingcap/tidb#33061
|
2022-05-25 12:36:46 +08:00 |
|
|
|
79938e695c
|
dml: support for show count(*) warnings | errors (#34721)
close pingcap/tidb#25068
|
2022-05-23 15:50:46 +08:00 |
|
|
|
01fb9355d6
|
executor: add ALTER TABLE COMPACT support (#34741)
ref pingcap/tidb#34749
|
2022-05-19 00:44:38 +08:00 |
|
|
|
0ec79496b6
|
planner: fix prepared statement with window function will check the args in the preparation. (#34503)
close pingcap/tidb#31471
|
2022-05-16 15:22:36 +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 |
|
|
|
49aafa5ed6
|
parser: support explain analyze format='...' (#34416)
ref pingcap/tidb#33945
|
2022-05-06 17:20:56 +08:00 |
|
|
|
fa5e19010b
|
planner: preprocessor add CTE recursive check when handleTableName (#34133)
close pingcap/tidb#34090
|
2022-05-06 15:24:56 +08:00 |
|
|
|
1bf64c60f4
|
*: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
|
2022-04-26 19:28:51 +08:00 |
|
|
|
645ae1ce19
|
*: implement non-transactional delete (#33736)
ref pingcap/tidb#33485
|
2022-04-15 20:06:36 +08:00 |
|
|
|
a936646c99
|
ddl: support specifying expr rand() as column default value (#32608)
close pingcap/tidb#10377
|
2022-04-07 16:16:32 +08:00 |
|
|
|
d79527b256
|
bindinfo: support 'show binding_cache status' (#32567)
ref pingcap/tidb#32466
|
2022-03-15 14:27:52 +08:00 |
|
|
|
4be9e30b0a
|
bindinfo: rename Using status to Enabled status (#32801)
ref pingcap/tidb#32466
|
2022-03-07 17:21:49 +08:00 |
|
|
|
3ac831f64f
|
parser: support 'set binding status for stmt' (#32661)
ref pingcap/tidb#32466
|
2022-03-02 14:27:45 +08:00 |
|
|
|
8c04d41c48
|
parser: support ALTER DATABASE t SET TIFLASH REPLICA in grammar (#32255)
ref pingcap/tidb#32254
|
2022-02-17 14:25:39 +08:00 |
|
|
|
2a5e48011c
|
parser: fix function as identifier in TiDB is not compatible with Mysql (#31803)
close pingcap/tidb#30556
|
2022-01-28 13:03:13 +08:00 |
|
|
|
7fd298d916
|
*: Remove direct placement in parser (#31768)
close pingcap/tidb#31485
|
2022-01-19 10:13:45 +08:00 |
|
|
|
a8fa29b56d
|
parser: make text return utf8 encoding string (#31457)
close pingcap/tidb#31228
|
2022-01-12 19:47:42 +08:00 |
|
|
|
ba59021154
|
parser: fix the error message when no on commit delete rows specified (#30349)
close pingcap/tidb#29842
|
2022-01-05 10:46:36 +08:00 |
|
|
|
17927d489a
|
parser: decode the binary literal value in enum or set (#31231)
close pingcap/tidb#30740
|
2022-01-04 14:14:35 +08:00 |
|
|
|
93d28b9d3f
|
placement: give default 2 followers for non-sugar syntax (#31000)
|
2021-12-24 14:55:47 +08:00 |
|
|
|
ab35db14a6
|
*: refactor encoding and uniform usages (#30288)
|
2021-12-20 15:27:46 +08:00 |
|
|
|
dd95dd6e4c
|
parser: support admin flush plan_cache (#30747)
|
2021-12-17 17:34:36 +08:00 |
|
|
|
aa002f28a2
|
*: show cmd to check if all needed histograms are loaded (#29672)
|
2021-12-10 13:45:57 +08:00 |
|
|
|
23af09d8bf
|
*: support trace plan target='estimation' statement (#30491)
|
2021-12-10 11:43:57 +08:00 |
|
|
|
05f7c6dc5b
|
parser, expression: follow mysql, increase interval precedence (#30528)
|
2021-12-09 14:43:58 +08:00 |
|