Commit 68d2a437 authored by unknown's avatar unknown

Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-maria

into  desktop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-maria
parents da3c8790 bc8c7e8d
......@@ -6706,7 +6706,7 @@ my_bool translog_flush(LSN lsn)
{
File *handler= file_handlers;
File *end= file_handlers + current_file_handler;
for (; handler < end; handler++)
for (; handler <= end; handler++)
rc|= my_sync(*handler, MYF(MY_WME));
}
log_descriptor.flushed= sent_to_disk;
......
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