~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: Brian Aker
  • Date: 2010-08-03 19:24:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1683.
  • Revision ID: brian@gaz-20100803192414-jk20j0u6cnze3ja6
Do comparison via non-case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
#kill query $ID;
107
107
#enable_query_log;
108
108
#connection con2;
109
 
#--error ER_QUERY_INTERRUPTED
 
109
#--error 1317
110
110
#reap;
111
111
#select @a;
112
112
#connection con1;
122
122
#eval kill query $ID;
123
123
#enable_query_log;
124
124
#connection con2;
125
 
#--error ER_QUERY_INTERRUPTED
 
125
#--error 1317
126
126
#reap;
127
127
#select @a;
128
128
#connection con1;
137
137
#eval kill query $ID;
138
138
#enable_query_log;
139
139
#connection con2;
140
 
#--error ER_QUERY_INTERRUPTED
 
140
#--error 1317
141
141
#reap;
142
142
#select @a;
143
143
#