mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed failing testcase when blackhole engine is not enabled
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user