summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqldump-max.test
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-24 17:54:45 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-24 17:54:45 +0200
commit1023e010587c63e3a7fb04b3dea804de5e556468 (patch)
treee060d1a8d3a5fb403d3f390810b2ee0ea98da379 /mysql-test/t/mysqldump-max.test
parentc9ef0344f8f32a76d794ddbe9ade39b224c5ceb9 (diff)
downloadmariadb-git-1023e010587c63e3a7fb04b3dea804de5e556468.tar.gz
Fix spelling errors in test files
mysql-test/r/mysqldump-max.result: Update test result after fix of spelling error mysql-test/r/rpl_trigger.result: Update test result after fix of spelling error mysql-test/r/type_newdecimal.result: Update test result after fix of spelling error mysql-test/t/mysqldump-max.test: Fix spelling error "disable_warnings" Write shorter "drop table..." mysql-test/t/rpl_trigger.test: Fix spelling error, there is no --ignore_warnings mysql-test/t/type_newdecimal.test: Fix spelling error
Diffstat (limited to 'mysql-test/t/mysqldump-max.test')
-rw-r--r--mysql-test/t/mysqldump-max.test11
1 files changed, 3 insertions, 8 deletions
diff --git a/mysql-test/t/mysqldump-max.test b/mysql-test/t/mysqldump-max.test
index fbea84808b4..359c4ea5793 100644
--- a/mysql-test/t/mysqldump-max.test
+++ b/mysql-test/t/mysqldump-max.test
@@ -3,14 +3,9 @@
--source include/have_innodb.inc
--source include/have_archive.inc
---disable-warnings
-drop table if exists t1;
-drop table if exists t2;
-drop table if exists t3;
-drop table if exists t4;
-drop table if exists t5;
-drop table if exists t6;
---enable-warnings
+--disable_warnings
+drop table if exists t1, t2, t3, t4, t5, t6;
+--enable_warnings
create table t1 (id int(8), name varchar(32));
create table t2 (id int(8), name varchar(32)) ENGINE="MyISAM";