mirror of
https://github.com/MariaDB/server.git
synced 2025-08-26 01:44:06 +03:00
Remove end . from error messages to get them consistent
Fixed a few failing tests
This commit is contained in:
@@ -1106,7 +1106,7 @@ a
|
||||
31
|
||||
32
|
||||
SET sql_slave_skip_counter= 1;
|
||||
ERROR HY000: When using parallel replication and GTID with multiple replication domains, @@sql_slave_skip_counter can not be used. Instead, setting @@gtid_slave_pos explicitly can be used to skip to after a given GTID position.
|
||||
ERROR HY000: When using parallel replication and GTID with multiple replication domains, @@sql_slave_skip_counter can not be used. Instead, setting @@gtid_slave_pos explicitly can be used to skip to after a given GTID position
|
||||
include/stop_slave_io.inc
|
||||
include/start_slave.inc
|
||||
include/sync_with_master_gtid.inc
|
||||
|
Reference in New Issue
Block a user