← Back to team overview

maria-developers team mailing list archive

Strange code in 5.2 & Assigned bugs

 

Hi!

Sanja, in Aria engine in 5.2 we have the code:

  else
  {
    soft_sync_max= lsn;
    soft_need_sync= 1;
  }

This is likely wrong as soft_sync_max is supposed to be a file number
and lsn is too big to fix into soft_sync_max (which is only a uint32).

Could you please take a look at this.

Note that I also assigned the following bug in 5.2 for you to take a
look at:

#611379 Equivalent queries with Impossible where return different results

Please also try to get this one fixed (as it's marked 5.1):

#473914 mysql_client_test fail on windows x64

Regards,
Monty



Follow ups