mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Fix Bug#52983.
This commit is contained in:
parent
22665be77a
commit
e579d2ece2
1 changed files with 1 additions and 1 deletions
|
|
@ -2065,7 +2065,7 @@ srv_export_innodb_status(void)
|
|||
export_vars.innodb_buffer_pool_pages_latched
|
||||
= buf_get_latched_pages_number();
|
||||
#endif /* UNIV_DEBUG */
|
||||
export_vars.innodb_buffer_pool_pages_total = buf_pool_get_curr_size();
|
||||
export_vars.innodb_buffer_pool_pages_total = buf_pool_get_n_pages();
|
||||
|
||||
export_vars.innodb_buffer_pool_pages_misc = buf_pool_get_curr_size();
|
||||
#ifdef HAVE_ATOMIC_BUILTINS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue