mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
update error messages for 10.0
This commit is contained in:
@@ -15,9 +15,9 @@ include/rpl_stop_server.inc [server_number=2]
|
||||
# Removing file(s)
|
||||
include/rpl_start_server.inc [server_number=2]
|
||||
START SLAVE;
|
||||
ERROR HY000: Could not initialize master info structure; more error messages can be found in the MariaDB error log
|
||||
ERROR HY000: Could not initialize master info structure for ''; more error messages can be found in the MariaDB error log
|
||||
START SLAVE;
|
||||
ERROR HY000: Could not initialize master info structure; more error messages can be found in the MariaDB error log
|
||||
ERROR HY000: Could not initialize master info structure for ''; more error messages can be found in the MariaDB error log
|
||||
RESET SLAVE;
|
||||
DROP TABLE t1;
|
||||
START SLAVE UNTIL MASTER_LOG_FILE= 'MASTER_LOG_FILE', MASTER_LOG_POS= MASTER_LOG_POS;;
|
||||
|
||||
Reference in New Issue
Block a user