diff options
author | pem@mysql.comhem.se <> | 2004-04-28 12:08:54 +0200 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2004-04-28 12:08:54 +0200 |
commit | d42b1458174b267132bc9bc4ae46dd175ae95b35 (patch) | |
tree | 9c1da43e53cf77e72c29d1ff57b3c37c13c32da8 /mysql-test/r/insert.result | |
parent | dfd59e296e2c267a21f1ea8b3b937e07730dad0d (diff) | |
download | mariadb-git-d42b1458174b267132bc9bc4ae46dd175ae95b35.tar.gz |
Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.cc
merged manually by guilhem.
Diffstat (limited to 'mysql-test/r/insert.result')
-rw-r--r-- | mysql-test/r/insert.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/insert.result b/mysql-test/r/insert.result index 44950d0927c..0aaf77cd623 100644 --- a/mysql-test/r/insert.result +++ b/mysql-test/r/insert.result @@ -324,6 +324,7 @@ f_double_u 0 f_float_u 0 f_double_15_1_u 0.0 f_float_3_1_u 0.0 +use test; drop table if exists t1,t2,t3; create table t1(id1 int not null auto_increment primary key, t char(12)); create table t2(id2 int not null, t char(12)); |