~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/is_engines_myisam.test

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

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