summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* sql_error.cc, sql_prepare.cc:unknown2002-06-121-1/+1
* mergedunknown2002-06-051-3/+11
|\
| * 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
| |/
* | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-6/+8
|/
* 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
* | | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODBunknown2001-09-021-2/+28
|/ /
* | Fix UNIONunknown2001-08-021-16/+16
* | UNION'sunknown2001-07-251-6/+6
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2001-07-191-2/+5
|\ \
| * | Changes for the furtherment of UNIONSunknown2001-07-191-2/+5
* | | mergeunknown2001-07-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY ifunknown2001-07-181-0/+1
* | mergeunknown2001-06-121-0/+1
|\ \ | |/
| * Changed compare in MyISAM to use my_pread()unknown2001-06-111-0/+1
* | Symlinking of tables should not work.unknown2001-06-051-1/+1
|/
* Fixed bug when using MERGE on files > 4Gunknown2001-05-171-4/+9
* Fixed INSERT DELAYED with Innobaseunknown2001-04-091-1/+8
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-1/+1
* Test case for bug when updating on keyunknown2001-03-231-1/+1
* Split setup_fields to setup_tables and setup_fieldsunknown2001-03-211-3/+3
* Fixed wrong option in mysql_install_dbunknown2001-03-091-1/+2
* Fixed bug in INSERT DELAYED when INSERT generated an errorunknown2001-03-081-5/+15
* Merged some functions and removed some unused client functions.unknown2001-03-061-0/+8
* mergeunknown2000-12-241-0/+26
|\
| * New benchmark testunknown2000-12-241-0/+26
* | Fix replace bug w/ BDB tables by passing key_length to index_read_idx.unknown2000-12-221-1/+2
|/
* Lots of fixes for BDB tablesunknown2000-12-081-1/+1
* Only write full transactions to binary logunknown2000-12-071-6/+11