summaryrefslogtreecommitdiff
path: root/mysql-test/suite/compat/oracle/r/gis-debug.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-07-09 12:47:42 +0400
committerAlexander Barkov <bar@mariadb.com>2019-07-09 16:18:54 +0400
commit4dc85973b432ac6a17964c2897439e902676e55b (patch)
tree37638fc2b6fdb19da7d5bb4880bead89d132a9b9 /mysql-test/suite/compat/oracle/r/gis-debug.result
parent0940e25d69cea59d6026f894b1fd9a5ebb55378c (diff)
downloadmariadb-git-4dc85973b432ac6a17964c2897439e902676e55b.tar.gz
MDEV-19994 Add class Function_collection
Diffstat (limited to 'mysql-test/suite/compat/oracle/r/gis-debug.result')
-rw-r--r--mysql-test/suite/compat/oracle/r/gis-debug.result16
1 files changed, 16 insertions, 0 deletions
diff --git a/mysql-test/suite/compat/oracle/r/gis-debug.result b/mysql-test/suite/compat/oracle/r/gis-debug.result
new file mode 100644
index 00000000000..cf686ba4d34
--- /dev/null
+++ b/mysql-test/suite/compat/oracle/r/gis-debug.result
@@ -0,0 +1,16 @@
+SET sql_mode=ORACLE;
+#
+# Start of 10.5 tests
+#
+#
+# MDEV-19994 Add class Function_collection
+#
+SET SESSION debug_dbug="+d,make_item_func_call_native_simulate_not_found";
+SELECT CONTAINS(POINT(1,1),POINT(1,1));
+ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(POINT(1,1),POINT(1,1))' at line 1
+SELECT WITHIN(POINT(1,1),POINT(1,1));
+ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(POINT(1,1),POINT(1,1))' at line 1
+SET SESSION debug_dbug="-d,make_item_func_call_native_simulate_not_found";
+#
+# End of 10.5 tests
+#