~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-02-25 05:06:21 UTC
  • mfrom: (1308 staging)
  • mto: This revision was merged to the branch mainline in revision 1311.
  • Revision ID: mordred@inaugust.com-20100225050621-1vmy8ryyo4s58vsf
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
select * from information_schema.memcached_stats;
 
1
create schema if not exists data_dictionary;
 
2
select * from data_dictionary.memcached_stats;
2
3
ERROR HY000: No value in MEMCACHED_STATS_SERVERS variable.
3
4
select variable_name, variable_value
4
5
from data_dictionary.global_variables
12
13
variable_name   variable_value
13
14
memcached_stats_servers #
14
15
select * 
15
 
from information_schema.memcached_stats;
 
16
from data_dictionary.memcached_stats;
16
17
NAME    PORT_NUMBER     PROCESS_ID      UPTIME  TIME    VERSION POINTER_SIZE    RUSAGE_USER     RUSAGE_SYSTEM   CURRENT_ITEMS   TOTAL_ITEMS     BYTES   CURRENT_CONNECTIONS     TOTAL_CONNECTIONS       CONNECTION_STRUCTURES   GETS    SETS    HITS    MISSES  EVICTIONS       BYTES_READ      BYTES_WRITTEN   LIMIT_MAXBYTES  THREADS
17
18
localhost       #       #       #       #       #       #       #       #       0       0       0       #       #       #       0       0       0       0       0       #       #       #       #