mariadb/mysql-test/suite/rpl/t/rpl_gtid_basic.test
2016-12-29 13:23:18 +01:00

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 #