summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.23 -> 4.0monty@narttu.mysql.fi2003-02-281-0/+1
|\
| * Added detection if pthread_attr_getstacksize() existsmonty@narttu.mysql.fi2003-02-271-0/+1
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-1/+1
|\ \ | |/
| * Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
* | after-review changes (577 SCRUM)bell@sanja.is.com.ua2003-02-021-2/+2
* | fixed bug in determinating uncacheable queriesbell@sanja.is.com.ua2003-01-301-11/+11
* | mergingbell@sanja.is.com.ua2003-01-251-5/+7
|\ \
| * | fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-251-5/+7
* | | Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-13/+8
|\ \ \ | |/ / |/| / | |/
| * Transactions in AUTOCOMMIT=0 mode didn't rotate binary logmonty@mashka.mysql.fi2002-12-141-1/+2
| * bulk insert code optimizedserg@serg.mysql.com2002-12-071-13/+7
* | merge fixmonty@mashka.mysql.fi2002-12-061-18/+6
|\ \
| * \ Merge with 4.0.6monty@mashka.mysql.fi2002-12-051-18/+6
| |\ \ | | |/
| | * New multi-table-update codemonty@mashka.mysql.fi2002-11-291-18/+6
* | | fixed error messagebell@sanja.is.com.ua2002-12-041-1/+1
|/ /
* | mergedserg@serg.mysql.com2002-12-021-16/+46
|\ \
| * | INSERT ... ON DUPLICATE KEY UPDATE ...serg@serg.mysql.com2002-12-021-16/+46
* | | fix of error handlingbell@sanja.is.com.ua2002-12-011-6/+7
* | | check of using same table for changing and selectbell@sanja.is.com.ua2002-11-301-0/+7
|/ /
* | reverse order in global select list allow to avoid recursion in derived tablesbell@sanja.is.com.ua2002-11-271-1/+1
* | subselects in insert/replace (SCRUM)bell@sanja.is.com.ua2002-11-261-9/+22
* | Merge with 4.0monty@mashka.mysql.fi2002-11-251-6/+3
|\ \ | |/
| * fixed invalidation of query cachebell@sanja.is.com.ua2002-11-221-6/+3
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-21/+33
|\ \ | |/
| * Try to optimize the cache buffer size needed for bulk_insertmonty@mashka.mysql.fi2002-11-201-3/+7
| * Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-161-9/+15
| * Portability fix (accidently left out from last changeset)monty@hundin.mysql.fi2002-11-071-1/+1
| * Portability fix extern "C" static -> extern "C"monty@hundin.mysql.fi2002-11-071-1/+1
| * mergemonty@butch.2002-11-071-2/+2
| |\
| | * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-2/+2
| * | Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-8/+10
| |/
* | Fixed error handling bugbell@sanja.is.com.ua2002-11-041-1/+1
* | mergingbell@sanja.is.com.ua2002-10-041-0/+2
|\ \
| * | subselect with unionbell@sanja.is.com.ua2002-09-031-0/+2
* | | Merge with 4.0.4monty@mashka.mysql.fi2002-10-021-13/+15
|\ \ \ | |_|/ |/| |
| * | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-6/+6
| * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-7/+9
| |\ \ | | |/
| | * sql_error.cc, sql_prepare.cc:venu@myvenu.com2002-06-121-1/+1
| | * mergedbell@sanja.is.com.ua2002-06-051-3/+11
| | |\
| | * | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...bell@sanja.is.com.ua2002-05-081-6/+8
* | | | Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-2/+2
* | | | Added code to flush a bulk_insert index.monty@mashka.mysql.fi2002-09-181-0/+2
* | | | Fixed searching after ssl directories.monty@mashka.mysql.fi2002-09-051-2/+0
|/ / /
* | | Fixed bug in wait_for_update() that I had introduced.monty@hundin.mysql.fi2002-08-221-1/+1
* | | merge with 3.23.52monty@hundin.mysql.fi2002-08-121-1/+1
|\ \ \
| * | | A small fix for last_insert_id with multi-row insertsSinisa@sinisa.nasamreza.org2002-08-101-1/+1
* | | | merge with 3.23.52monty@hundin.mysql.fi2002-08-081-0/+5
|\ \ \ \ | |/ / /
| * | | Added some missing mutex_locks() when manipulating the table cache.monty@narttu.mysql.fi2002-08-051-0/+5
* | | | Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-4/+4
* | | | INSERT ... VALUES(DEFAULT)monty@mashka.mysql.fi2002-07-251-14/+12