mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Declare innobase "srv_*" variables as extern "C"
This commit is contained in:
parent
ec825e14e8
commit
d670ba1e8d
1 changed files with 3 additions and 0 deletions
|
@ -8173,6 +8173,7 @@ my_bool innobase_log_archive,
|
|||
innobase_file_per_table,
|
||||
innobase_locks_unsafe_for_binlog;
|
||||
|
||||
extern "C" {
|
||||
ulong srv_max_buf_pool_modified_pct;
|
||||
ulong srv_max_purge_lag;
|
||||
ulong srv_auto_extend_increment;
|
||||
|
@ -8181,6 +8182,8 @@ ulong srv_n_free_tickets_to_enter;
|
|||
ulong srv_thread_sleep_delay;
|
||||
ulong srv_thread_concurrency;
|
||||
ulong srv_commit_concurrency;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef WITH_NDBCLUSTER_STORAGE_ENGINE
|
||||
|
|
Loading…
Reference in a new issue