Commit 4339204c authored by unknown's avatar unknown

Fix of soft group commit (assigned LSN instead of file number). Found by Monty.

storage/maria/ma_loghandler.c:
  Fix of soft group commit (assigned LSN instead of file number).
parent 3bb2045f
...@@ -8073,7 +8073,7 @@ retest: ...@@ -8073,7 +8073,7 @@ retest:
} }
else else
{ {
soft_sync_max= lsn; soft_sync_max= LSN_FILE_NO(lsn);
soft_need_sync= 1; soft_need_sync= 1;
} }
......
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