1if (!`SELECT transactions='YES' FROM INFORMATION_SCHEMA.ENGINES WHERE engine = '$storage_engine'`)
2{
3  --echo # -- WARNING ----------------------------------------------------------------
4  --echo # According to I_S.ENGINES, $storage_engine does not support transactions.
5  --echo # If it is true, the test will most likely fail; you can
6  --echo # either create an rdiff file, or add the test to disabled.def.
7  --echo # If transactions should be supported, check the data in Information Schema.
8  --echo # ---------------------------------------------------------------------------
9}
10
11