c233065038
Merge mysql-5.1-innodb -> mysql-5.5-innodb
2011-01-12 17:59:45 +02:00
634fe86056
Suppress InnoDB warning about long semaphore wait if running under Valgrind
...
Sometimes Valgrind could be extremely slow and could trigger the InnoDB
diagnostic message making the test to fail.
2011-01-12 17:53:05 +02:00
9970a9cfa8
Merge from mysql-5.1-innodb to mysql-5.5-innodb.
2010-10-14 04:39:42 -07:00
c8163ef1dc
Tune the test for Bug#56143 too many foreign keys causes output of show create table to become invalid
...
Use a CREATE statement with all the FKs instead of ALTERing the table many
times because it is faster (11 seconds vs 3 seconds).
2010-10-14 12:33:56 +03:00
4c14da7975
Fix Bug#56143 too many foreign keys causes output of show create table to become invalid
...
Just remove the check whether the file is "too big".
A similar code exists in ha_innobase::update_table_comment() but that
method does not seem to be used.
2010-10-13 20:18:59 +03:00