Skip to content
Permalink
Browse files
Change lower_case_file_system definition to feature MYSQL_PLUGIN_IMPORT
  • Loading branch information
cvicentiu committed May 17, 2017
1 parent 8b0db08 commit 0e3ca22
Showing 1 changed file with 1 addition and 1 deletion.
@@ -106,7 +106,7 @@ extern ulong slave_run_triggers_for_rbr;
#endif //RBR_TRIGGERS
extern ulonglong slave_type_conversions_options;
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_secure_auth;
extern char* opt_secure_file_priv;

0 comments on commit 0e3ca22

Please sign in to comment.