Fix broken plugin tests on Xenial
This commit is contained in:
parent
86712c02de
commit
d9203e6e1f
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ elsif fact('osfamily') =~ /Debian/
|
||||||
if fact('operatingsystemrelease') =~ /^10\.04/
|
if fact('operatingsystemrelease') =~ /^10\.04/
|
||||||
# Only available plugin is innodb which is already loaded and not unload- or reload-able
|
# Only available plugin is innodb which is already loaded and not unload- or reload-able
|
||||||
plugin = nil
|
plugin = nil
|
||||||
|
elsif fact('operatingsystemrelease') =~ /^16\.04/
|
||||||
|
# On Xenial running 5.7.12, the example plugin does not appear to be available.
|
||||||
|
plugin = 'validate_password'
|
||||||
|
plugin_lib = 'validate_password.so'
|
||||||
else
|
else
|
||||||
plugin = 'example'
|
plugin = 'example'
|
||||||
plugin_lib = 'ha_example.so'
|
plugin_lib = 'ha_example.so'
|
||||||
|
|
Loading…
Reference in a new issue