~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-02-25 05:06:21 UTC
  • mfrom: (1308 staging)
  • mto: This revision was merged to the branch mainline in revision 1311.
  • Revision ID: mordred@inaugust.com-20100225050621-1vmy8ryyo4s58vsf
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 * from information_schema.memcached_stats;
 
14
select * from data_dictionary.memcached_stats;
11
15
 
12
16
#
13
17
# Look at the current value of the memcached related system variable
32
36
 
33
37
--replace_column 2 # 3 # 4 # 5 # 6 # 7 # 8 # 9 # 13 # 14 # 15 # 21 # 22 # 23 # 24 # 25 #
34
38
select * 
35
 
from information_schema.memcached_stats;
 
39
from data_dictionary.memcached_stats;
36
40
 
37
41
#
38
42
# Once the ability to created an embedded server has been added to