~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
create schema if not exists data_dictionary;
 
2
select * from data_dictionary.memcached_stats;
 
3
ERROR HY000: No value in MEMCACHED_STATS_SERVERS variable.
 
4
select variable_name, variable_value
 
5
from data_dictionary.global_variables
 
6
where variable_name = 'memcached_stats_servers';
 
7
variable_name   variable_value
 
8
memcached_stats_servers 18446744073709551615
 
9
set global memcached_stats_servers = 'localhost:MC_A_PORT';;
 
10
select variable_name, variable_value
 
11
from data_dictionary.global_variables
 
12
where variable_name = 'memcached_stats_servers';
 
13
variable_name   variable_value
 
14
memcached_stats_servers #
 
15
select * 
 
16
from data_dictionary.memcached_stats;
 
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
 
18
localhost       #       #       #       #       #       #       #       #       0       0       0       #       #       #       0       0       0       0       0       #       #       #       #