Commit bcc9f7a
committed
MySQL: allow USING clause before ON in CREATE INDEX
MySQL allows specifying the index type `USING index_type`
before the `ON` clause in `CREATE INDEX` statements.
This PR allows the `CREATE INDEX` parser to accept both
positions of the `USING` clause, regardless of the dialect.
docs: https://dev.mysql.com/doc/refman/8.4/en/create-index.html1 parent 54a24e7 commit bcc9f7a
3 files changed
+5875
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7061 | 7061 | | |
7062 | 7062 | | |
7063 | 7063 | | |
| 7064 | + | |
| 7065 | + | |
| 7066 | + | |
7064 | 7067 | | |
7065 | 7068 | | |
| 7069 | + | |
| 7070 | + | |
7066 | 7071 | | |
7067 | 7072 | | |
7068 | 7073 | | |
7069 | 7074 | | |
7070 | 7075 | | |
| 7076 | + | |
7071 | 7077 | | |
7072 | | - | |
7073 | | - | |
7074 | | - | |
7075 | | - | |
7076 | | - | |
| 7078 | + | |
| 7079 | + | |
| 7080 | + | |
| 7081 | + | |
7077 | 7082 | | |
7078 | 7083 | | |
7079 | 7084 | | |
| |||
0 commit comments