Skip to content
Permalink
Browse files
Fixed failing testcase when blackhole engine is not enabled
  • Loading branch information
montywi committed Jan 26, 2019
1 parent 574cde9 commit d0bfa4a
Showing 1 changed file 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';

0 comments on commit d0bfa4a

Please sign in to comment.