Compile fix: An "int" function had accidentally lost its "return 0;", re-add it.
sql/handler.cc:
An "int" function should explicitly return a value (Sun compilers insist on it):
Re-add the original "return 0;" (Heikki 1.82.1.12) which got lost by accident.