~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_columns_innodb.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_columns_innodb.test
 
2
#
 
3
# Check the content of information_schema.columns about tables within
 
4
# the databases created by the user.
 
5
# Variant for storage engine InnoDB
 
6
#
 
7
# Author:
 
8
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
 
9
#                           testsuite funcs_1
 
10
#                   Create this script based on older scripts and new code.
 
11
#
 
12
 
 
13
# This test cannot be used for the embedded server because we check here
 
14
# privileges.
 
15
--source include/not_embedded.inc
 
16
 
 
17
--source include/have_innodb.inc
 
18
let $engine_type= InnoDB;
 
19
--source suite/funcs_1/datadict/datadict_load.inc
 
20
 
 
21
# We look only for the tables created by datadict_load.inc.
 
22
let $my_where = WHERE table_schema LIKE 'test%';
 
23
--source suite/funcs_1/datadict/columns.inc
 
24
 
 
25
--source suite/funcs_1/include/cleanup.inc