← Back to team overview

maria-developers team mailing list archive

Rev 2843: Fix of soft group commit (assigned LSN instead of file number). Found by Monty. in file:///home/bell/maria/bzr/work-maria-5.2-soft_sync/

 

At file:///home/bell/maria/bzr/work-maria-5.2-soft_sync/

------------------------------------------------------------
revno: 2843
revision-id: sanja@xxxxxxxxxxxx-20100809124203-7lz5zukr5q7wtdyz
parent: monty@xxxxxxxxxxxx-20100807150304-1qb1s7hvv0fh9wlq
committer: sanja@xxxxxxxxxxxx
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;
   }