mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Introduced a new timer based innodb thread concurrency. A new
parameter innodb_thread_concurrency_timer_based is used to get this new feature (it is set by default). The new feature is only available on platforms where atomic instructions are available.
This commit is contained in:
@ -89,6 +89,8 @@ extern ulint srv_awe_window_size;
|
||||
extern ulint srv_mem_pool_size;
|
||||
extern ulint srv_lock_table_size;
|
||||
|
||||
extern ibool srv_thread_concurrency_timer_based;
|
||||
|
||||
extern ulint srv_n_file_io_threads;
|
||||
/* Number of background IO threads for read and write. Replaces
|
||||
* srv_n_file_io_threads. */
|
||||
|
Reference in New Issue
Block a user