~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

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

  • 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
 
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       #       #       #       #