~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
select * 
2
2
from information_schema.memcached_stats;
 
3
ERROR HY000: No value in MEMCACHED_STATS_SERVERS variable.
 
4
select variable_name, variable_value
 
5
from information_schema.global_variables
 
6
where variable_name = 'memcached_stats_servers';
 
7
variable_name   variable_value
 
8
MEMCACHED_STATS_SERVERS 
 
9
set global memcached_stats_servers = 'localhost:MC_A_PORT';;
 
10
select variable_name, variable_value
 
11
from information_schema.global_variables
 
12
where variable_name = 'memcached_stats_servers';
 
13
variable_name   variable_value
 
14
MEMCACHED_STATS_SERVERS #
 
15
select * 
 
16
from information_schema.memcached_stats;
3
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
4
 
select *
5
 
from information_schema.memcached_analysis;
6
 
SERVERS_ANALYZED        AVERAGE_ITEM_SIZE       NODE_WITH_MOST_MEM_CONSUMPTION  USED_BYTES      NODE_WITH_LEAST_FREE_SPACE      FREE_BYTES      NODE_WITH_LONGEST_UPTIME        LONGEST_UPTIME  POOL_WIDE_HIT_RATIO
7
 
select variable_name, variable_value
8
 
from information_schema.global_variables
9
 
where variable_name = 'memcached_stats_servers';
10
 
variable_name   variable_value
11
 
MEMCACHED_STATS_SERVERS 
12
 
set global memcached_stats_servers = 'localhost:11211';
13
 
select variable_name, variable_value
14
 
from information_schema.global_variables
15
 
where variable_name = 'memcached_stats_servers';
16
 
variable_name   variable_value
17
 
MEMCACHED_STATS_SERVERS localhost:11211
 
18
localhost       #       #       #       #       #       #       #       #       0       0       0       #       #       #       0       0       0       0       0       #       #       #       #