summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed error handling bugunknown2002-11-041-1/+1
* mergingunknown2002-10-041-0/+2
|\
| * subselect with unionunknown2002-09-031-0/+2
* | Merge with 4.0.4unknown2002-10-021-13/+15
|\ \
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-6/+6
| * | Merge with 4.0.3unknown2002-08-301-7/+9
| |\ \ | | |/
| | * sql_error.cc, sql_prepare.cc:unknown2002-06-121-1/+1
| | * mergedunknown2002-06-051-3/+11
| | |\
| | * | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-6/+8
* | | | 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
* | | | INSERT ... VALUES(DEFAULT)unknown2002-07-251-14/+12
* | | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-0/+1
* | | | New SET syntax & system variables.unknown2002-07-231-5/+5
* | | | Updated windows files (VC++ files and winmysqladmin).unknown2002-06-281-0/+2
* | | | Added the following new privleges:unknown2002-06-121-1/+1
* | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-2/+2
* | | | Merge hundin.mysql.fi:/my/mysql-3.23unknown2002-06-051-1/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed mysql_info() result when using INSERT DELAYEDunknown2002-06-051-1/+3
* | | Fixed a bug with big result sets and UNION'sunknown2002-05-241-0/+1
* | | mergeunknown2002-05-091-4/+6
|\ \ \
| * | | invalidation moved before tables unlockingunknown2002-04-291-2/+4
| | |/ | |/|
* | | Fixed that enable-reads-from-master and repl-parse-query works in option files.unknown2002-04-291-1/+6
|/ /
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-1/+1
* | added building without query cacheunknown2002-03-221-5/+5
* | processing trunsactional tables in query cacheunknown2002-03-151-5/+5
* | Some changes in multi-table deletes, with some speed-ups and unknown2002-01-121-1/+1
* | Added macros for nice TIMESPEC usage.unknown2002-01-021-13/+3
* | Fix insert delated + query cache.unknown2001-12-201-0/+2
* | Update copyrightunknown2001-12-061-5/+5
* | Update of query cache code.unknown2001-12-051-4/+4
* | Query cache.unknown2001-12-021-0/+6
* | mergeunknown2001-11-281-4/+11
|\ \ | |/
| * Fixed bug when joining with caching.unknown2001-11-271-4/+11
* | Portability fixunknown2001-11-071-2/+2
* | mergeunknown2001-10-021-2/+9
|\ \ | |/
| * Fixed bug in INSERT DELAYEDunknown2001-10-021-2/+9
* | Final fixes for INSERT into MERGE tables.unknown2001-09-271-2/+2
* | mergeunknown2001-09-021-15/+19
|\ \
| * \ merge with 3.23.42unknown2001-09-021-15/+19
| |\ \ | | |/
| | * Make killing of threads saferunknown2001-09-011-10/+12
| | * Fixed problem with INSERT DELAYEDunknown2001-08-311-3/+5
| | * Fixes for OS2.unknown2001-08-221-2/+2