diff options
Diffstat (limited to 'mysql-test/suite/compat/oracle/t/gis.test')
-rw-r--r-- | mysql-test/suite/compat/oracle/t/gis.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/compat/oracle/t/gis.test b/mysql-test/suite/compat/oracle/t/gis.test new file mode 100644 index 00000000000..a684563390b --- /dev/null +++ b/mysql-test/suite/compat/oracle/t/gis.test @@ -0,0 +1,4 @@ +-- source include/have_geometry.inc + +SELECT WITHIN(POINT(1,1), POINT(1,1)); +SELECT WITHIN(POINT(1,1), POINT(0,0)); |