• unknown's avatar
    Fixes of compilation warnings and errors. · b3fafa40
    unknown authored
    
    sql/mysql_priv.h:
      Removing compiler warning "NULL used in arithmetic"
    sql/mysqld.cc:
      First argument to WARN_DEPRECATED is supposed to be a pointer (to THD structure)
    sql/sql_insert.cc:
      Removing compiler warning "unused variable". Apparently query is not used when compiling libmysqld.
    sql/sql_yacc.yy:
      Removing compiler error "Macro already defined"
    b3fafa40
mysqld.cc 276 KB