Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-07-29 13:03:17+02:00, msvensson@shellback.(none) +1 -0
Add missing semicolon to wait_timeout test
mysql-test/t/wait_timeout.test@stripped, 2006-07-29 13:03:14+02:00, msvensson@shellback.(none) +1 -1
Add missing semicolon
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: shellback.(none)
# Root: /home/msvensson/mysql/my51-mysqltest-new-commands
--- 1.9/mysql-test/t/wait_timeout.test 2006-07-29 13:03:24 +02:00
+++ 1.10/mysql-test/t/wait_timeout.test 2006-07-29 13:03:24 +02:00
@@ -55,7 +55,7 @@
select 3;
# Disconnect so that we will not be confused by a future abort from this
# connection.
-disconnect default
+disconnect default;
#
# Do the same test as above on a TCP connection
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2247) | msvensson | 31 Jul |