1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed failing testcase when blackhole engine is not enabled

This commit is contained in:
Monty
2019-01-26 19:11:06 +02:00
parent 574cde9be4
commit d0bfa4afc4

View File

@ -3,8 +3,6 @@
#
source include/have_innodb.inc;
source include/not_embedded.inc;
source include/switch_to_mysql_user.inc;
drop view mysql.user_bak;
if (!$HA_BLACKHOLE_SO) {
skip Need blackhole plugin;
@ -13,6 +11,9 @@ if (!$HA_ARCHIVE_SO) {
skip Need Archive plugin;
}
source include/switch_to_mysql_user.inc;
drop view mysql.user_bak;
let $datadir= `select @@datadir`;
install soname 'ha_blackhole';