summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis-debug.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/gis-debug.test')
-rw-r--r--mysql-test/t/gis-debug.test16
1 files changed, 16 insertions, 0 deletions
diff --git a/mysql-test/t/gis-debug.test b/mysql-test/t/gis-debug.test
index a0647a2c9f4..4b36a8e20e0 100644
--- a/mysql-test/t/gis-debug.test
+++ b/mysql-test/t/gis-debug.test
@@ -4,3 +4,19 @@
SET @tmp=ST_GIS_DEBUG(1);
--source include/gis_debug.inc
+
+
+--echo #
+--echo # Start of 10.2 tests
+--echo #
+
+--echo #
+--echo # MDEV-10134 Add full support for DEFAULT
+--echo #
+
+--error ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED
+CREATE TABLE t1 (a INT DEFAULT ST_GIS_DEBUG(1));
+
+--echo #
+--echo # End of 10.2 tests
+--echo #