diff options
author | monty@mashka.mysql.fi <> | 2003-08-07 20:16:37 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-08-07 20:16:37 +0300 |
commit | 8f08c511ee781a99b63a74957ecb8547ac334f06 (patch) | |
tree | 0175c785de8b8892ceba2db249cf74c6362b2137 /mysql-test/t | |
parent | 41865cf3a670ffee10d0cf263c33e12bd7b8c2da (diff) | |
download | mariadb-git-8f08c511ee781a99b63a74957ecb8547ac334f06.tar.gz |
Review of changesets since last pull.
(Mostly code cleanups)
Diffstat (limited to 'mysql-test/t')
-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)); |