~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/information_schema.test

  • Committer: Joe Daly
  • Date: 2010-02-15 03:30:08 UTC
  • mto: (1273.13.93 build)
  • mto: This revision was merged to the branch mainline in revision 1306.
  • Revision ID: skinny.moey@gmail.com-20100215033008-e7xmm4fuu06wbdhm
fix up tests to create data dictionary schema if it does not already exist

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Populate log with some records...
7
7
--source ../plugin/transaction_log/tests/t/insert.inc
8
8
 
9
 
CREATE SCHEMA DATA_DICTIONARY;
 
9
--disable_warnings
 
10
CREATE SCHEMA IF NOT EXISTS DATA_DICTIONARY;
 
11
--enable_warnings
10
12
 
11
13
# Query the DATA_DICTIONARY views and verify
12
14
# that the information contained in them matches