• unknown's avatar
    Applied fixes to issues discovered during test builds on Windows. · 3a165e52
    unknown authored
    
    VC++Files/libmysql/libmysql.dsp:
      strtod.c is needed to build the library.
    VC++Files/libmysqld/libmysqld.dsp:
      Add include directory to resolve problem with including emb_qcache.h,
      remove opt_ft.cc (no longer in tree).
    VC++Files/mysqldemb/mysqldemb.dsp:
      Add include directory to resolve problem with including emb_qcache.h,
      remove opt_ft.cc (no longer in tree).
    VC++Files/mysqlserver/mysqlserver.dsp:
      Add include directory to resolve problem with including emb_qcache.h.
    VC++Files/strings/MASM6x/strings.dsp:
      Remove atof.c (no longer in tree) and add strtod.c, 
      needed for the library.
    VC++Files/strings/noMASM/strings.dsp:
      Remove atof.c (no longer in tree) and add strtod.c, 
      needed for the library.
    VC++Files/strings/strings.dsp:
      Remove atof.c (no longer in tree) and add strtod.c, 
      needed for the library.
    sql/mysqld.cc:
      A cast is required to resolve the compile error on Windows (char * is 
      not equivalent to byte *).
    sql/set_var.cc:
      A cast is required to resolve the compile error on Windows (char * is 
      not equivalent to byte *).
    BitKeeper/etc/logging_ok:
      Logging to logging@openlogging.org accepted
    3a165e52
mysqlserver.dsp 3 KB