diff options
author | monty@mashka.mysql.fi <> | 2003-08-07 20:18:51 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-08-07 20:18:51 +0300 |
commit | 6e7a509d06824447e427dd44d5692489267d9c4b (patch) | |
tree | dede3c4032371335b0e52c74cca1beba2483d7c6 /mysql-test | |
parent | d5547ad13bc1a0b74bb137039c78431efb606bf0 (diff) | |
parent | 8f08c511ee781a99b63a74957ecb8547ac334f06 (diff) | |
download | mariadb-git-6e7a509d06824447e427dd44d5692489267d9c4b.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mashka.mysql.fi:/home/my/mysql-4.0
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl_insert_id.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_insert_id.test b/mysql-test/t/rpl_insert_id.test index d91bd02883e..49fefae72b8 100644 --- a/mysql-test/t/rpl_insert_id.test +++ b/mysql-test/t/rpl_insert_id.test @@ -4,6 +4,7 @@ # We also check how the foreign_key_check variable is replicated source include/master-slave.inc; +source include/have_innodb.inc connection master; drop table if exists t1; create table t1(a int auto_increment, key(a)); |