From ae9c76b9cb73de748c07bf1d14e34f82079d3416 Mon Sep 17 00:00:00 2001 From: "knielsen@mysql.com" <> Date: Sat, 14 Jan 2006 11:06:44 +0100 Subject: [PATCH] Solaris compile fixes. --- sql/handler.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/handler.cc b/sql/handler.cc index 7b86cafc367..5fd27c87ead 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -2510,6 +2510,7 @@ int ha_binlog_index_purge_file(THD *thd, const char *file) { binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; binlog_func_foreach(thd, &bfn); + return 0; } struct binlog_log_query_st