• unknown's avatar
    Added INNODB as a synonym for INNOBASE · 0c5e739b
    unknown authored
    Fixed bug where FLUSH TABLES could make indexes unavailable for the next query
    Added --skip-safemalloc
    
    
    Docs/manual.texi:
      Added some information about --with-debug=full
    sql/lex.h:
      Added INNODB as a synonym for INNOBASE
    sql/mysqld.cc:
      Added myisam variables.
      Moved shutdown message to after databases has been closed.
      Removed old define for MacOS X.
      Added --skip-safemalloc.
      Added missing \ to strings
    sql/sql_base.cc:
      Fixed bug where FLUSH TABLES could make indexes unavailable for
      the next query.
    support-files/my-huge.cnf.sh:
      Added / to end of innobase directory options
    support-files/my-large.cnf.sh:
      Added / to end of innobase directory options
    support-files/my-medium.cnf.sh:
      Added / to end of innobase directory options
    support-files/my-small.cnf.sh:
      Added / to end of innobase directory options
    tests/fork_big.pl:
      Made test harder
    0c5e739b
lex.h 19.1 KB