# suite/xengine_ext/t/is_engines_xengine.test # # Check the content of information_schema.engines # Variant for storage engine XENGINE # # Author: # 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of # testsuite xengine_ext # let $engine_type= XENGINE; --vertical_results eval SELECT * FROM information_schema.engines WHERE ENGINE = '$engine_type';