diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-10-29 18:22:04 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-10-29 18:22:04 -0700 |
commit | bbd8831471d6c26f8bb23f05258882c1111a3c72 (patch) | |
tree | 222cc2bf6b8235afeb30475287f163a0314c1ed1 /mysql-test | |
parent | 928963f64795acbc3e9bf6041f102fbf831c5dfc (diff) | |
parent | 4af3c668c9ffe6ef2e04833ff49414038886ec24 (diff) | |
download | mariadb-git-bbd8831471d6c26f8bb23f05258882c1111a3c72.tar.gz |
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl000012.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000012.test b/mysql-test/t/rpl000012.test index 01ff9ec8a37..9f8ba9a4f91 100644 --- a/mysql-test/t/rpl000012.test +++ b/mysql-test/t/rpl000012.test @@ -9,6 +9,7 @@ insert into t2 select * from t1; drop table if exists test.t3; create temporary table test.t3 (n int not null); alter table test.t3 add primary key(n); +flush logs; insert into t3 values (100); insert into t2 select * from t3; drop table if exists test.t3; |