~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Make sure our tables are actually present!
#
select table_name
from information_schema.tables
where table_name like '%memcached%';

#
# verify the structure of these I_S tables.
#

desc information_schema.memcached_stats;

desc information_schema.memcached_analysis;