• unknown's avatar
    Fixed number of compiler errors on win32. · 67df0e19
    unknown authored
    
    VC++Files/mysqlbinlog/mysqlbinlog.vcproj:
      Fixed compiler error for Win32 build. #include "decimal.c" wrere no able to find decimal.c file.
    sql/ha_innodb.cc:
      Fixed compiler error for Win32 build.
    sql/spatial.cc:
      Fixed compiler error for Win32 build. float8get should be enclosed
      in {} since it is macro on win32 and might cause unmatching blocks.
    67df0e19
ha_innodb.cc 218 KB