mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix error messages
mysqltest now also writes failed error messages to log
This commit is contained in:
@ -3,6 +3,7 @@ connect (master1,localhost,root,,test,0,master.sock);
|
||||
connect (slave,localhost,root,,test,0,slave.sock);
|
||||
connect (slave1,localhost,root,,test,0,slave.sock);
|
||||
connection slave;
|
||||
--error 0,1199
|
||||
!slave stop;
|
||||
@r/slave-stopped.result show status like 'Slave_running';
|
||||
connection master;
|
||||
|
Reference in New Issue
Block a user