~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/tests/t/query.test

Merged up with brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
--exec sh $MYSQLTEST_VARDIR/../../plugin/memcached_functions/start_mc.sh start
8
8
 
9
9
--error 1105
10
 
select * 
11
 
from information_schema.memcached_stats;
 
10
select * from information_schema.memcached_stats;
12
11
 
13
12
#
14
13
# Look at the current value of the memcached related system variable
15
14
#
16
15
select variable_name, variable_value
17
 
from information_schema.global_variables
 
16
from data_dictionary.global_variables
18
17
where variable_name = 'memcached_stats_servers';
19
18
 
20
19
#
28
27
#
29
28
--replace_column 2 #
30
29
select variable_name, variable_value
31
 
from information_schema.global_variables
 
30
from data_dictionary.global_variables
32
31
where variable_name = 'memcached_stats_servers';
33
32
 
34
33
--replace_column 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # 13 # 14 # 15 # 21 # 22 # 23 # 24 # 25 #