1. 28 Sep, 2006 1 commit
    • unknown's avatar
      Bug#22436 Four tests require "innodb" to be configured, fail in "classic" build · c7914923
      unknown authored
       - Disable warnings when creating the "innodb" tables if it works anyway.
       - Move test that are really innodb dependent to innodb_mysql 
      
      
      mysql-test/r/create.result:
        Move the innodb dependent test to innodb_mysql.test
      mysql-test/r/innodb_mysql.result:
        Move the innodb dependent test to innodb_mysql.test
      mysql-test/t/create.test:
        Move the innodb dependent test to innodb_mysql.test
      mysql-test/t/innodb_mysql.test:
        Move the innodb dependent test to innodb_mysql.test
      mysql-test/t/lock_multi.test:
        Disable warnings while creating the innodb table. If innodb is not available, the table will be created with default engine and thus create a warning. Regardless of this, test output should be the same.
      mysql-test/t/sp.test:
        Disable warnings while creating the innodb table. If innodb is not available, the table will be created with default engine and thus create a warning. Regardless of this, test output should be the same.
      mysql-test/t/view.test:
        Disable warnings while creating the innodb table. If innodb is not available, the table will be created with default engine and thus create a warning. Regardless of this, test output should be the same.
      c7914923
  2. 27 Sep, 2006 1 commit
  3. 15 Sep, 2006 23 commits
  4. 14 Sep, 2006 6 commits
  5. 13 Sep, 2006 9 commits