summaryrefslogtreecommitdiff
path: root/mysql-test/suite/archive/archive_plugin.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/archive/archive_plugin.test')
-rw-r--r--mysql-test/suite/archive/archive_plugin.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/archive/archive_plugin.test b/mysql-test/suite/archive/archive_plugin.test
index ba80652fb02..4e497309697 100644
--- a/mysql-test/suite/archive/archive_plugin.test
+++ b/mysql-test/suite/archive/archive_plugin.test
@@ -2,8 +2,8 @@ if (!$HA_ARCHIVE_SO) {
--skip Need archive plugin
}
+--error ER_UNKNOWN_STORAGE_ENGINE
CREATE TABLE t1(a int) ENGINE=ARCHIVE;
-DROP TABLE t1;
--replace_regex /\.dll/.so/
eval INSTALL PLUGIN archive SONAME '$HA_ARCHIVE_SO';
--replace_regex /\.dll/.so/