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