1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

tests actually work in statement based

This commit is contained in:
tomas@whalegate.ndb.mysql.com
2007-09-05 18:44:47 +02:00
parent 06b267cbb7
commit e8c2807aac
18 changed files with 0 additions and 18 deletions

View File

@@ -3,7 +3,6 @@
-- source include/have_ndb.inc
-- source include/have_innodb.inc
-- source include/ndb_master-slave.inc
-- source include/have_log_bin.inc
create table t1 (a int, unique(a)) engine=ndbcluster;
create table t2 (a int, unique(a)) engine=innodb;