~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: Stewart Smith
  • Date: 2010-06-04 02:51:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: stewart@flamingspork.com-20100604025104-ilf5mrvwbpd5crzv
have a constant for the maximum number of enum elements

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
#