~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# suite/funcs_1/t/is_columns_falcon.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 Falcon
 
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_falcon.inc
 
18
let $engine_type= Falcon;
 
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