summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-10-021-5/+3
|\
| * BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_IDunknown2006-10-021-5/+3
* | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-10-021-2/+2
|\ \ | |/
| * Fixed bug#5505: Wrong error message on INSERT into a viewunknown2006-09-291-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-enginesunknown2006-09-291-0/+46
|\ \ | |/ |/|
| * Bug#20830 - INSERT DELAYED does not honour SET INSERT_IDunknown2006-09-201-0/+46
* | Merge bk-internal:/home/bk/mysql-5.0-optunknown2006-09-181-1/+1
|\ \
| * | Fixed bug #21493: crash for the second execution of a functionunknown2006-09-161-1/+1
* | | Fix for BUG#21774: Column count doesn't match value count at row xunknown2006-09-121-0/+9
|/ /
* | Fixed bug#21261: Wrong access rights was required for an insert into a viewunknown2006-08-151-1/+1
* | Merge salvation.intern.azundris.com:/home/tnurnberg/mysql-5.0-releaseunknown2006-07-191-1/+8
|\ \
| * | Bug#20989: View '(null).(null)' references invalid table(s)... on SQL SECURIT...unknown2006-07-191-1/+8
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-131-1/+14
|\ \ \ | |_|/ |/| |
| * | Merge mysql.com:/home/kgeorge/mysql/5.0/teamcleanunknown2006-07-041-1/+14
| |\ \ | | |/ | |/|
| | * Bug #16110: insert permitted into view col w/o default valueunknown2006-07-041-1/+14
* | | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.0unknown2006-07-121-13/+7
|\ \ \
| * \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.0-20524unknown2006-07-061-13/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for BUG#20188 "REPLACE or ON DUPLICATE KEY UPDATE inunknown2006-07-051-13/+7
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-081-12/+67
|\ \ \ \
| * \ \ \ Merge chilla.local:/home/mydev/mysql-5.0unknown2006-07-061-12/+67
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Bug#16218 - Crash on insert delayedunknown2006-06-261-12/+67
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-07-061-1/+76
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for bug#18437 "Wrong values inserted with a before update trigger onunknown2006-07-021-1/+76
| | |/ / | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-06-271-8/+7
|\ \ \ \
| * \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-06-271-8/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | A fix and a test case forunknown2006-06-271-8/+7
| | | |/ | | |/|
* | | | Bug#16986 - Deadlock condition with MyISAM tablesunknown2006-06-261-24/+2
|/ / /
* | | Merge mysql.com:/home/alik/MySQL/devel/5.0-treeunknown2006-06-191-23/+20
|\ \ \
| * | | Fix for bug#13479 "REPLACE activates UPDATE trigger, not the DELETE andunknown2006-06-161-23/+20
| |/ /
* | | Bug #20195: INSERT DELAYED with auto_increment is assigned wrong valuesunknown2006-06-131-0/+8
|/ /
* | Merge mysql.com:/home/kgeorge/mysql/5.0/cleanunknown2006-05-261-4/+5
|\ \
| * | BUG#18681: View privileges are brokenunknown2006-05-261-4/+5
* | | 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