• unknown's avatar
    A fix for systems that don't have HAVE_MMAP defined. · 9fae5188
    unknown authored
    Moved some variable externs from sql_class.h to mysql_priv.h
    
    
    sql/mysql_priv.h:
      Moved variables from sql_class.h to mysql_priv.h
    sql/mysqld.cc:
      Didn't compile, if HAVE_MMAP was not defined (Netware for example)
    sql/sql_class.h:
      Moved variables.
    9fae5188
mysql_priv.h 55.5 KB