~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2008-06-30 06:46:40 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630064640-1tbyi1e8j4duba45
no embedded server, stop testing for it in tests.

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;