mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-30421 more tests cleaned up
All the .inc files that included from binlog_encryption are refactored.
This commit is contained in:
@ -558,3 +558,27 @@ a
|
||||
connection server_1;
|
||||
DROP TABLE t1;
|
||||
include/rpl_end.inc
|
||||
#
|
||||
# Start of 10.2 tests
|
||||
#
|
||||
#
|
||||
# MDEV-10134 Add full support for DEFAULT
|
||||
#
|
||||
CREATE TABLE t1 (a VARCHAR(100) DEFAULT BINLOG_GTID_POS("master-bin.000001", 600));
|
||||
ERROR HY000: Function or expression 'binlog_gtid_pos()' cannot be used in the DEFAULT clause of `a`
|
||||
#
|
||||
# End of 10.2 tests
|
||||
#
|
||||
#
|
||||
# Start of 10.3 tests
|
||||
#
|
||||
#
|
||||
# MDEV-13967 Parameter data type control for Item_long_func
|
||||
#
|
||||
SELECT MASTER_GTID_WAIT(ROW(1,1),'str');
|
||||
ERROR HY000: Illegal parameter data type row for operation 'master_gtid_wait'
|
||||
SELECT MASTER_GTID_WAIT('str',ROW(1,1));
|
||||
ERROR HY000: Illegal parameter data type row for operation 'master_gtid_wait'
|
||||
#
|
||||
# End of 10.3 tests
|
||||
#
|
||||
|
Reference in New Issue
Block a user