summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-10-29 18:22:04 -0700
committersasha@mysql.sashanet.com <>2001-10-29 18:22:04 -0700
commit8235311d1acaaa89b5def03eca340bb143e61709 (patch)
tree222cc2bf6b8235afeb30475287f163a0314c1ed1 /mysql-test
parent94cde5ee677038f699c0d6a22f1913d8aed1eb01 (diff)
parent7fda1ab9f23557007875f97518faf06dbd02aea3 (diff)
downloadmariadb-git-8235311d1acaaa89b5def03eca340bb143e61709.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.test1
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;