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/archive_plugin.test | |
parent | 33a60e7fb657b24e55e5cea15c3f533c26f40ab1 (diff) | |
download | mariadb-git-f4f95c1723aa7f15577c7d7a7a0c70ccceaedf1c.tar.gz |
Fix failing tests in the main suite
Diffstat (limited to 'mysql-test/t/archive_plugin.test')
-rw-r--r-- | mysql-test/t/archive_plugin.test | 2 |
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; |