diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-30 11:22:27 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-12-30 11:22:27 +0100 |
commit | f4f95c1723aa7f15577c7d7a7a0c70ccceaedf1c (patch) | |
tree | 223c7c9ea765c2dd34dbdad2b6f06e213cd10bfc /mysql-test/t/blackhole_plugin.test | |
parent | 33a60e7fb657b24e55e5cea15c3f533c26f40ab1 (diff) | |
download | mariadb-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.test | 2 |
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; |