summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0-rplaelkin/elkin@koti.dsl.inet.fi2007-11-061-36/+34
|\
| * Bug #27571 asynchronousity in setting mysql_`query`::error andaelkin/elkin@koti.dsl.inet.fi2007-10-291-36/+34
* | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@bar.myoffice.izhnet.ru2007-10-301-12/+12
|\ \ | |/
| * Bug #29136 erred multi-delete on trans table does not rollback the statementaelkin/elkin@koti.dsl.inet.fi2007-10-131-11/+11
| * Bug #23333 stored function + non-transac table + transac table = breaks stmt-...aelkin/elkin@dsl-hkibras-fe38f900-157.dhcp.inet.fi2007-08-211-1/+1
* | type conversions fixed to avoid warnings on Windowsholyfoot/hf@mysql.com/hfmain.(none)2007-10-231-1/+1
|/
* addendum for the fix for bug 27417:gkodinov/kgeorge@magare.gmz2007-07-311-1/+2
* (pushing for Andrei)gkodinov/kgeorge@magare.gmz2007-07-301-21/+20
* Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpllars/lthalmann@dl145h.mysql.com2007-06-051-14/+76
|\
| * Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0-rplaelkin/elkin@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi2007-06-011-14/+76
| |\
| | * Bug #27716 multi-update did partially and has not binloggedaelkin/elkin@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi2007-06-011-14/+76
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0ibabaev@bk-internal.mysql.com2007-06-021-0/+31
|\ \ \ | |/ /
| * | Bug#22725 Replication outages from ER_SERVER_SHUTDOWN (1053) set in replicati...aelkin/elkin@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi2007-05-281-0/+31
* | | sql_update.cc:gshchepa/uchum@gleb.loc2007-05-301-2/+3
* | | Fixed bug #28716.gshchepa/uchum@gleb.loc2007-05-301-29/+112
|/ /
* | Bug#27878: Unchecked privileges on a view referring to a table from another evgen@moonbone.local2007-05-111-2/+3
* | Merge polly.local:/home/kaa/src/maint/bug22364/my50-bug22364kaa@polly.local2007-04-261-10/+9
|\ \ | |/ |/|
| * Fix for bug #22364 "Inconsistent "matched rows" when executing UPDATE"kaa@polly.local2007-04-231-10/+9
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2007-04-121-0/+26
|\ \
| * \ Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0mskold/marty@mysql.com/linux.site2007-04-051-0/+26
| |\ \ | | |/ | |/|
| | * Bug #26242 UPDATE with subquery and triggers failing with cluster tablesmskold/marty@mysql.com/linux.site2007-04-041-0/+26
* | | Bug #27395 OPTION_STATUS_NO_TRANS_UPDATE is not preserved at the end of SF()aelkin/elkin@andrepl.(none)2007-03-231-24/+24
|/ /
* | Merge bk@192.168.21.1:mysql-5.0holyfoot/hf@mysql.com/hfmain.(none)2007-03-081-3/+3
|\ \
| * \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-03-021-3/+3
| |\ \
| | * | Bug#25122: Views based on a self-joined table aren't insertable.evgen@moonbone.local2007-03-021-3/+3
* | | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimemalff/marcsql@weblab.(none)2007-03-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#8407 (Stored functions/triggers ignore exception handler)malff/marcsql@weblab.(none)2007-03-051-1/+1
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@mysql.com/eagle.(none)2007-02-261-0/+5
|\ \ \ \
| * | | | Bug#23800: Outer fields in correlated subqueries is used in a temporary tableevgen@moonbone.local2007-02-211-0/+5
| | |/ / | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-211-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-1/+0
| |\ \ \
| | * | | Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-1/+0
* | | | | Fixed bug #25931.igor@olga.mysql.com2007-02-071-0/+9
* | | | | Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records wereevgen@moonbone.local2007-02-071-1/+1
* | | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optgluh@mysql.com/eagle.(none)2007-01-261-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Bug#25172: Not checked buffer size leads to a server crash.evgen@moonbone.local2007-01-191-1/+1
| |/ / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0istruewing@chilla.local2007-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* | | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0-enginessvoj@mysql.com/june.mysql.com2006-12-291-2/+1
|\ \ \ \ | |/ / /
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/ /
* | | After merge fix.svoj@mysql.com/april.(none)2006-12-271-3/+5
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG21310/mysql-4.1-enginessvoj@mysql.com/april.(none)2006-12-201-76/+62
|\ \ \ | |/ / |/| |
| * | Merge mysql.com:/home/svoj/devel/bk/mysql-4.1-enginessvoj@mysql.com/april.(none)2006-12-201-72/+59
| |\ \
| | * | BUG#21310 - Trees in SQL causing a "crashed" table with MyISAM storage enginesvoj@mysql.com/april.(none)2006-12-201-72/+59
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1kostja@bodhi.local2006-11-021-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID.kroki/tomash@moonlight.intranet2006-10-061-2/+2
* | | | Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-1/+1
* | | | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-2/+2
| |_|/ |/| |
* | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0gkodinov@dl145s.mysql.com2006-10-191-1/+1
|\ \ \
| * \ \ Merge bk-internal:/home/bk/mysql-5.0-optgkodinov/kgeorge@macbook.gmz2006-10-171-1/+1
| |\ \ \