• unknown's avatar
    A fix for Bug#9443 "mysql_client_test fails on linux and some solaris · f485db42
    unknown authored
    platforms": yet another issue with floating pointer comparisons.
    The fix uses the workaround with volatiles.
    
    
    sql/item_cmpfunc.cc:
      A fix for the failing mysql_client_test on some Intel platforms
      when compiled with optimization.
      We don't use -ffloat-store compileation as it may slow all
      floating point operations.
    f485db42
item_cmpfunc.cc 62.4 KB