~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/tests/t/describe.test

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# Make sure our tables are actually present!
3
3
#
 
4
--disable_warnings
 
5
create schema if not exists data_dictionary;
 
6
--enable_warnings
 
7
 
4
8
select table_name
5
9
from data_dictionary.tables
6
10
where table_name like 'memcached%' ORDER BY table_name;
9
13
# verify the structure of these I_S tables.
10
14
#
11
15
 
12
 
desc information_schema.memcached_stats;
 
16
desc data_dictionary.memcached_stats;
13
17
 
14
 
desc information_schema.memcached_analysis;
 
18
desc data_dictionary.memcached_analysis;