From c13f4091f57ebe89281f11affac49d191db77e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Tue, 29 Sep 2015 15:15:28 +0300 Subject: MDEV-8815: InnoDB should refuse to start if crash recovery fails instead of asserting Added error handling to crash recovery so that we stop instead of asserting. --- storage/innobase/include/log0recv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/innobase/include/log0recv.h') 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 -- cgit v1.2.1