~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/kill.test

More cleanup, this time libmysql_r goes to the bitbucket

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This test doesn't work with the embedded version as this code
2
 
# assumes that one query is running while we are doing queries on
3
 
# a second connection.
4
 
# This would work if mysqltest run would be threaded and handle each
5
 
# connection in a separate thread.
6
 
#
7
 
 
8
1
# Disable concurrent inserts to avoid test failures when reading the
9
2
# connection id which was inserted into a table by another thread.
10
3
set @old_concurrent_insert= @@global.concurrent_insert;