summaryrefslogtreecommitdiff
path: root/mysql-test/t/raid.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/raid.test')
-rw-r--r--mysql-test/t/raid.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/raid.test b/mysql-test/t/raid.test
index 8b608c1069f..4dbaf84a836 100644
--- a/mysql-test/t/raid.test
+++ b/mysql-test/t/raid.test
@@ -5,6 +5,9 @@ show variables like "have_raid";
# Test of raided tables
#
+create database test_raid;
+create table test_raid.r1 (i int) raid_type=1;
+drop database test_raid;
DROP TABLE IF EXISTS t1,t2;
CREATE TABLE t1 (
id int unsigned not null auto_increment primary key,