1
0
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:
monty@hundin.mysql.fi
2001-11-04 15:43:41 +02:00
parent 2ac4ad6984
commit 67951fdeb4
29 changed files with 174 additions and 208 deletions

View File

@ -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;