~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: Eric Day
  • Date: 2009-03-27 20:35:31 UTC
  • mto: (968.1.1 lib-merge)
  • mto: This revision was merged to the branch mainline in revision 969.
  • Revision ID: eday@oddments.org-20090327203531-4am4v2x42eylezmq
Fixes for Solaris build.

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,20,23
 
27
--error 0,5,20,23
28
28
select 1;
29
 
--error 0,20,23
 
29
--error 0,5,20,23
30
30
select 1;
31
31
--enable_query_log
32
32
--enable_result_log
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 20, 23
 
160
--error 5, 20, 23
161
161
SELECT 1;
162
162
--connection default
163
163