summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for the bug #841: wrong number of warningsunknown2003-07-141-10/+9
* LAST_INSERT_ID()}will now return 0 if the last INSERT didn't insert any rows.unknown2003-06-151-2/+13
* merge with public treeunknown2003-06-051-3/+21
|\
| * Merge with 4.0.13unknown2003-06-041-3/+21
| |\
| | * Fix for bug #490 and #491 (see details below)unknown2003-05-241-3/+21
* | | Windows build fixups with the latest sourceunknown2003-06-031-1/+1
|/ /
* | ixed wrong unlock of tables (new bug)unknown2003-05-261-8/+4
* | ha_innodb.cc:unknown2003-05-261-13/+20
* | mergeunknown2003-05-221-12/+17
|\ \
| * | After merge fixesunknown2003-05-211-4/+6
| * | Merge with 4.0.13unknown2003-05-191-8/+11
| |\ \ | | |/
| | * Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-5/+5
| | * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-1/+1
| | * Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-1/+4
| | * fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130)unknown2003-04-261-1/+1
* | | Resolve merge colflictunknown2003-05-211-8/+20
|\ \ \ | |/ /
| * | INSERT ... UPDATE ... VALUES()unknown2003-05-031-8/+20
* | | Support of warnings for all DML statements (Insert, Update and Alter)unknown2003-04-301-0/+1
|/ /
* | Merge with 4.0unknown2003-03-161-18/+37
|\ \ | |/
| * Write binlog before commit when doing INSERT ... SELECTunknown2003-03-161-6/+8
| * Proper fix for INSERT DELAYED and --max-delayed-threadsunknown2003-03-121-3/+2
| * Made it possible to use --max-delayed-threads=0 in order to disableunknown2003-03-091-1/+2
| * remove spaces according to coding rulesunknown2003-03-061-2/+2
| * Fix so that INSERT DELAYED cares about SQL_LOG_BIN=0 (bug #104)unknown2003-03-061-11/+28
* | Merge with 3.23 -> 4.0unknown2003-02-281-0/+1
|\ \ | |/
| * Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-0/+1
* | Merge with 4.0.11unknown2003-02-041-1/+1
|\ \ | |/
| * Fixes for Netwareunknown2003-01-281-1/+1
* | after-review changes (577 SCRUM)unknown2003-02-021-2/+2
* | fixed bug in determinating uncacheable queriesunknown2003-01-301-11/+11
* | mergingunknown2003-01-251-5/+7
|\ \
| * | fixed subselects with temporary tables (SCRUM)unknown2003-01-251-5/+7
* | | Merge with 4.0.8unknown2003-01-031-13/+8
|\ \ \ | |/ / |/| / | |/
| * Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-141-1/+2
| * bulk insert code optimizedunknown2002-12-071-13/+7
* | merge fixunknown2002-12-061-18/+6
|\ \
| * \ Merge with 4.0.6unknown2002-12-051-18/+6
| |\ \ | | |/
| | * New multi-table-update codeunknown2002-11-291-18/+6
* | | fixed error messageunknown2002-12-041-1/+1
|/ /
* | mergedunknown2002-12-021-16/+46
|\ \
| * | INSERT ... ON DUPLICATE KEY UPDATE ...unknown2002-12-021-16/+46
* | | fix of error handlingunknown2002-12-011-6/+7
* | | check of using same table for changing and selectunknown2002-11-301-0/+7
|/ /
* | reverse order in global select list allow to avoid recursion in derived tablesunknown2002-11-271-1/+1
* | subselects in insert/replace (SCRUM)unknown2002-11-261-9/+22
* | Merge with 4.0unknown2002-11-251-6/+3
|\ \ | |/
| * fixed invalidation of query cacheunknown2002-11-221-6/+3
* | Merge with 4.0unknown2002-11-211-21/+33
|\ \ | |/
| * Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-3/+7
| * Small improvement to alloc_rootunknown2002-11-161-9/+15