#At file:///home/bm136801/my/lowcase-51/ based on revid:bjorn.munch@stripped
2942 Bjorn Munch 2010-10-13
Test wait_timeout: do not fail by SQL syntax error, use die
modified:
mysql-test/t/wait_timeout.test
=== modified file 'mysql-test/t/wait_timeout.test'
--- a/mysql-test/t/wait_timeout.test 2009-03-06 14:56:17 +0000
+++ b/mysql-test/t/wait_timeout.test 2010-10-13 11:10:55 +0000
@@ -53,7 +53,7 @@ while (!`select @aborted_clients`)
dec $retries;
if (!$retries)
{
- Failed to detect that client has been aborted;
+ die Failed to detect that client has been aborted;
}
}
--enable_query_log
@@ -108,7 +108,7 @@ while (!`select @aborted_clients`)
dec $retries;
if (!$retries)
{
- Failed to detect that client has been aborted;
+ die Failed to detect that client has been aborted;
}
}
--enable_query_log
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20101013111055-t9thk0ul5khso3j6.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-mtr branch (bjorn.munch:2942) | Bjorn Munch | 13 Oct |