diff options
author | unknown <serg@sergbook.mylan> | 2003-11-03 23:10:58 +0100 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2003-11-03 23:10:58 +0100 |
commit | 06fd12c5aef1643519500d0f14bd7f1785e4caf6 (patch) | |
tree | d2d768e1a98d9b09a85c9467c06c9fce4327b047 /mysql-test/r/mysqlbinlog.result | |
parent | 9bb8d2aa0da4ba47d2b8947cf8a027e733368d38 (diff) | |
parent | ef6729749010ce65ccc2113bf723863385a01d5e (diff) | |
download | mariadb-git-06fd12c5aef1643519500d0f14bd7f1785e4caf6.tar.gz |
Merge serg:Abk/mysql-4.1
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'mysql-test/r/mysqlbinlog.result')
-rw-r--r-- | mysql-test/r/mysqlbinlog.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result index eeac31ba40b..92453b3e35b 100644 --- a/mysql-test/r/mysqlbinlog.result +++ b/mysql-test/r/mysqlbinlog.result @@ -80,4 +80,4 @@ insert into t1 values ("Alas"); use test; SET TIMESTAMP=1000000000; insert into t1 values ("Alas"); -drop table t1; +drop table t1, t2; |