summaryrefslogtreecommitdiff
path: root/mysql-test/t/delayed.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/ram/work/mysql-5.0-enginesramil/ram@ramil.myoffice.izhnet.ru2007-11-291-0/+9
|\ | | | | | | into mysql.com:/home/ram/work/b32676/b32676.5.0
| * Fix for bug #32676: insert delayed crash with wrong column and function ↵ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-11-261-0/+9
| | | | | | | | | | | | | | | | specified Problem: using wrong local lock type value in the mysql_insert() results in a crash. Fix: use a proper value.
* | Bug#20830 - INSERT DELAYED does not honour SET INSERT_IDistruewing@stella.local2007-11-261-8/+8
|/ | | | | Bug#20627 - INSERT DELAYED does not honour auto_increment_* variables Fixed wrong variable assignment.
* tests fixed to work in embedded serverholyfoot/hf@mysql.com/hfmain.(none)2007-03-201-0/+10
|
* BUG#26238 - inserted delayed always inserts 0 for BIT columnssvoj@mysql.com/june.mysql.com2007-02-281-0/+8
| | | | | | | | | | INSERT DELAYED inserts garbage for BIT columns. When delayed thread clones TABLE object, it didn't adjusted bit_ptr to newly created record (though it correctly adjusts ptr and null_ptr). This is fixed by correctly adjusting bit_ptr when performing a clone. With this fix BIT values are stored correctly by INSERT DELAYED.
* several fixes to make tests pass in embedded-server modeholyfoot/hf@mysql.com/deer.(none)2006-11-131-3/+0
|
* Merge mysql.com:/home/hf/work/embt/my41-embtholyfoot/hf@mysql.com/deer.(none)2006-11-131-0/+2
|\ | | | | | | into mysql.com:/home/hf/work/embt/my50-embt
| * delayed.test fixedholyfoot/hf@mysql.com/deer.(none)2006-11-131-0/+2
| |
* | Bug#20830 - INSERT DELAYED does not honour SET INSERT_IDistruewing@chilla.local2006-09-201-6/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug#20627 - INSERT DELAYED does not honour auto_increment_* variables INSERT DELAYED ignored an explicitly set INSERT_ID and session specific auto_increment_* variables. The problem was that the inserts are done by a system thread, which does not have access to the session variables of the user thread. On a proposal of Guilhem I fixed it so that the variables are copied to the data structure for every delayed row. The system thread sets its session variables from these values.
* | Bug #20195: INSERT DELAYED with auto_increment is assigned wrong valuesgkodinov@mysql.com2006-06-131-0/+49
| | | | | | | | | | | | | | | | | | | | | | The INSERT DELAYED should not maintain its own private auto-increment counter, because this is assuming that other threads cannot insert into the table while the INSERT DELAYED thread is inserting, which is a wrong assumption. So the start of processing of a batch of INSERT rows in the INSERT DELAYED thread must be treated as a start of a new statement and cached next_insert_id must be cleared.
* | Fixes to embedded server to be able to run tests with itmonty@mysql.com2006-02-241-0/+3
| | | | | | | | (Needed for "list of pushes" web page and autopush)
* | Fix crash in 'INSERT DELAYED' statement that failed due to ajimw@mysql.com2005-08-011-0/+9
| | | | | | | | conflict in a unique key. (Bug #12226)
* | 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
| |
* | Fixed a bug in prepared statements error handlingmonty@mysql.com2005-01-061-1/+3
|/ | | | After merge fixes
* Portability fix (bug #7203: "delayed" test fails on QNX when using prepared ↵ram@gw.mysql.r18.ru2004-12-141-1/+1
| | | | statements)
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+2
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* fixed tests to be independed from environmentbell@sanja.is.com.ua2002-08-301-0/+1
|
* Fixed wrong option in mysql_install_dbmonty@donna.mysql.fi2001-03-091-0/+2
| | | | | Added delayed_user for delayed_threads Don't use record cache when doing deletes
* Fixed bug in INSERT DELAYED when INSERT generated an errormonty@donna.mysql.fi2001-03-081-0/+14
|
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+17
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit