mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Compile fix: An "int" function had accidentally lost its "return 0;", re-add it.
This commit is contained in:
@@ -1178,6 +1178,7 @@ int ha_release_temporary_latches(THD *thd)
|
|||||||
#ifdef WITH_INNOBASE_STORAGE_ENGINE
|
#ifdef WITH_INNOBASE_STORAGE_ENGINE
|
||||||
innobase_release_temporary_latches(thd);
|
innobase_release_temporary_latches(thd);
|
||||||
#endif
|
#endif
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user