~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# suite/funcs_1/t/is_tables_is_falcon.test
 
2
#
 
3
# Check the content of information_schema.tables about tables related
 
4
# to the storage engine Falcon.
 
5
# Attention: These tables do not exist if Falcon is not enabled.
 
6
#
 
7
# Author:
 
8
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
 
9
#                           testsuite funcs_1
 
10
#
 
11
 
 
12
--source include/have_falcon.inc
 
13
 
 
14
let $my_where = WHERE table_schema = 'information_schema'
 
15
AND table_name LIKE 'falcon_%';
 
16
--source suite/funcs_1/datadict/tables1.inc
 
17