mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
Fix failing tests in the main suite
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user