~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: Brian Aker
  • Date: 2011-01-24 06:00:51 UTC
  • mfrom: (2107.1.3 drizzle-build)
  • Revision ID: brian@tangent.org-20110124060051-o8qvrxgw4nwc94nr
Merge in error message number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
--disable_query_log
25
25
--disable_result_log
 
26
 
26
27
# One of the following statements should fail
27
 
--error 0,5,20,23
28
 
select 1;
29
 
--error 0,5,20,23
30
 
select 1;
 
28
--error EE_OK,EE_BADCLOSE,EE_UNKNOWN_CHARSET,EE_CANT_SYMLINK
 
29
select 1;
 
30
 
 
31
--error EE_OK,EE_BADCLOSE,EE_UNKNOWN_CHARSET,EE_CANT_SYMLINK
 
32
select 1;
 
33
 
31
34
--enable_query_log
32
35
--enable_result_log
33
36
 
157
160
 
158
161
--echo # CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing 
159
162
--echo # of close of the connection socket
160
 
--error 5, 20, 23
 
163
 
 
164
--error EE_OK,EE_BADCLOSE,EE_UNKNOWN_CHARSET,EE_CANT_SYMLINK
161
165
SELECT 1;
 
166
 
162
167
--connection default
163
168
 
164
169
###########################################################################