mirror of
https://github.com/MariaDB/server.git
synced 2025-02-13 17:05:35 +01:00
16 lines
344 B
Text
16 lines
344 B
Text
--source extra/rpl_tests/rpl_gtid_basic.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 VARCHAR(100) DEFAULT BINLOG_GTID_POS("master-bin.000001", 600));
|
|
|
|
--echo #
|
|
--echo # End of 10.2 tests
|
|
--echo #
|