1
0
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:
marko
2006-02-23 13:12:36 +00:00
parent 6d7aec8d1f
commit e9b3cc0de9
4 changed files with 7 additions and 0 deletions

View File

@@ -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 */
}