summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | handler interface cleanups:unknown2004-06-231-1/+1
* | | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-0/+4
|/ /
* | Removed compiler warningsunknown2004-06-011-3/+6
* | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-1/+1
* | Support for character set conversion in binary protocol: another gounknown2004-05-251-1/+1
* | Portability fixesunknown2004-05-191-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-5/+7
|\ \
| * \ Merge with 4.0.19unknown2004-05-051-5/+7
| |\ \ | | |/
| | * Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-281-5/+7
* | | Windows fixes for VC++ compiler compabilityunknown2004-05-051-1/+1
|/ /
* | after review PS fixesunknown2004-04-101-12/+40
* | always call start_bulk_insert, clarify this behaviour in comment blockunknown2004-04-081-1/+9
* | Don't enable HA_EXTRA_WRITE_CACHE if too few rowsunknown2004-04-081-1/+1
* | mergedunknown2004-04-071-41/+14
|\ \
| * | post-review fixesunknown2004-04-071-36/+9
| * | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-7/+7
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-071-1/+5
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-051-1/+5
| |\ \
| | * | Fixed many compiler warningsunknown2004-04-051-1/+5
* | | | after review changesunknown2004-04-071-1/+0
* | | | removed old way to prevent using stack tables for caching Items in PSunknown2004-04-041-5/+2
|/ / /
* | | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-17/+21
* | | fix for table/field caching mechanismunknown2004-04-011-0/+5
|/ /
* | Fix to get correct metadata when using temporary tables to create result. (Bu...unknown2004-03-301-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-291-6/+20
|\ \
| * | Disable INSERT DELAYED for embedded libraryunknown2004-03-291-6/+20