At file:///home/bell/maria/bzr/work-maria-5.2-soft_sync/
------------------------------------------------------------
revno: 2843
revision-id: [email protected]
parent: [email protected]
committer: [email protected]
branch nick: work-maria-5.2-soft_sync
timestamp: Mon 2010-08-09 15:42:03 +0300
message:
Fix of soft group commit (assigned LSN instead of file number). Found by
Monty.
=== modified file 'storage/maria/ma_loghandler.c'
--- a/storage/maria/ma_loghandler.c 2010-05-06 09:59:10 +0000
+++ b/storage/maria/ma_loghandler.c 2010-08-09 12:42:03 +0000
@@ -8073,7 +8073,7 @@
}
else
{
- soft_sync_max= lsn;
+ soft_sync_max= LSN_FILE_NO(lsn);
soft_need_sync= 1;
}
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help : https://help.launchpad.net/ListHelp