~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
select table_name
5
5
from data_dictionary.tables
6
 
where table_name like '%memcached%' ORDER BY table_name;
 
6
where table_name like 'memcached%' ORDER BY table_name;
7
7
 
8
8
#
9
9
# verify the structure of these I_S tables.