1# suite/funcs_1/t/is_engines_archive.test 2# 3# Check the content of information_schema.engines 4# Variant for storage engine ARCHIVE 5# 6# Author: 7# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of 8# testsuite funcs_1 9# 10 11let $engine_type= ARCHIVE; 12--source include/have_archive.inc 13--vertical_results 14eval SELECT * FROM information_schema.engines 15WHERE ENGINE = '$engine_type'; 16