mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
srv0srv.c:
Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker innobase/srv/srv0srv.c: Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker
This commit is contained in:
@@ -162,7 +162,7 @@ in the buffer pool to all database pages in the buffer pool smaller than
|
|||||||
the following number. But it is not guaranteed that the value stays below
|
the following number. But it is not guaranteed that the value stays below
|
||||||
that during a time of heavy update/insert activity. */
|
that during a time of heavy update/insert activity. */
|
||||||
|
|
||||||
ulint srv_max_buf_pool_modified_pct = 30;
|
ulint srv_max_buf_pool_modified_pct = 100;
|
||||||
|
|
||||||
/* If the following is != 0 we do not allow inserts etc. This protects
|
/* If the following is != 0 we do not allow inserts etc. This protects
|
||||||
the user from forgetting the innodb_force_recovery keyword to my.cnf */
|
the user from forgetting the innodb_force_recovery keyword to my.cnf */
|
||||||
|
|||||||
Reference in New Issue
Block a user