~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: Lee Bieber
  • Date: 2011-04-13 21:07:45 UTC
  • mfrom: (2252.1.29 program-options)
  • mto: This revision was merged to the branch mainline in revision 2277.
  • Revision ID: kalebral@gmail.com-20110413210745-2e3tukhwa72zggcz
Merge Olaf - Refactor Program Options usage

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
 
84
87
kill @id;
85
88
 
86
89
connection conn1;
 
90
#-- error 1053,2013,1104
 
91
--error ER_SERVER_SHUTDOWN, ER_TOO_BIG_SELECT
87
92
reap;
88
93
 
89
94
connection default;
157
161
 
158
162
--echo # CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing 
159
163
--echo # of close of the connection socket
160
 
--error 5, 20, 23
 
164
 
 
165
--error EE_OK,EE_BADCLOSE,EE_UNKNOWN_CHARSET,EE_CANT_SYMLINK
161
166
SELECT 1;
 
167
 
162
168
--connection default
163
169
 
164
170
###########################################################################