mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
Add dummy return statements to the #ifdef UNIV_HOTBACKUP branches of some
functions that are excluded from InnoDB Hot Backup builds.
This commit is contained in:
@@ -571,6 +571,7 @@ handle_new_error:
|
||||
InnoDB Hot Backup builds. Besides, this function should never
|
||||
be called in InnoDB Hot Backup. */
|
||||
ut_error;
|
||||
return(FALSE);
|
||||
#endif /* UNIV_HOTBACKUP */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user