summaryrefslogtreecommitdiff
path: root/mysql-test/t/archive_plugin.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/archive_plugin.test')
-rw-r--r--mysql-test/t/archive_plugin.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/archive_plugin.test b/mysql-test/t/archive_plugin.test
index 2c04ac2a6ce..3b0e10e6401 100644
--- a/mysql-test/t/archive_plugin.test
+++ b/mysql-test/t/archive_plugin.test
@@ -6,8 +6,8 @@ CREATE TABLE t1(a int) ENGINE=ARCHIVE;
DROP TABLE t1;
--replace_regex /\.dll/.so/
eval INSTALL PLUGIN archive SONAME '$HA_ARCHIVE_SO';
---error 1125
--replace_regex /\.dll/.so/
+--error 1125
eval INSTALL PLUGIN ARCHIVE SONAME '$HA_ARCHIVE_SO';
UNINSTALL PLUGIN archive;