diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2014-07-01 00:30:24 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2014-07-01 00:30:24 +0500 |
commit | 80a02037df1e65168a150b4dcd21822bfc14b71a (patch) | |
tree | 0b085ce90a49f95ffc83e9ba6d52b8423497164b /mysql-test/t/gis-debug.test | |
parent | 439f75f849b9ab63fc65e2bd37af5c3429ffc1da (diff) | |
download | mariadb-git-80a02037df1e65168a150b4dcd21822bfc14b71a.tar.gz |
MDEV-6073 Merge gis test cases form 5.6.
Tests were merged.
As the implementation is different, the 'internal debugging' part
was not merged, only a stub for it created.
Diffstat (limited to 'mysql-test/t/gis-debug.test')
-rw-r--r-- | mysql-test/t/gis-debug.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/gis-debug.test b/mysql-test/t/gis-debug.test new file mode 100644 index 00000000000..a0647a2c9f4 --- /dev/null +++ b/mysql-test/t/gis-debug.test @@ -0,0 +1,6 @@ +--source include/have_geometry.inc +--source include/have_debug.inc + +SET @tmp=ST_GIS_DEBUG(1); + +--source include/gis_debug.inc |