mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
update error messages for 10.0
This commit is contained in:
parent
2804a3fac4
commit
496cea45e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue