diff options
Diffstat (limited to 'storage/innobase/include/log0recv.h')
-rw-r--r-- | storage/innobase/include/log0recv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/log0recv.h b/storage/innobase/include/log0recv.h index 8ede49d4ecc..e4a06fcc532 100644 --- a/storage/innobase/include/log0recv.h +++ b/storage/innobase/include/log0recv.h @@ -275,7 +275,7 @@ recv_sys_var_init(void); Empties the hash table of stored log records, applying them to appropriate pages. */ UNIV_INTERN -void +dberr_t recv_apply_hashed_log_recs( /*=======================*/ ibool allow_ibuf); /*!< in: if TRUE, also ibuf operations are |