mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Make TableParser.pm handle ANSI quotes
This commit is contained in:
9
t/lib/samples/ansi.quoting.sql
Normal file
9
t/lib/samples/ansi.quoting.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE "t" (
|
||||
"a" int(11) DEFAULT NULL,
|
||||
"b`c" int(11) DEFAULT NULL,
|
||||
"d""e" int(11) DEFAULT NULL,
|
||||
"f
|
||||
g" int(11) DEFAULT NULL,
|
||||
"h\" int(11) DEFAULT NULL,
|
||||
"i\""" int(11) DEFAULT NULL
|
||||
)
|
Reference in New Issue
Block a user