Commit 7bc4351
committed
MySQL: Support comma-separated
In [MySQL], options for `CREATE TABLE` following the body can be
optionally separated by commas. I'm not aware of any cases where this
affects parsing (e.g. eliminating ambiguity or anything), so we just
optionally eat comma tokens after each option is parsed.
[MySQL]: https://dev.mysql.com/doc/refman/8.4/en/create-table.htmlCREATE TABLE options1 parent c1648e7 commit 7bc4351
3 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7708 | 7708 | | |
7709 | 7709 | | |
7710 | 7710 | | |
| 7711 | + | |
| 7712 | + | |
| 7713 | + | |
7711 | 7714 | | |
7712 | 7715 | | |
7713 | 7716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1361 | 1361 | | |
1362 | 1362 | | |
1363 | 1363 | | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
1364 | 1371 | | |
1365 | 1372 | | |
1366 | 1373 | | |
| |||
0 commit comments