summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when theunknown2004-12-031-0/+13
* Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE...unknown2004-07-181-2/+6
* Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-281-5/+7
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-061-2/+2
|\
| * Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (rep...unknown2004-03-041-2/+2
* | Rollback UPDATE/DELETE statements on killunknown2004-03-041-2/+9
|/
* Code cleanupsunknown2004-02-101-3/+4
* row0mysql.c:unknown2004-02-091-1/+9
* Some small portability fixes.unknown2003-12-301-2/+2
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-1/+5
|\
| * Fix for BUG#2083unknown2003-12-161-1/+5
* | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-11/+8
|/
* - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-041-1/+1
* Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-2/+1
* bug #1434 (and related issues)unknown2003-10-061-2/+12
* 2 minor edits, plusunknown2003-08-221-0/+4
* Safety and speedup fixes:unknown2003-07-141-4/+4
* Fix for BUG#791:unknown2003-07-111-4/+4
* Fix for bug #490 and #491 (see details below)unknown2003-05-241-3/+21
* 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
* 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
* Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-0/+1
* Fixes for Netwareunknown2003-01-281-1/+1
* Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-141-1/+2
* bulk insert code optimizedunknown2002-12-071-13/+7
* New multi-table-update codeunknown2002-11-291-18/+6
* fixed invalidation of query cacheunknown2002-11-221-6/+3
* Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-3/+7
* Small improvement to alloc_rootunknown2002-11-161-9/+15
* Portability fix (accidently left out from last changeset)unknown2002-11-071-1/+1
* Portability fix extern "C" static -> extern "C"unknown2002-11-071-1/+1
* mergeunknown2002-11-071-2/+2
|\
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-2/+2
* | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-8/+10
|/
* Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-2/+2
* Added code to flush a bulk_insert index.unknown2002-09-181-0/+2
* Fixed searching after ssl directories.unknown2002-09-051-2/+0
* Fixed bug in wait_for_update() that I had introduced.unknown2002-08-221-1/+1
* merge with 3.23.52unknown2002-08-121-1/+1
|\
| * A small fix for last_insert_id with multi-row insertsunknown2002-08-101-1/+1
* | merge with 3.23.52unknown2002-08-081-0/+5
|\ \ | |/
| * Added some missing mutex_locks() when manipulating the table cache.unknown2002-08-051-0/+5
* | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-4/+4