• unknown's avatar
    Give warning if MySQL doesn't honor given storage engine · 9f22d166
    unknown authored
    Allow syntax CREATE TABLE t1 (LIKE t2)
    
    
    BUILD/compile-pentium-debug-max:
      Disable isam
    BUILD/compile-pentium-valgrind-max:
      Disable isam
    include/mysqld_error.h:
      New error
    mysql-test/r/bdb.result:
      new error message
    mysql-test/r/innodb.result:
      new error message
    mysql-test/r/subselect.result:
      New test
    mysql-test/r/variables.result:
      New test
    mysql-test/r/warnings.result:
      Test of warning if MySQL creates table with another handler than specified
    mysql-test/t/innodb.test:
      Added test case for derivied tables
    mysql-test/t/subselect.test:
      New test
    mysql-test/t/variables-master.opt:
      Fixed wrong parameter
    mysql-test/t/warnings.test:
      Test if creating handler of not existing table type
    sql/ha_isam.cc:
      Added option --skip-isam
    sql/ha_isam.h:
      Added option --skip-isam
    sql/handler.cc:
      Added option --skip-isam
    sql/item.cc:
      Deleted probably wrong bug fix
    sql/mysqld.cc:
      Added option --skip-isam
    sql/share/czech/errmsg.txt:
      Added missing...
    9f22d166
ha_isam.h 3.1 KB