summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #38693: leaked memory with blobs!Georgi Kodinov2008-10-151-0/+5
* Fix for bug#38821: Assert table->auto_increment_field_not_null failed Ramil Kalimullin2008-09-031-1/+5
* Merge witty.:/Users/mattiasj/Public/shared-vms/bug21413-41-enginesunknown2008-03-271-7/+21
|\
| * Recommit of antonys previous commit.unknown2008-03-271-14/+30
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1-runtimeunknown2007-01-151-1/+1
| |\
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-131-3/+0
| |\ \
* | | | Fix for bug #34889: mysql_client_test::test_mysql_insert_id test fails unknown2008-03-051-1/+2
* | | | Bug#29477: Not all fields of the target table were checked to have a defaultunknown2008-01-111-1/+2
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-12-131-21/+45
|\ \ \ \
| * \ \ \ Merge polly.(none):/home/kaa/src/opt/bug9481/my50-bug9481unknown2007-11-301-8/+40
| |\ \ \ \
| | * | | | 5.0 version of the fix for bug #9481: mysql_insert_id() returns 0 afterunknown2007-11-261-8/+40
| * | | | | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTunknown2007-11-191-13/+5
| |/ / / /
* | | | | Merge mysql.com:/home/ram/work/mysql-5.0-enginesunknown2007-11-291-2/+2
|\ \ \ \ \
| * | | | | Fix for bug #32676: insert delayed crash with wrong column and function speci...unknown2007-11-261-2/+2
| |/ / / /
* | | | | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-11-061-1/+2
|\ \ \ \ \
| * | | | | Bug #27571 asynchronousity in setting mysql_`query`::error andunknown2007-10-291-1/+2
* | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-10-301-39/+39
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-09-101-39/+39
| |\ \ \ \
| | * | | | Bug #23333 stored function + non-transac table + transac table = breaks stmt-...unknown2007-08-211-39/+39
* | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-271-5/+3
|\ \ \ \ \ \
| * | | | | | Bug #30468: column level privileges not respected when joining tablesunknown2007-09-271-5/+3
| | |/ / / / | |/| | | |
* | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-221-1/+4
|\ \ \ \ \ \
| * | | | | | Bug#27216: functions with parameters of different date types may return wrongunknown2007-09-221-1/+4
| | |/ / / / | |/| | | |
* | | | | | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTunknown2007-09-211-2/+10
|/ / / / /
* | | | | Bug#28587 SELECT is blocked by INSERT waiting on read lock, even with low_pri...unknown2007-08-301-1/+1
|/ / / /
* | | | Merge chilla.local:/home/mydev/mysql-5.0-amainunknown2007-08-031-21/+29
|\ \ \ \
| * | | | (pushing for Andrei)unknown2007-07-301-19/+24
| * | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-07-261-3/+6
| |\ \ \ \
| | * | | | Bug #29571: INSERT DELAYED IGNORE written to binary log on unknown2007-07-261-3/+6
* | | | | | BUG#29152 - INSERT DELAYED does not use concurrent_insert on slaveunknown2007-07-311-1/+8
|/ / / / /
* | | | | Rename all references to 'Delayed_insert' instances from 'tmp' to 'di'unknown2007-07-191-50/+50
* | | | | A fix for Bug#29431 killing an insert delayed thread causes crashunknown2007-07-191-8/+28
|/ / / /
* | | | Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.0-enginesunknown2007-07-061-0/+8
|\ \ \ \
| * | | | Bug#25511unknown2007-06-281-0/+8
* | | | | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-06-271-41/+51
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#28677: SELECT on missing column gives extra errorunknown2007-06-181-41/+51
* | | | | Bug#28904: INSERT .. ON DUPLICATE was silently updating rows when it shouldn't.unknown2007-06-121-13/+13
* | | | | Bug#28505: mysql_affected_rows() may return wrong result if CLIENT_FOUND_ROWSunknown2007-06-071-4/+10
* | | | | Bug#22725 Replication outages from ER_SERVER_SHUTDOWN (1053) set in replicati...unknown2007-05-291-1/+1
* | | | | Bug#22725 Replication outages from ER_SERVER_SHUTDOWN (1053) set in replicati...unknown2007-05-281-1/+27
|/ / / /
* | | | Fix a failing assert.unknown2007-05-161-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-05-161-75/+165
|\ \ \ \
| * | | | A fix and a test case for unknown2007-05-161-81/+171
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-05-151-158/+254
|\ \ \ \ \
| * | | | | Fix a warning.unknown2007-05-141-6/+6
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-05-111-81/+101
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix for:unknown2007-05-111-81/+101
| * | | | | Follow the coding style with class names.unknown2007-05-101-23/+23
| * | | | | No semantical change. Move checks of compatibilityunknown2007-05-101-50/+126
| |/ / / /
* | | | | Fixed bug #28000.unknown2007-05-111-1/+2
|/ / / /