This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-24 15:54:37 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f68e754984
mariadb
/
mysql-test
/
t
/
plugin_load_option-master.opt
4 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
WL#5341 - Sticky plugins This patch implements "permanent" load option for plugins as specified by WL#5341. mysql-test/r/plugin_load_option.result: A test case for WL#5341. mysql-test/t/plugin_load_option-master.opt: A test case for WL#5341. mysql-test/t/plugin_load_option.test: A test case for WL#5341. sql/share/errmsg-utf8.txt: An error message for WL#5341. sql/sql_plugin.cc: Added FORCE_PLUS_PERMANENT plugin load option. sql/sql_plugin.h: Expose and use plugin load option instead of is_mandatory flag. This is a requirement for to-be-implemented WL5496.
2010-09-27 16:55:09 +04:00
$EXAMPLE_PLUGIN_OPT
$EXAMPLE_PLUGIN_LOAD
Fixed plugin_load_option failure, when example storage engine is not available. We need to add loose prefix to example load option.
2010-10-08 13:20:42 +04:00
--loose-plugin-example=FORCE_PLUS_PERMANENT
Reference in a new issue
Copy permalink