summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1-runtimeunknown2007-01-151-1/+1
|\
| * A fix and test cases forunknown2006-12-081-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-131-3/+0
|\ \ | |/ |/|
| * BUG#23312 - server hangs 'closing tables' with insert delayed,flushunknown2006-11-021-3/+0
* | BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID.unknown2006-10-061-5/+3
|/
* Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATEunknown2005-12-081-3/+6
* Bug#10109unknown2005-08-071-11/+25
* Move reset of insert_values to ensure it's done also during error conditionsunknown2005-06-281-0/+4
* Better bug fix for:unknown2005-06-271-9/+25
* Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-06-211-4/+15
|\
| * Fix bug #10886 - INSERT ... SELECT ... ON DUPLICATE KEY UPDATE produces bad r...unknown2005-06-211-4/+15
* | Fix for bug #11060 "Server crashes on re-execution of prepared unknown2005-06-201-1/+12
|/
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+4
* Mergeunknown2005-06-011-1/+1
|\
| * Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-1/+1
* | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...unknown2005-05-311-6/+18
|\ \ | |/ |/|
| * Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...unknown2005-05-311-6/+18
| * Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlockunknown2005-04-271-20/+55
* | Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICA...unknown2005-05-181-1/+1
* | Bug#9725 - "disapearing query/hang" and "unknown error" with "on duplicate ke...unknown2005-05-071-0/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-04-281-2/+2
|\ \
| * | Cleanups during reviewunknown2005-04-261-2/+2
* | | Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlockunknown2005-04-271-20/+55
|/ /
* | Bug#7806 - insert on duplicate key and auto-update of timestampunknown2005-04-221-3/+6
* | C99 Portability fixunknown2005-04-211-3/+3
* | Bug#7806 - insert on duplicate key and auto-update of timestampunknown2005-04-191-12/+82
* | Fixed wrong memory references found by purifyunknown2005-02-281-1/+2
* | Fix for failing INSERT IGNORE in test ndb_insertunknown2005-01-251-5/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-311-16/+19
|\ \
| * | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagunknown2004-12-311-16/+19
* | | better fix for bug#7242 (crash in prepared INSERT ... UPDATE)unknown2004-12-241-5/+4
|/ /
* | WL#2274 - INSERT..SELECT..UPDATEunknown2004-12-131-12/+15
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-1/+0
|\ \
| * | Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | | Mergeunknown2004-12-031-30/+21
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-12-031-26/+17
| |\ \ \
| | * | | sql/sql_class.hunknown2004-12-031-26/+17
| | |/ /
| * | | Bug#6391 (binlog-do-db rules ignored)unknown2004-12-031-4/+4
| |/ /
* | | Mergeunknown2004-12-031-0/+12
|\ \ \ | |/ / |/| / | |/
| * Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when theunknown2004-12-031-0/+13
* | Fix for bug#4312 ndb table, wrong behaviour on insert .. on duplicate key ..unknown2004-11-181-2/+5
* | Simpler arena swapping codeunknown2004-11-081-2/+2
* | Fixed access to freed memoryunknown2004-10-271-2/+4
* | A lot of fixes for prepared statements (PS):unknown2004-10-261-0/+8
* | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-13/+11
* | Fix for Bug#5034 "prepared "select 1 into @arg15", second unknown2004-08-241-0/+7
* | manual merged (blame me!)unknown2004-07-201-2/+6
|\ \ | |/
| * Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE...unknown2004-07-181-2/+6
* | After merge fixesunknown2004-06-251-2/+4
* | mergedunknown2004-06-231-1/+1
|\ \