mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fixed failing testcase when blackhole engine is not enabled
This commit is contained in:
parent
574cde9be4
commit
d0bfa4afc4
1 changed files with 3 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue