summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #34889: mysql_client_test::test_mysql_insert_id test fails kaa@kaamos.(none)2008-03-051-1/+2
* Bug#29477: Not all fields of the target table were checked to have a defaultevgen@moonbone.local2008-01-111-1/+2
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@eagle.(none)2007-12-131-21/+45
|\
| * Merge polly.(none):/home/kaa/src/opt/bug9481/my50-bug9481kaa@polly.(none)2007-11-301-8/+40
| |\
| | * 5.0 version of the fix for bug #9481: mysql_insert_id() returns 0 afterkaa@polly.(none)2007-11-261-8/+40
| * | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTevgen@moonbone.local2007-11-191-13/+5
| |/
* | Merge mysql.com:/home/ram/work/mysql-5.0-enginesramil/ram@ramil.myoffice.izhnet.ru2007-11-291-2/+2
|\ \
| * | Fix for bug #32676: insert delayed crash with wrong column and function speci...ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-11-261-2/+2
| |/
* | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0-rplaelkin/elkin@koti.dsl.inet.fi2007-11-061-1/+2
|\ \
| * | Bug #27571 asynchronousity in setting mysql_`query`::error andaelkin/elkin@koti.dsl.inet.fi2007-10-291-1/+2
* | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@bar.myoffice.izhnet.ru2007-10-301-39/+39
|\ \ \ | |/ / | | / | |/ |/|
| * Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpllars/lthalmann@dl145h.mysql.com2007-09-101-39/+39
| |\
| | * Bug #23333 stored function + non-transac table + transac table = breaks stmt-...aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi2007-08-211-39/+39
* | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-09-271-5/+3
|\ \ \
| * | | Bug #30468: column level privileges not respected when joining tablesgkodinov/kgeorge@magare.gmz2007-09-271-5/+3
| | |/ | |/|
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@sunlight.local2007-09-221-1/+4
|\ \ \
| * | | Bug#27216: functions with parameters of different date types may return wrongevgen@sunlight.local2007-09-221-1/+4
| | |/ | |/|
* | | Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECTevgen@sunlight.local2007-09-211-2/+10
|/ /
* | Bug#28587 SELECT is blocked by INSERT waiting on read lock, even with low_pri...davi@moksha.local2007-08-301-1/+1
|/
* Merge chilla.local:/home/mydev/mysql-5.0-amainistruewing@chilla.local2007-08-031-21/+29
|\
| * (pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-19/+24
| * Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-07-261-3/+6
| |\
| | * Bug #29571: INSERT DELAYED IGNORE written to binary log on gkodinov/kgeorge@magare.gmz2007-07-261-3/+6
* | | BUG#29152 - INSERT DELAYED does not use concurrent_insert on slavesvoj@mysql.com/april.(none)2007-07-311-1/+8
|/ /
* | Rename all references to 'Delayed_insert' instances from 'tmp' to 'di'kostja@bodhi.(none)2007-07-191-50/+50
* | A fix for Bug#29431 killing an insert delayed thread causes crashkostja@bodhi.(none)2007-07-191-8/+28
|/
* Merge anubis.xiphis.org:/usr/home/antony/work/mysql-5.0-enginesantony@ppcg5.local2007-07-061-0/+8
|\
| * Bug#25511antony@ppcg5.local2007-06-281-0/+8
* | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optmhansson@dl145s.mysql.com2007-06-271-41/+51
|\ \ | |/ |/|
| * Bug#28677: SELECT on missing column gives extra errormhansson/martin@linux-st28.site2007-06-181-41/+51
* | Bug#28904: INSERT .. ON DUPLICATE was silently updating rows when it shouldn't.evgen@moonbone.local2007-06-121-13/+13
* | Bug#28505: mysql_affected_rows() may return wrong result if CLIENT_FOUND_ROWSevgen@moonbone.local2007-06-071-4/+10
* | Bug#22725 Replication outages from ER_SERVER_SHUTDOWN (1053) set in replicati...aelkin/elkin@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi2007-05-291-1/+1
* | Bug#22725 Replication outages from ER_SERVER_SHUTDOWN (1053) set in replicati...aelkin/elkin@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi2007-05-281-1/+27
|/
* Fix a failing assert.kostja@vajra.(none)2007-05-161-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimekostja@vajra.(none)2007-05-161-75/+165
|\
| * A fix and a test case for kostja@vajra.(none)2007-05-161-81/+171
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@vajra.(none)2007-05-151-158/+254
|\ \
| * | Fix a warning.kostja@vajra.(none)2007-05-141-6/+6
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mockturtle.local2007-05-111-81/+101
| |\ \ | | |/ | |/|
| | * Fix for:dlenev@mockturtle.local2007-05-111-81/+101
| * | Follow the coding style with class names.kostja@vajra.(none)2007-05-101-23/+23
| * | No semantical change. Move checks of compatibilitykostja@vajra.(none)2007-05-101-50/+126
| |/
* | Fixed bug #28000.gshchepa/uchum@gleb.loc2007-05-111-1/+2
|/
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2007-04-121-3/+48
|\
| * Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2007-04-051-3/+48
| |\
| | * Bug #26242 UPDATE with subquery and triggers failing with cluster tablesmskold/marty@mysql.com/linux.site2007-04-041-3/+48
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0jamppa@bk-internal.mysql.com2007-04-031-9/+9
|\ \ \ | |/ / |/| |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-marvelserg@sergbook.mysql.com2007-03-241-9/+9
| |\ \
| | * | Bug #27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF()aelkin/elkin@andrepl.(none)2007-03-231-9/+9