Make Tc_log_page_size status variable use SHOW_LONG_NOFLUSH.

Otherwise XA crashes after FLUSH STATUS as log page size suddenly becomes 0.
This commit is contained in:
Sergei Golubchik 2012-02-29 21:55:53 +01:00
parent a2478a6c72
commit 6eccf8b828

View File

@ -6989,7 +6989,7 @@ SHOW_VAR status_vars[]= {
{"Table_locks_waited", (char*) &locks_waited, SHOW_LONG},
#ifdef HAVE_MMAP
{"Tc_log_max_pages_used", (char*) &tc_log_max_pages_used, SHOW_LONG},
{"Tc_log_page_size", (char*) &tc_log_page_size, SHOW_LONG},
{"Tc_log_page_size", (char*) &tc_log_page_size, SHOW_LONG_NOFLUSH},
{"Tc_log_page_waits", (char*) &tc_log_page_waits, SHOW_LONG},
#endif
#ifdef HAVE_POOL_OF_THREADS