mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
22 lines
391 B
Text
22 lines
391 B
Text
--source include/have_geometry.inc
|
|
--source include/have_debug.inc
|
|
|
|
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 #
|