mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix error messages
mysqltest now also writes failed error messages to log
This commit is contained in:
parent
2ac4ad6984
commit
67951fdeb4
29 changed files with 174 additions and 208 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue