summaryrefslogtreecommitdiff
path: root/storage/innobase/srv/srv0srv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/srv/srv0srv.cc')
-rw-r--r--storage/innobase/srv/srv0srv.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/storage/innobase/srv/srv0srv.cc b/storage/innobase/srv/srv0srv.cc
index 1a0bfb39523..207d923c719 100644
--- a/storage/innobase/srv/srv0srv.cc
+++ b/storage/innobase/srv/srv0srv.cc
@@ -213,12 +213,8 @@ ulong srv_n_page_hash_locks = 16;
ulong srv_LRU_scan_depth;
/** innodb_flush_neighbors; whether or not to flush neighbors of a block */
ulong srv_flush_neighbors;
-/** Previously requested size */
-ulint srv_buf_pool_old_size;
-/** Current size as scaling factor for the other components */
-ulint srv_buf_pool_base_size;
-/** Current size in bytes */
-ulint srv_buf_pool_curr_size;
+/** Buffer pool size is being changed */
+std::atomic<bool> srv_buf_pool_size_changing;
/** Dump this % of each buffer pool during BP dump */
ulong srv_buf_pool_dump_pct;
/** Abort load after this amount of pages */