diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-09-29 15:15:28 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-09-29 15:15:28 +0300 |
commit | c13f4091f57ebe89281f11affac49d191db77e4f (patch) | |
tree | 12d53e963417e1ee5840a6be7c5f8058cc775037 /storage/innobase/include/log0recv.h | |
parent | a4e5902039db10e5661c8475790aff84e67dff09 (diff) | |
download | mariadb-git-c13f4091f57ebe89281f11affac49d191db77e4f.tar.gz |
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.
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 |