~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/tests/r/describe.result

First pass through removing some of the code for the old I_S system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
select table_name
2
 
from information_schema.tables
 
2
from data_dictionary.tables
3
3
where table_name like '%memcached%' ORDER BY table_name;
4
4
table_name
5
5
MEMCACHED_ANALYSIS