mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
--plugin_maturity command-line option
This commit is contained in:
@ -2052,6 +2052,7 @@ extern bool volatile abort_loop, shutdown_in_progress;
|
||||
extern bool in_bootstrap;
|
||||
extern uint volatile thread_count, thread_running, global_read_lock;
|
||||
extern ulong thread_created;
|
||||
extern uint thread_handling;
|
||||
extern uint connection_count, extra_connection_count;
|
||||
extern my_bool opt_sql_bin_update, opt_safe_user_create, opt_no_mix_types;
|
||||
extern my_bool opt_safe_show_db, opt_local_infile, opt_myisam_use_mmap;
|
||||
|
Reference in New Issue
Block a user