mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Change lower_case_file_system definition to feature MYSQL_PLUGIN_IMPORT
This commit is contained in:
parent
8b0db08f36
commit
0e3ca225ad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue