mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Add missing semi-colon.
This commit is contained in:
parent
914364481e
commit
734e87ff7b
1 changed files with 1 additions and 1 deletions
|
@ -2068,7 +2068,7 @@ srv_export_innodb_status(void)
|
|||
export_vars.innodb_buffer_pool_pages_total = buf_pool_get_n_pages();
|
||||
|
||||
export_vars.innodb_buffer_pool_pages_misc
|
||||
= buf_pool_get_n_pages() - LRU_len - free_len
|
||||
= buf_pool_get_n_pages() - LRU_len - free_len;
|
||||
#ifdef HAVE_ATOMIC_BUILTINS
|
||||
export_vars.innodb_have_atomic_builtins = 1;
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue