diff options
author | monty@hundin.mysql.fi <> | 2001-11-04 15:43:41 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-04 15:43:41 +0200 |
commit | 67951fdeb4195d6fcefeba6aab811b6c5e585178 (patch) | |
tree | 36ac40ee6dc1616d29e89871c562b99442723e17 /mysql-test/include | |
parent | 2ac4ad6984f499b701aa04584317c3eb15547ddc (diff) | |
download | mariadb-git-67951fdeb4195d6fcefeba6aab811b6c5e585178.tar.gz |
Fix error messages
mysqltest now also writes failed error messages to log
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/master-slave.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/master-slave.inc b/mysql-test/include/master-slave.inc index c7c37fd01d3..3cb802fe6d9 100644 --- a/mysql-test/include/master-slave.inc +++ b/mysql-test/include/master-slave.inc @@ -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; |