summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove dflt_field from field structure as this was only needed when createing...unknown2006-05-241-4/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-05-091-0/+147
|\
| * Fix for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which explicitlyunknown2006-05-091-0/+147
* | Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-04-111-1/+1
|\ \
| * | Fixed BUG#13683: INSERT DELAYED into a view creates an infinite loop.unknown2006-04-051-1/+1
* | | BUG#5390 - problems with merge tablesunknown2006-04-051-1/+4
| |/ |/|
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-03-291-7/+16
|\ \ | |/ |/|
| * Proposed fix for bug #17764 "Trigger crashes MyISAM table"unknown2006-03-291-7/+16
* | We should prohobit concurent read of inserting file in SPunknown2006-03-151-21/+30
|/
* mergedunknown2006-01-061-1/+5
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-061-1/+5
| |\
| | * Review fixes of new pushed codeunknown2006-01-061-1/+5
* | | mergedunknown2006-01-031-1/+2
|\ \ \ | |/ / |/| |
| * | many warnings (practically safe but annoying) correctedunknown2006-01-031-1/+2
* | | Merge mysql.com:/home/mydev/mysql-5.0unknown2005-12-271-2/+2
|\ \ \
| * | | BUG#5390 - problems with merge tablesunknown2005-12-201-2/+2
| |/ /
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-12-121-3/+6
|\ \ \ | |/ / |/| |
| * | Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATEunknown2005-12-081-3/+6
* | | WL#2486 - Natural/using join according to SQL:2003.unknown2005-11-281-79/+18
| |/ |/|
* | Always initialize THD::thread_stack: it's used inunknown2005-11-231-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-1/+1
|\ \
| * | Reviewing new pushed codeunknown2005-10-121-1/+1
* | | pthread_handler_decl() changed to be ctags-friendlyunknown2005-10-081-2/+2
|/ /
* | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-5/+6
* | Fix for bug #12704 "Server crashes during trigger execution".unknown2005-09-151-1/+3
* | postmerge changes unknown2005-09-021-3/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-08-231-2/+3
|\ \
| * | issue correct error message in case of view presence for duplicated table on ...unknown2005-08-021-3/+7
* | | Cleanups and optimization during review of new codeunknown2005-08-181-2/+4
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-08-121-36/+140
|\ \ \
| * | | Implementation of WL#2486 -unknown2005-08-121-25/+101
* | | | Merge xiphis.org:/usr/home/antony/work2/p2-bug10109.3unknown2005-08-101-6/+25
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug#10109unknown2005-08-071-11/+25
* | | Fix crash in 'INSERT DELAYED' statement that failed due to aunknown2005-08-011-1/+3
* | | Get rid of checking for ETIME return value of pthread_cond_timedwait.unknown2005-07-141-1/+1
* | | Mergeunknown2005-07-131-1/+1
|\ \ \
| * | | sql_insert.cc:unknown2005-07-081-1/+1
* | | | sql_insert.cc:unknown2005-07-111-1/+1
* | | | Fix typos that crept into ChangeSet for fix for Bug #11045.unknown2005-07-061-1/+1
* | | | Merge jwinstead@production.mysql.com:my/mysql-5.0-11045unknown2005-07-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up warnings and build problems on Windows. (Bug #11045)unknown2005-06-181-1/+1
* | | | After merge fixesunknown2005-07-041-29/+22
* | | | Merge with 4.1unknown2005-07-031-25/+60
|\ \ \ \ | | |/ / | |/| |
| * | | Move reset of insert_values to ensure it's done also during error conditionsunknown2005-06-281-0/+4
| * | | Better bug fix for:unknown2005-06-271-9/+25
* | | | Name resolution context added (BUG#6443)unknown2005-07-011-56/+118
| |_|/ |/| |
* | | Fix for bug #10886 mergeunknown2005-06-221-1/+4
|\ \ \ | |/ /
| * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-06-211-4/+15
| |\ \
| | * | Fix bug #10886 - INSERT ... SELECT ... ON DUPLICATE KEY UPDATE produces bad r...unknown2005-06-211-4/+15
* | | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-221-2/+2
|\ \ \ \