summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #28000.unknown2007-05-111-1/+2
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-121-3/+48
|\
| * Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2007-04-051-3/+48
| |\
| | * Bug #26242 UPDATE with subquery and triggers failing with cluster tablesunknown2007-04-041-3/+48
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-04-031-9/+9
|\ \ \ | |/ / |/| |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-marvelunknown2007-03-241-9/+9
| |\ \
| | * | Bug #27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF()unknown2007-03-231-9/+9
* | | | Bug#23233: 0 as LAST_INSERT_ID() after INSERT .. ON DUPLICATE in the unknown2007-03-301-0/+2
* | | | Fixed bug #27229: crash when a set function aggregated in outerunknown2007-03-221-4/+2
|/ / /
* | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-201-2/+4
|\ \ \ | |/ / |/| |
| * | Bug #24484:unknown2007-03-201-2/+4
* | | sql_insert.cc:unknown2007-03-201-5/+5
* | | Bug#27006: AFTER UPDATE triggers not fired with INSERT ... ON DUPLICATE KEYunknown2007-03-161-6/+6
* | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-161-23/+45
|\ \ \
| * | | Bug #26261: unknown2007-03-161-23/+45
* | | | Bug#27033: 0 as LAST_INSERT_ID() after INSERT .. ON DUPLICATE if rows wereunknown2007-03-151-7/+9
* | | | Merge bk@192.168.21.1:mysql-5.0unknown2007-03-081-2/+2
|\ \ \ \
| * \ \ \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-03-021-2/+2
| |\ \ \ \
| | * | | | Bug#25122: Views based on a self-joined table aren't insertable.unknown2007-03-021-2/+2
| | |/ / /
* | | | | Merge quant.(none):/ext/mysql/bkroot/mysql-5.0-rplunknown2007-03-011-0/+2
|\ \ \ \ \
| * | | | | Fixes of compilation warnings and errors.unknown2007-03-011-0/+2
* | | | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-02-281-3/+40
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | log_on needed also in embedded serverunknown2007-02-251-2/+0
| * | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-02-251-1/+40
| |\ \ \ \
| | * \ \ \ Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-02-241-1/+40
| | |\ \ \ \
| | | * | | | Fix for BUG#25507 "multi-row insert delayed + auto increment causesunknown2007-02-151-0/+21
| | | * | | | Fix for BUG#24432unknown2007-02-081-1/+19
* | | | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-02-261-38/+55
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-02-191-38/+39
| |\ \ \ \ \
| | * | | | | Bug #25831: Deficiencies in INSERT ... SELECT ... field name resolving.unknown2007-02-191-38/+39
| | | |_|/ / | | |/| | |
| * | | | | Bug#16630: The update fields of the INSERT .. SELECT .. ON DUPLICATE KEYunknown2007-02-161-0/+16
| | |/ / / | |/| | |
* | | | | Fixed compiler warnings (for linux and win32 and win64)unknown2007-02-221-0/+1
* | | | | After merge fixesunknown2007-02-211-1/+1
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-02-211-7/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-7/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-7/+5
| | | |/ | | |/|
* | | | Bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows wereunknown2007-02-091-1/+1
* | | | Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records wereunknown2007-02-071-10/+16
| |_|/ |/| |
* | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-01-231-20/+73
|\ \ \ | |/ / |/| |
| * | Bug#25123: ON DUPLICATE KEY clause allows fields not from the insert table.unknown2007-01-221-20/+73
* | | Manual merge.unknown2007-01-151-9/+8
|\ \ \ | |/ / |/| |
| * | Post-merge fixes for Bug#4968 "Stored procedure crash if cursor opened unknown2006-12-121-8/+7
| * | Merge bodhi.local:/opt/local/work/mysql-4.1-4968unknown2006-12-121-1/+1
| |\ \ | | |/ | |/|
| | * A fix and test cases forunknown2006-12-081-1/+1
| | * BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID.unknown2006-10-061-5/+3
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-311-1/+1
|\ \ \
| * | | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | | Merge xiphis.org:/home/antony/work2/mysql-5.0-enginesunknown2006-12-261-2/+1
|\ \ \ \ | |/ / /
| * | | Many files:unknown2006-12-231-2/+1
| |/ /
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG23312/mysql-4.1-enginesunknown2006-11-071-3/+0
|\ \ \ | |/ / |/| |