Test and fix parsing literal backticks in TableParser:parse() (lp 1462904).

This commit is contained in:
Daniel Nichter
2015-06-25 13:20:00 -07:00
parent 66c74af47b
commit 32dba7e7f2
3 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE `t` (
`foo` int(11) DEFAULT NULL,
```bar``` int(11) DEFAULT NULL
) ENGINE=InnoDB