Commit Graph

1112 Commits

Author SHA1 Message Date
e879bc5fca [parser] parser: improve index merge hint (#590)
* add primary

* add test for primary
2021-10-09 14:53:23 +08:00
d18f635991 [parser] Fixed: failed to parse WHERE / GROUP BY clauses in a SELECT statement without a FROM table (#587) 2021-10-09 14:53:23 +08:00
b4395cd5a9 [parser] parser: support database name for optimizer hint (#586) 2021-10-09 14:53:23 +08:00
ebf8431a0e [parser] ast: add CachedNames for Prepared (#575) 2021-10-09 14:53:23 +08:00
88e4ec4ed9 [parser] ast: fix the bug of TableSource.Restore() (#539) 2021-10-09 14:53:23 +08:00
f26c3e85f4 [parser] parser: add support for SHUTDOWN syntax (#580)
* add support for SHUTDOWN syntax

* add SHUTDOWN privilege syntax
2021-10-09 14:53:23 +08:00
24a0caa4af [parser] *: suport alter table set flash replica syntax (#564) 2021-10-09 14:53:23 +08:00
ef25c58596 [parser] parser : support admin repair table syntax (#547)
* support admin repair table

* fix comment

* add ddl test

* fix depency
2021-10-09 14:53:23 +08:00
30e9b8f7d9 [parser] fix SET CHARSET | NAMES DEFAULT (#567)
* fix SET CHARSET | NAMES DEFAULT

* reindent the tab
2021-10-09 14:53:23 +08:00
9d0dae0e58 [parser] parser: add nowait keyword, add for update no wait grammar, and related error… (#582) 2021-10-09 14:53:23 +08:00
0e24ec224b [parser] remove GrantPriv from AllGlobalPrivs/AllDBPrivs/AllTablePrivs (#581)
* remove GrantPriv from AllGlobalPrivs/AllDBPrivs/AllTablePrivs

* handle testcase error
2021-10-09 14:53:23 +08:00
67df55152d [parser] .github: add CODEOWNER rule to request review for PRs automatica… (#579) 2021-10-09 14:53:23 +08:00
6c5bccec30 [parser] ast/functions: add tidb_decode_plan() function (#557) 2021-10-09 14:53:23 +08:00
190f905a91 [parser] *: refine split region syntax add split partition table region syntax. (#561) 2021-10-09 14:53:23 +08:00
e691d58da9 [parser] support CREATE VIEW ... UnionStmt (#572) 2021-10-09 14:53:23 +08:00
42243bbd9e [parser] *: support where in admin show statement (#568) 2021-10-09 14:53:23 +08:00
d3b76259b1 [parser] add support for SHOW BUILTINS syntax. (#570) 2021-10-09 14:53:23 +08:00
205f57c50b [parser] add idxInMulti to ExecStmt to support prepare multiple sql (#514) 2021-10-09 14:53:23 +08:00
95b921f113 [parser] parser: add support for STORAGE DEFAULT/DISK/MEMORY in column attributes (#563)
* add support for STORAGE DEFAULT/DISK/MEMORY in column attributes

* ident lines with tab
2021-10-09 14:53:23 +08:00
bca396708d [parser] fix FIXED syntax (#556) 2021-10-09 14:53:23 +08:00
06a9eb80fa [parser] parser: optimize performance (#562) 2021-10-09 14:53:23 +08:00
76dc8603e6 [parser] ast/functions: add tidb_decode_key() function (#560) 2021-10-09 14:53:23 +08:00
26d10784e4 [parser] add IGNORE_INDEX hint (#550) 2021-10-09 14:53:23 +08:00
cf56856f63 [parser] parser: fix *TEXT BYTE | ASCII | UNICODE syntax (#536) 2021-10-09 14:53:23 +08:00
dd905d0c38 [parser] parser: fix SET=DEFAULT syntax (#551) 2021-10-09 14:53:23 +08:00
03c0e4cf93 [parser] Parser: support storage engine and VALUE IN MAXVALUE (#542) 2021-10-09 14:53:23 +08:00
a9ac52b528 [parser] fix CONSTRAINT syntax (#548) 2021-10-09 14:53:23 +08:00
dac9156949 [parser] parser: fix SQL_TSI_YEAR column type syntax (#540)
* fix SQL_TSI_YEAR column type syntax

* fix SQL_TSI_YEAR column type syntax
2021-10-09 14:53:23 +08:00
efc76a5ce2 [parser] parser: add missing generated column related mysql errors (#546) 2021-10-09 14:53:23 +08:00
a0040230ab [parser] executor: cache point get plan for prepared point (#541) 2021-10-09 14:53:23 +08:00
1c25c0c310 [parser] *: add where for show table region syntax (#398) 2021-10-09 14:53:23 +08:00
0f2b95b88f [parser] parser: fix obscure error message in bit(65) column type (#530)
* parser: fix obscure error message in bit(65) column type

* address comment

* format parser.y
2021-10-09 14:53:23 +08:00
fb2b3d31f0 [parser] parser: add a mysql error message (#534) 2021-10-09 14:53:23 +08:00
5b27268b74 [parser] parser: fix CREATE INDEX .. TYPE syntax (#533) 2021-10-09 14:53:23 +08:00
29110a1670 [parser] parser: replace magic numbers with meaningful names (#531) 2021-10-09 14:53:23 +08:00
1c514a63ca [parser] parser: fix alter_stmt order by syntax (#526) 2021-10-09 14:53:23 +08:00
05b744dbd1 [parser] ast: change the order of visiting select stmt (#522) 2021-10-09 14:53:23 +08:00
3ad61223b4 [parser] add support for ALTER TABLE ... ALTER INDEX syntax (#519) 2021-10-09 14:53:23 +08:00
592dc0fc6e [parser] Parser: support WITH PARSER (#524) 2021-10-09 14:53:23 +08:00
2c03dea0b7 [parser] parser: support table option 'UNION' (#523) 2021-10-09 14:53:23 +08:00
7c57e6ca07 [parser] parser: support table option: 'ENCRYPTION' (#520) 2021-10-09 14:53:23 +08:00
931f80b9ee [parser] make begin/commit/rollback/set be traceable (#492) 2021-10-09 14:53:23 +08:00
741cae3cfc [parser] Fix CREATE INDEX .. VISIBLE/INVISIBLE syntax (#518) 2021-10-09 14:53:23 +08:00
580235d94d [parser] Fix DISCARD/IMPORT TABLESPACE syntax (#512) 2021-10-09 14:53:23 +08:00
ece045c976 [parser] add a table hint to access table from a specific type of storage. (#446) 2021-10-09 14:53:23 +08:00
aa86dbe09c [parser] parser: add agg_to_cop hint (#517) 2021-10-09 14:53:23 +08:00
c7bb4e645c [parser] change memory quota hint argument (#513) 2021-10-09 14:53:23 +08:00
68efdd0aee [parser] parser: fix LOCK clause error message (#516) 2021-10-09 14:53:23 +08:00
a344829761 [parser] parser: fix VARCHARACTER, VARYING syntax (#515) 2021-10-09 14:53:23 +08:00
e1690e7912 [parser] parser: support query block in hint (#491) 2021-10-09 14:53:23 +08:00