summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
* 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
* New multi-table-update codemonty@mashka.mysql.fi2002-11-291-18/+6
* fixed invalidation of query cachebell@sanja.is.com.ua2002-11-221-6/+3
* 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
|/
* 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
* | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-0/+1
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-5/+5
* | Updated windows files (VC++ files and winmysqladmin).monty@hundin.mysql.fi2002-06-281-0/+2
* | Added the following new privleges:monty@mashka.mysql.fi2002-06-121-1/+1
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-2/+2
* | Merge hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-06-051-1/+3
|\ \ | |/
| * Fixed mysql_info() result when using INSERT DELAYEDmonty@hundin.mysql.fi2002-06-051-1/+3
* | Fixed a bug with big result sets and UNION'sSinisa@sinisa.nasamreza.org2002-05-241-0/+1
* | mergebell@sanja.is.com.ua2002-05-091-4/+6
|\ \
| * | invalidation moved before tables unlockingbell@sanja.is.com.ua2002-04-291-2/+4
* | | Fixed that enable-reads-from-master and repl-parse-query works in option files.monty@hundin.mysql.fi2002-04-291-1/+6
|/ /
* | Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-1/+1
* | added building without query cachebell@sanja.is.com.ua2002-03-221-5/+5
* | processing trunsactional tables in query cachebell@sanja.is.com.ua2002-03-151-5/+5
* | Some changes in multi-table deletes, with some speed-ups and Sinisa@sinisa.nasamreza.org2002-01-121-1/+1
* | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-13/+3
* | Fix insert delated + query cache.monty@hundin.mysql.fi2001-12-201-0/+2
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-5/+5
* | Update of query cache code.monty@hundin.mysql.fi2001-12-051-4/+4
* | Query cache.monty@hundin.mysql.fi2001-12-021-0/+6
* | mergemonty@hundin.mysql.fi2001-11-281-4/+11
|\ \ | |/
| * Fixed bug when joining with caching.monty@hundin.mysql.fi2001-11-271-4/+11
* | Portability fixmonty@hundin.mysql.fi2001-11-071-2/+2
* | mergemonty@work.mysql.com2001-10-021-2/+9
|\ \ | |/
| * Fixed bug in INSERT DELAYEDmonty@hundin.mysql.fi2001-10-021-2/+9
* | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-2/+2
* | mergemonty@hundin.mysql.fi2001-09-021-15/+19
|\ \
| * \ merge with 3.23.42monty@work.mysql.com2001-09-021-15/+19
| |\ \ | | |/