summaryrefslogtreecommitdiff
path: root/mysql-test/main/myisam_debug.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/myisam_debug.test')
-rw-r--r--mysql-test/main/myisam_debug.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/main/myisam_debug.test b/mysql-test/main/myisam_debug.test
index 465ecd70895..2861c344b10 100644
--- a/mysql-test/main/myisam_debug.test
+++ b/mysql-test/main/myisam_debug.test
@@ -66,7 +66,7 @@ create table t1 (a int, index(a));
lock tables t1 write;
insert t1 values (1),(2),(1);
set @old_dbug=@@debug_dbug;
-set debug_dbug='+d,mi_lock_database_failure';
+SET debug_dbug='+d,mi_lock_database_failure';
unlock tables;
-set debug_dbug=@old_dbug;
+SET debug_dbug=@old_dbug;
drop table t1;