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

bugfix: mysqld failed to start if a compiled-in plugin failed to initialize

(--xxx=ON behaving as --xxx=FORCE)
This commit is contained in:
Sergei Golubchik
2012-04-17 20:28:21 +02:00
parent 580eca69ae
commit 1c879717ec
6 changed files with 132 additions and 2 deletions

View File

@ -26,6 +26,9 @@ sub skip_combinations {
$skip{'include/not_windows.inc'} = 'Requires not Windows' if IS_WINDOWS;
$skip{'t/plugin_loaderr.test'} = 'needs compiled-in innodb'
unless $::mysqld_variables{'innodb'} eq "ON";
# disable tests that use ipv6, if unsupported
use Socket;
$skip{'include/check_ipv6.inc'} = 'No IPv6'