summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | BUG#23312 - server hangs 'closing tables' with insert delayed,flushunknown2006-11-021-3/+0
| |/
* | 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
|\ \ \ | |/ / |/| |