1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix failing tests in the main suite

This commit is contained in:
Vladislav Vaintroub
2011-12-30 11:22:27 +01:00
parent 33a60e7fb6
commit f4f95c1723
10 changed files with 11 additions and 99 deletions

View File

@ -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;