summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/include/program_nested_setup.inc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-23974 fixup: rpl.rpl_gtid_stop_start failsMarko Mäkelä2022-03-241-2/+1
| | | | | | | | | | | | | | The call mtr.add_suppression() that was added in commit 75b7cd680b8272ac5a0848791757c1d310501574 for MemorySanitizer and Valgrind runs is causing a result difference for the test rpl.rpl_gtid_stop_start. Let us disable the binlog for executing that statement. Also, the test perfschema.statement_program_lost_inst would fail due to the changes to have_innodb.inc in this commit. To compensate for that, we will make more --suite=perfschema tests run without InnoDB, and explicitly enable InnoDB in those tests that depend on a transactional storage engine.
* perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-1/+2
|
* P_S 5.7.28Sergei Golubchik2020-03-101-0/+87