Skip to content

Commit

Permalink
Change lower_case_file_system definition to feature MYSQL_PLUGIN_IMPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed May 17, 2017
1 parent 8b0db08 commit 0e3ca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysqld.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e3ca22

Please sign in to comment.