diff options
Diffstat (limited to 'tests/data/parser/parseCreateTableSpatial.in')
-rw-r--r-- | tests/data/parser/parseCreateTableSpatial.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/parseCreateTableSpatial.in b/tests/data/parser/parseCreateTableSpatial.in new file mode 100644 index 0000000..ca76430 --- /dev/null +++ b/tests/data/parser/parseCreateTableSpatial.in @@ -0,0 +1 @@ +CREATE TABLE `xss`.`gis` ( `x` POINT NOT NULL ) ENGINE = InnoDB;
\ No newline at end of file |