Commit 4a0fe734 authored by joerg@mysql.com's avatar joerg@mysql.com

Compile fix: An "int" function had accidentally lost its "return 0;", re-add it.

parent a3f41bc4
......@@ -1178,6 +1178,7 @@ int ha_release_temporary_latches(THD *thd)
#ifdef WITH_INNOBASE_STORAGE_ENGINE
innobase_release_temporary_latches(thd);
#endif
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment