• unknown's avatar
    Fixed minor compiler errors encountered during pre-final builds. · d35292fd
    unknown authored
    
    sql/item_func.cc:
      Goto statement potentially skips declaration of 'i'-- VC++ compiler
      generates an error.
    sql/mysql_priv.h:
      Some platforms will not find sql_bitmap.h when angle brackets are used.
    sql/mysqld.cc:
      my_strcasecmp now needs a charset info parameter.
    strings/my_strtoll10.c:
      Changed constant macro to use LL()-- fixes compiler error under Windows.
    d35292fd
mysqld.cc 207 KB