summaryrefslogtreecommitdiff
path: root/mysql-test/r/handler_myisam.result
diff options
context:
space:
mode:
authormleich@three.local.lan <>2006-08-16 19:29:49 +0200
committermleich@three.local.lan <>2006-08-16 19:29:49 +0200
commit1a8c9130db4ed6451296ed57b5123eaac4bae790 (patch)
tree1f8310d811b09798025613871c02de4eccca2899 /mysql-test/r/handler_myisam.result
parentaaa9ed3eff301422769ef6cdca9a93ad60782881 (diff)
downloadmariadb-git-1a8c9130db4ed6451296ed57b5123eaac4bae790.tar.gz
This changeset belongs to
WL#3397 Refactoring storage engine test cases (for falcon) It contains fixes according to second code review. - Remove any occurence of hardcoded assignments of storage engines - Use variable names exact telling what it is used for - Updated comments - remove trailing spaces
Diffstat (limited to 'mysql-test/r/handler_myisam.result')
-rw-r--r--mysql-test/r/handler_myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/handler_myisam.result b/mysql-test/r/handler_myisam.result
index f70bb318130..8edf191b1b0 100644
--- a/mysql-test/r/handler_myisam.result
+++ b/mysql-test/r/handler_myisam.result
@@ -168,7 +168,7 @@ insert into t1 values (17);
handler t2 read first;
ERROR 42S02: Unknown table 't2' in HANDLER
handler t1 open as t2;
-alter table t1 engine=MyISAM;
+alter table t1 engine=MEMORY;
handler t2 read first;
ERROR 42S02: Unknown table 't2' in HANDLER
drop table t1;