~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
--exec sh $MYSQLTEST_VARDIR/../../plugin/memcached_functions/start_mc.sh stop
7
7
--exec sh $MYSQLTEST_VARDIR/../../plugin/memcached_functions/start_mc.sh start
8
8
 
 
9
--disable_warnings
 
10
create schema if not exists data_dictionary;
 
11
--enable_warnings
 
12
 
9
13
--error 1105
10
 
select * 
11
 
from information_schema.memcached_stats;
 
14
select * from data_dictionary.memcached_stats;
12
15
 
13
16
#
14
17
# Look at the current value of the memcached related system variable
15
18
#
16
19
select variable_name, variable_value
17
 
from information_schema.global_variables
 
20
from data_dictionary.global_variables
18
21
where variable_name = 'memcached_stats_servers';
19
22
 
20
23
#
28
31
#
29
32
--replace_column 2 #
30
33
select variable_name, variable_value
31
 
from information_schema.global_variables
 
34
from data_dictionary.global_variables
32
35
where variable_name = 'memcached_stats_servers';
33
36
 
34
37
--replace_column 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # 13 # 14 # 15 # 21 # 22 # 23 # 24 # 25 #
35
38
select * 
36
 
from information_schema.memcached_stats;
 
39
from data_dictionary.memcached_stats;
37
40
 
38
41
#
39
42
# Once the ability to created an embedded server has been added to