mirror of
https://github.com/MariaDB/server.git
synced 2025-08-21 16:03:24 +03:00
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
--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 #
|