Skip to content

Commit 3f9c4f8

Browse files
committed
Correct the typos
1 parent c4ed543 commit 3f9c4f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

storage/innobase/buf/buf0buf.cc

+4-2
Original file line numberDiff line numberDiff line change
@@ -7254,6 +7254,8 @@ buf_print_io_instance(
72547254
"Flushing: LRU " ULINTPF
72557255
", flush list " ULINTPF
72567256
", single page " ULINTPF "\n",
7257+
#else
7258+
,
72577259
#endif /* UNIV_FLUSH_MONITOR */
72587260
pool_info->pool_size,
72597261
pool_info->free_list_len,
@@ -7263,9 +7265,9 @@ buf_print_io_instance(
72637265
pool_info->n_pend_reads,
72647266
pool_info->n_pending_flush_lru,
72657267
pool_info->n_pending_flush_list,
7266-
pool_info->n_pending_flush_single_page,
7268+
pool_info->n_pending_flush_single_page
72677269
#ifdef UNIV_FLUSH_MONITOR
7268-
pool_info->n_flush_lru,
7270+
,pool_info->n_flush_lru,
72697271
pool_info->n_flush_flush_list,
72707272
pool_info->n_flush_spf
72717273
#endif /* UNIV_FLUSH_MONITOR */

0 commit comments

Comments
 (0)