~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: Brian Aker
  • Date: 2009-03-25 18:24:15 UTC
  • mto: This revision was merged to the branch mainline in revision 963.
  • Revision ID: brian@tangent.org-20090325182415-opf2720c1hidtfgk
Cut down on shutdown loop of plugins (cutting stuff out in order to simplify
old lock system).

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
--disable_query_log
25
25
--disable_result_log
26
26
# One of the following statements should fail
27
 
--error 0,5,20,23
 
27
--error 0,2006,2013
28
28
select 1;
29
 
--error 0,5,20,23
 
29
--error 0,2006,2013
30
30
select 1;
31
31
--enable_query_log
32
32
--enable_result_log
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
#
157
157
 
158
158
--echo # CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing 
159
159
--echo # of close of the connection socket
160
 
--error 5, 20, 23
 
160
--error 2013, 2006 
161
161
SELECT 1;
162
162
--connection default
163
163