summaryrefslogtreecommitdiff
path: root/mysql-test/t/kill.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-12-081-1/+4
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * Bug#19410 Test 'kill' fails on Windows + SCOmsvensson@neptunus.(none)2006-12-081-1/+4
| |
* | after mergeserg@serg.mylan2006-03-061-1/+0
| |
* | mergedserg@serg.mylan2006-03-061-1/+5
|\ \ | |/
| * mergedserg@serg.mylan2006-03-061-2/+5
| |\
| | * kill (subquery) - three years old bugfix that never workedserg@serg.mylan2006-03-061-0/+3
| | |
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2006-02-071-1/+1
|\ \ \ | |/ / | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
| * | kill.test fixed for kill on Mac OS X (which do not send OK)bell@sanja.is.com.ua2006-02-071-1/+1
| | |
* | | Post-merge fixes.konstantin@mysql.com2006-02-031-3/+0
| | |
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2006-02-021-1/+48
|\ \ \ | |/ / | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| * | Excluded posibility of tmp_table_param.copy_field double deletion (BUG#14851).bell@sanja.is.com.ua2006-01-181-1/+48
| |/
* | Review fixes of new pushed codemonty@mysql.com2006-01-061-3/+10
| | | | | | | | | | | | | | | | | | - Fixed tests - Optimized new code - Fixed some unlikely core dumps - Better bug fixes for: - #14397 - OPTIMIZE TABLE with an open HANDLER causes a crash - #14850 (ERROR 1062 when a quering a view using a Group By on a column that can be null
* | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-tmpkent@mysql.com2005-10-131-0/+1
|\ \ | |/ | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0
| * Tweak kill test to avoid spurious test failure on SCO OpenServer. (Bug #12136)jimw@mysql.com2005-09-201-0/+1
| |
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2005-09-011-1/+1
|\ \ | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug11316/my50-bug11316
| * | mysqltest improvements, updates after merge + test for 5.0msvensson@neptunus.(none)2005-09-011-1/+1
| | |
* | | Cleanups and optimization during review of new codemonty@mysql.com2005-08-181-1/+1
| | |
* | | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-0/+2
|\ \ \ | |/ / |/| / | |/ into mysql.com:/home/my/mysql-5.0
| * Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
| |
| * backport kill.test fix from 5.0serg@serg.mylan2005-04-111-1/+1
| |
* | Fixed errors found during reviewmonty@mysql.com2005-04-061-1/+1
| |
* | Mergejimw@mysql.com2005-04-041-6/+8
|\ \ | |/
| * Fix reconnect when using prepared statements, and addjimw@mysql.com2005-03-281-5/+8
| | | | | | | | | | --disable_reconnect and --enable_reconnect to mysqltest so that it can be tested properly. (Bug #8866)
* | Fix 'kill' test to actually test that the connection hasjimw@mysql.com2005-03-181-2/+3
| | | | | | | | been killed.
* | Fix for BUG#8783 kill.test must always sleep 2 seconds, even ifguilhem@mysql.com2005-02-241-1/+1
| | | | | | | | | | | | mysql-test-run runs with --sleep=10; otherwise GET_LOCK() times out before being killed so we get 0 instead of NULL. Verified that it works on our powermacg5 where the test was failing.
* | get time for thread switchingbell@51.0.168.192.in-addr.arpa2005-02-241-0/+1
| |
* | Fixed problem of sending ERROR to client after OK or EOF (BUG#6804)bell@sanja.is.com.ua2005-01-201-0/+18
|/
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+3
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-0/+8
| | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* Fixed bug in send in mysqltestmonty@donna.mysql.fi2001-03-251-2/+2
| | | | | | | | Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
* Added fix for using variables with distinctmonty@donna.mysql.fi2001-03-151-8/+11
|
* changed signal by fd close to signal by vio_closesasha@mysql.sashanet.com2001-03-131-0/+23
added support for kill expr fixed coredump in set @a := foo; added testcase for user_var added testcase for kill