Skip to content

Commit 0e3ca22

Browse files
committed
Change lower_case_file_system definition to feature MYSQL_PLUGIN_IMPORT
1 parent 8b0db08 commit 0e3ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysqld.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extern ulong slave_run_triggers_for_rbr;
106106
#endif //RBR_TRIGGERS
107107
extern ulonglong slave_type_conversions_options;
108108
extern my_bool read_only, opt_readonly;
109-
extern my_bool lower_case_file_system;
109+
extern MYSQL_PLUGIN_IMPORT my_bool lower_case_file_system;
110110
extern my_bool opt_enable_named_pipe, opt_sync_frm, opt_allow_suspicious_udfs;
111111
extern my_bool opt_secure_auth;
112112
extern char* opt_secure_file_priv;

0 commit comments

Comments
 (0)