mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Solaris compile fixes.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user