summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-1/+1
* Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-7/+7
|\
| * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-1/+1
| |\
| * \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-3/+60
| |\ \
| * \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-1/+7
| |\ \ \
| * \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-2/+2
| |\ \ \ \
| * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-12-101-7/+7
| |\ \ \ \ \
| | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-09-101-7/+7
| | |\ \ \ \ \
| | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-07-021-7/+7
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releasecmiller@zippy.cornsilk.net2007-04-261-7/+7
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-04-031-7/+7
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/build-200702201448-5.0.36/mysql-5.0-re...cmiller@zippy.cornsilk.net2007-02-271-7/+7
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Prevent bugs by making DBUG_* expressions syntactically equivalent cmiller@zippy.cornsilk.net2007-02-221-7/+7
| | | | | | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communitycmiller@zippy.cornsilk.net2007-01-031-7/+7
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Bug#24795: Add SHOW PROFILEcmiller@zippy.cornsilk.net2007-01-031-7/+7
* | | | | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2009-03-051-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Bug#37460 Assertion failed: !table->file || table->file->inited == handler::NONESergey Glukhov2008-11-271-0/+26
* | | | | | | | | | | Bug#38499: flush tables and multitable table update withGleb Shchepa2008-10-091-0/+20
* | | | | | | | | | | Bug #38691: segfault/abort in ``UPDATE ...JOIN'' whileGleb Shchepa2008-10-081-1/+12
* | | | | | | | | | | BUG#35478: sort_union() returns bad data when sort_buffer_size is hitSergey Petrunia2008-07-151-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fixed bug#36676: multiupdate using LEFT JOIN updates onlygshchepa/uchum@host.loc2008-05-181-0/+6
* | | | | | | | | | Merge host.loc:/home/uchum/work/mysql-5.0gshchepa/uchum@host.loc2008-03-271-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes)gkodinov/kgeorge@macbook.gmz2008-03-211-1/+1
| |/ / / / / / / /
* | | | | | | | | bug#33329 extraneous ROLLBACK in binlog on connection does not use trans tablesaelkin/andrei@mysql1000.dsl.inet.fi2008-02-141-1/+1
* | | | | | | | | Bug#33329 extraneous ROLLBACK in binlog on connection aelkin/elkin@koti.dsl.inet.fi2008-02-041-1/+1
|/ / / / / / / /
* | | | | | | | 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
| |\ \ \ \ \