mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / funcs_1 / t / is_engines_csv.test
blobc087cd22869375b0b4792d7b24af1ebb3a7e9557
1 # suite/funcs_1/t/is_engines_csv.test
3 # Check the content of information_schema.engines
4 # Variant for storage engine CSV
6 # Author:
7 # 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
8 #                           testsuite funcs_1
11 let $engine_type= CSV;
12 --source include/have_csv.inc
13 --vertical_results
14 eval SELECT * FROM information_schema.engines
15 WHERE ENGINE = '$engine_type';