binlog_encryption.encrypted_master 'ctr,innodb,stmt' w14 [ fail ]
|
Test ended at 2022-07-27 06:16:37
|
|
CURRENT_TEST: binlog_encryption.encrypted_master
|
mysqltest: In included file "./include/sync_slave_sql_with_io.inc":
|
included from /home/buildbot/aarch64-rhel-9/build/mysql-test/suite/binlog_encryption/encrypted_master.test at line 163:
|
At line 44: query 'if (`SELECT IFNULL($_sync_slave_sql_with_io_errno, -1) < 0`)
|
{' failed: ER_PARSE_ERROR (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' -1) < 0' at line 1
|
|
The result from queries just before the failure was:
|
< snip >
|
DROP DATABASE database_name_to_encrypt;
|
DROP USER new_user_name_to_encrypt;
|
DROP SERVER server_name_to_encrypt;
|
#############################
|
# Final checks for the master
|
#############################
|
NOT FOUND /_to_encrypt.*/ in master-bin.0*
|
NOT FOUND /COMMIT.*/ in master-bin.0*
|
NOT FOUND /TIMESTAMP.*/ in master-bin.0*
|
include/save_master_pos.inc
|
#############################
|
# Final checks for the slave
|
#############################
|
connection server_2;
|
include/sync_io_with_master.inc
|
FOUND 1 /_to_encrypt.*/ in slave-relay-bin.0*
|
FOUND 1 /COMMIT.*/ in slave-relay-bin.0*
|
FOUND 1 /TIMESTAMP.*/ in slave-relay-bin.0*
|
include/start_slave.inc
|
include/sync_slave_sql_with_io.inc
|