~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/kill.test

  • Committer: lbieber
  • Date: 2010-10-02 19:48:35 UTC
  • mfrom: (1730.6.19 drizzle-make-lcov)
  • Revision ID: lbieber@orisndriz08-20101002194835-q5zd9qc4lvx1xnfo
Merge Hartmut - clean up lex, now require flex to build, also "make lcov" improvements

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
 
 
27
26
# One of the following statements should fail
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
 
 
 
27
--error 0,5,20,23
 
28
select 1;
 
29
--error 0,5,20,23
 
30
select 1;
34
31
--enable_query_log
35
32
--enable_result_log
36
33
 
87
84
kill @id;
88
85
 
89
86
connection conn1;
90
 
#-- error 1053,2013,1104
91
 
--error ER_SERVER_SHUTDOWN, ER_TOO_BIG_SELECT
 
87
-- error 1053,2013,1104
92
88
reap;
93
89
 
94
90
connection default;
161
157
 
162
158
--echo # CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing 
163
159
--echo # of close of the connection socket
164
 
 
165
 
--error EE_OK,EE_BADCLOSE,EE_UNKNOWN_CHARSET,EE_CANT_SYMLINK
 
160
--error 5, 20, 23
166
161
SELECT 1;
167
 
 
168
162
--connection default
169
163
 
170
164
###########################################################################