Commit d0bfa4af authored by Monty's avatar Monty

Fixed failing testcase when blackhole engine is not enabled

parent 574cde9b
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# #
source include/have_innodb.inc; source include/have_innodb.inc;
source include/not_embedded.inc; source include/not_embedded.inc;
source include/switch_to_mysql_user.inc;
drop view mysql.user_bak;
if (!$HA_BLACKHOLE_SO) { if (!$HA_BLACKHOLE_SO) {
skip Need blackhole plugin; skip Need blackhole plugin;
...@@ -13,6 +11,9 @@ if (!$HA_ARCHIVE_SO) { ...@@ -13,6 +11,9 @@ if (!$HA_ARCHIVE_SO) {
skip Need Archive plugin; skip Need Archive plugin;
} }
source include/switch_to_mysql_user.inc;
drop view mysql.user_bak;
let $datadir= `select @@datadir`; let $datadir= `select @@datadir`;
install soname 'ha_blackhole'; install soname 'ha_blackhole';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment