blob: 122e1bb00e4c126289ccf7583f960378bec346bb (
plain)
1
2
3
4
5
6
7
8
|
#
# this suite is overlayed in heap and myisam.
# mtr2-heap has my.cnf, mtr2-myisam has suite.opt
# it means that all tests from the mtr2 suite will run
# three times - once for the parent suite, and once for each overlay.
# even if the test files are not overlayed.
#
select 1;
|