Commit ae9c76b9 authored by knielsen@mysql.com's avatar knielsen@mysql.com

Solaris compile fixes.

parent 1c6fd0ee
...@@ -2510,6 +2510,7 @@ int ha_binlog_index_purge_file(THD *thd, const char *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_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file};
binlog_func_foreach(thd, &bfn); binlog_func_foreach(thd, &bfn);
return 0;
} }
struct binlog_log_query_st struct binlog_log_query_st
......
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