Commit 0e3ca225 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Change lower_case_file_system definition to feature MYSQL_PLUGIN_IMPORT

parent 8b0db08f
...@@ -106,7 +106,7 @@ extern ulong slave_run_triggers_for_rbr; ...@@ -106,7 +106,7 @@ extern ulong slave_run_triggers_for_rbr;
#endif //RBR_TRIGGERS #endif //RBR_TRIGGERS
extern ulonglong slave_type_conversions_options; extern ulonglong slave_type_conversions_options;
extern my_bool read_only, opt_readonly; extern my_bool read_only, opt_readonly;
extern my_bool lower_case_file_system; extern MYSQL_PLUGIN_IMPORT my_bool lower_case_file_system;
extern my_bool opt_enable_named_pipe, opt_sync_frm, opt_allow_suspicious_udfs; extern my_bool opt_enable_named_pipe, opt_sync_frm, opt_allow_suspicious_udfs;
extern my_bool opt_secure_auth; extern my_bool opt_secure_auth;
extern char* opt_secure_file_priv; extern char* opt_secure_file_priv;
......
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