summaryrefslogtreecommitdiff
path: root/mysql-test/t/blackhole_plugin.test
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2011-12-30 11:22:27 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2011-12-30 11:22:27 +0100
commitf4f95c1723aa7f15577c7d7a7a0c70ccceaedf1c (patch)
tree223c7c9ea765c2dd34dbdad2b6f06e213cd10bfc /mysql-test/t/blackhole_plugin.test
parent33a60e7fb657b24e55e5cea15c3f533c26f40ab1 (diff)
downloadmariadb-git-f4f95c1723aa7f15577c7d7a7a0c70ccceaedf1c.tar.gz
Fix failing tests in the main suite
Diffstat (limited to 'mysql-test/t/blackhole_plugin.test')
-rw-r--r--mysql-test/t/blackhole_plugin.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/blackhole_plugin.test b/mysql-test/t/blackhole_plugin.test
index ac6c3ecddd0..8af8fcc941c 100644
--- a/mysql-test/t/blackhole_plugin.test
+++ b/mysql-test/t/blackhole_plugin.test
@@ -6,8 +6,8 @@ CREATE TABLE t1(a int) ENGINE=BLACKHOLE;
DROP TABLE t1;
--replace_regex /\.dll/.so/
eval INSTALL PLUGIN blackhole SONAME '$HA_BLACKHOLE_SO';
---error 1125
--replace_regex /\.dll/.so/
+--error 1125
eval INSTALL PLUGIN BLACKHOLE SONAME '$HA_BLACKHOLE_SO';
UNINSTALL PLUGIN blackhole;