• unknown's avatar
    Fix warnings from icc · d93806ef
    unknown authored
    Added BUILD scripts for icc
    Fixed (one time) memory leak in grant handling
    
    
    config/ac-macros/misc.m4:
      Remove warnings flags from icc when compiling with -Werror
    configure.in:
      Remove warnings flags from icc when compiling with -Werror
    extra/replace.c:
      Fix warnings from icc
    include/my_dbug.h:
      Fix warnings from icc
    sql/gen_lex_hash.cc:
      Fix warnings from icc
    sql/mysql_priv.h:
      Add missing variables
    sql/mysqld.cc:
      Fix warnings from icc:
      - made a lot of variables static
      - Removing some not used variables
      - Fixed wrong printf()
      - removed extern "C" from some functions
    sql/spatial.h:
      Fix warnings from icc
    sql/sql_acl.cc:
      Fixed memory leak
    sql/sql_lex.cc:
      Fix warnings from icc
    sql/sql_lex.h:
      Fix warnings from icc
    d93806ef
mysql_priv.h 54.7 KB