mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
Miscelaneous functions: BENCHMARK(), SLEEP(), ROW_COUNT(), FOUND_ROWS(), GET_LOCK(), RELEASE_LOCK(), IS_USED_LOCK(), IS_FREE_LOCK(), MASTER_POS_WAIT(), MASTER_GTID_WAIT(), BINLOG_GTID_POS(), ST_GIS_DEBUG(), DECODE_HISTOGRAM(),
23 lines
389 B
Plaintext
23 lines
389 B
Plaintext
--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_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED
|
|
CREATE TABLE t1 (a INT DEFAULT ST_GIS_DEBUG(1));
|
|
|
|
--echo #
|
|
--echo # End of 10.2 tests
|
|
--echo #
|