1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Solaris compile fixes.

sql/handler.cc:
  Fix missing return value, caused Solaris compile failure.
This commit is contained in:
unknown
2006-01-14 11:06:44 +01:00
parent b358c5cb1b
commit eade034f14

View File

@@ -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