mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Test and fix parsing literal backticks in TableParser:parse() (lp 1462904).
This commit is contained in:
4
t/lib/samples/triple-quoted-col.sql
Normal file
4
t/lib/samples/triple-quoted-col.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE `t` (
|
||||
`foo` int(11) DEFAULT NULL,
|
||||
```bar``` int(11) DEFAULT NULL
|
||||
) ENGINE=InnoDB
|
Reference in New Issue
Block a user