mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
fixes to make pushbuild tests green
mysql-test/t/plugin_load-master.opt: add '--loose' modifier to allow test to be skipped if plugin is not available. sql/sql_plugin.cc: Failure to load a plugin from command line option made non-fatal as plugin load failures from plugin table is already non-fatal.
This commit is contained in:
parent
f1042103e6
commit
70884e09b8
2 changed files with 3 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
$EXAMPLE_PLUGIN_OPT
|
||||
"--plugin-load=;EXAMPLE=ha_example.so;"
|
||||
--plugin-example-enum-var=e2
|
||||
--loose-plugin-example-enum-var=e2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue