~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

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

  • Committer: Jay Pipes
  • Date: 2010-02-14 20:26:43 UTC
  • mfrom: (1273.1.27 staging)
  • Revision ID: jpipes@serialcoder-20100214202643-ahuqvc8rhn8u7y33
Merge trunk and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
select * 
2
 
from information_schema.memcached_stats;
 
1
select * from information_schema.memcached_stats;
3
2
ERROR HY000: No value in MEMCACHED_STATS_SERVERS variable.
4
3
select variable_name, variable_value
5
 
from information_schema.global_variables
 
4
from data_dictionary.global_variables
6
5
where variable_name = 'memcached_stats_servers';
7
6
variable_name   variable_value
8
 
memcached_stats_servers 
 
7
memcached_stats_servers 18446744073709551615
9
8
set global memcached_stats_servers = 'localhost:MC_A_PORT';;
10
9
select variable_name, variable_value
11
 
from information_schema.global_variables
 
10
from data_dictionary.global_variables
12
11
where variable_name = 'memcached_stats_servers';
13
12
variable_name   variable_value
14
13
memcached_stats_servers #