#At file:///home/bm136801/my/morelog-51/ based on revid:bjorn.munch@stripped
2940 Bjorn Munch 2010-10-19
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-19 11:54:28 +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-20101019115428-x2tcn3stku1htzvf.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-mtr branch (bjorn.munch:2940) | Bjorn Munch | 19 Oct |