mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/5.5' into 10.0
This commit is contained in:
@ -261,7 +261,7 @@ int Binlog_storage_delegate::after_flush(THD *thd,
|
||||
thd->semisync_info= log_info;
|
||||
}
|
||||
|
||||
strcpy(log_info->log_file, log_file+dirname_length(log_file));
|
||||
strmake_buf(log_info->log_file, log_file+dirname_length(log_file));
|
||||
log_info->log_pos = log_pos;
|
||||
|
||||
FOREACH_OBSERVER(ret, after_flush, false,
|
||||
|
Reference in New Issue
Block a user