summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_optimize.test
diff options
context:
space:
mode:
authorunknown <jmiller@mysql.com>2006-01-20 23:28:52 +0100
committerunknown <jmiller@mysql.com>2006-01-20 23:28:52 +0100
commite885b1af6c743af7664b9181879a8bf122e2e661 (patch)
treebf9103284ab063eb8dd4f8891fcfce882ac14fca /mysql-test/t/rpl_optimize.test
parent9e59b396dd37a3c87fbf3e63e13511c39e37e2c4 (diff)
downloadmariadb-git-e885b1af6c743af7664b9181879a8bf122e2e661.tar.gz
Updated test
BitKeeper/deleted/.del-not_ndb_table.inc~86f167fc49e34d38: Delete: mysql-test/include/not_ndb_table.inc BitKeeper/deleted/.del-not_ndb_table.require~1e81af954dbb864a: Delete: mysql-test/r/not_ndb_table.require mysql-test/extra/rpl_tests/rpl_foreign_key.test: Cleanup test for NDB mysql-test/t/rpl_foreign_key_innodb.test: Cleanup test for NDB mysql-test/r/rpl_foreign_key_innodb.result: Cleanup test for NDB mysql-test/t/rpl_optimize.test: setting back to orginal values
Diffstat (limited to 'mysql-test/t/rpl_optimize.test')
-rw-r--r--mysql-test/t/rpl_optimize.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/t/rpl_optimize.test b/mysql-test/t/rpl_optimize.test
index bd02f7a6446..c1dfaaf999a 100644
--- a/mysql-test/t/rpl_optimize.test
+++ b/mysql-test/t/rpl_optimize.test
@@ -4,10 +4,8 @@
#####################################
# Change Author: JBM
# Change Date: 2006-01-17
-# Change: Skip test when default table = ndb
+# Change:
#####################################
-
--- source include/not_ndb_table.inc
-- source include/master-slave.inc
create table t1 (a int not null auto_increment primary key, b int, key(b));