mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Remove end . from error messages to get them consistent
Fixed a few failing tests
This commit is contained in:
@@ -12,7 +12,7 @@ connection server_2;
|
||||
connection server_1;
|
||||
INSERT INTO t1 VALUES (1,sleep(2));
|
||||
Warnings:
|
||||
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave.
|
||||
Note 1592 Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. Statement is unsafe because it uses a system function that may return a different value on the slave
|
||||
connection server_2;
|
||||
include/wait_for_slave_param.inc [Seconds_Behind_Master]
|
||||
Seconds_Behind_Master should be zero here because the slave is fully caught up and idle.
|
||||
|
Reference in New Issue
Block a user