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:
@ -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;
|
||||
|
Reference in New Issue
Block a user