mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Portability fix
This commit is contained in:
parent
7960f2c4a8
commit
15cc0ad2ec
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ typedef struct st_relay_log_info
|
|||
|
||||
int wait_for_pos(THD* thd, String* log_name, longlong log_pos,
|
||||
longlong timeout);
|
||||
void st_relay_log_info::close_temporary_tables();
|
||||
void close_temporary_tables();
|
||||
} RELAY_LOG_INFO;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue