summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb_bug60049.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-12/+5
| | | | | | | | | | | | | | | | | | | | | | | Contains also MDEV-10547: Test multi_update_innodb fails with InnoDB 5.7 The failure happened because 5.7 has changed the signature of the bool handler::primary_key_is_clustered() const virtual function ("const" was added). InnoDB was using the old signature which caused the function not to be used. MDEV-10550: Parallel replication lock waits/deadlock handling does not work with InnoDB 5.7 Fixed mutexing problem on lock_trx_handle_wait. Note that rpl_parallel and rpl_optimistic_parallel tests still fail. MDEV-10156 : Group commit tests fail on 10.2 InnoDB (branch bb-10.2-jan) Reason: incorrect merge MDEV-10550: Parallel replication can't sync with master in InnoDB 5.7 (branch bb-10.2-jan) Reason: incorrect merge
* Push for testing of encryptionMonty2015-02-101-0/+1
|
* many simple fixes for innodb suite,Sergei Golubchik2013-07-141-5/+3
| | | | merging tests from 5.6
* Fixing test casesMichael Widenius2012-08-231-1/+14
| | | | Added missing system tables used in 5.6
* allow suite.pm to skip combinations that originate from test/include files.Sergei Golubchik2012-02-071-0/+1
| | | | | | | storage/innobase/handler/handler0alter.cc: for NEWDATE key_type says unsigned, thus col->prtype says unsigned, but field->flags says signed. Use the same flag for value retrieval that was used for value storage.
* merge with 5.3Sergei Golubchik2011-10-191-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
| * Disable call to setpriority() in pbxt. This caused mysqld to run with nice ↵Michael Widenius2011-05-261-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | priority -19, which was far from optimal. mysql-test/suite/innodb/r/innodb_bug60049.result: Updated results mysql-test/suite/innodb/t/innodb_bug60049.test: Force global.innodb_fast_shutdown to 0 as test require it mysql-test/suite/innodb_plugin/t/innodb_bug60049.test: Force global.innodb_fast_shutdown to 0 as test require it storage/pbxt/src/pthread_xt.cc: Disable call to setpriority()
| * Fixed build errors on centos5-amd64-minimal, where we compile with very few ↵Michael Widenius2011-05-041-0/+6
|/ | | | | | | | | | | | | | | | | | | character sets Fixed compiler warnings client/readline.cc: Fixed compiler warning mysql-test/suite/innodb/t/innodb_bug60049.test: This test failed when running with --mysqld=--loose-innodb-fast-shutdown=2 which we do on some machines mysql-test/t/mysqldump.test: Only run test if utf8 is used sql/log.cc: Fixed compiler warning sql/mysql_priv.h: Fixed compiler warnings tests/mysql_client_test.c: Don't abort test if ucs2 is not in use.
* Allow 30 seconds for slow shutdown in the Bug #60049 test.Marko Mäkelä2011-02-171-1/+1
|
* Disable the Bug #60049 test on embedded, as it requires server restart.Marko Mäkelä2011-02-171-0/+1
|
* Make the implicit unpack parameter explicit in the Bug #60049 test.Marko Mäkelä2011-02-161-2/+2
|
* Add a test for suspected Bug#60049.Marko Mäkelä2011-02-151-0/+38