summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-02-261-0/+5
|\
| * Bug#23800: Outer fields in correlated subqueries is used in a temporary tableunknown2007-02-211-0/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-02-211-1/+0
|\ \ | |/ |/|
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-1/+0
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-1/+0
* | | Fixed bug #25931.unknown2007-02-071-0/+9
* | | Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records wereunknown2007-02-071-1/+1
* | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optunknown2007-01-261-1/+1
|\ \ \
| * | | Bug#25172: Not checked buffer size leads to a server crash.unknown2007-01-191-1/+1
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-031-1/+1
|\ \ \ | |/ /
| * | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0-enginesunknown2006-12-291-2/+1
|\ \ \ | |/ /
| * | Many files:unknown2006-12-231-2/+1
| |/
* | After merge fix.unknown2006-12-271-3/+5
* | Merge mysql.com:/home/svoj/devel/mysql/BUG21310/mysql-4.1-enginesunknown2006-12-201-76/+62
|\ \ | |/ |/|
| * Merge mysql.com:/home/svoj/devel/bk/mysql-4.1-enginesunknown2006-12-201-72/+59
| |\
| | * BUG#21310 - Trees in SQL causing a "crashed" table with MyISAM storage engineunknown2006-12-201-72/+59
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-021-2/+2
| |\ \ | | |/ | |/|
| | * BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID.unknown2006-10-061-2/+2
* | | Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-1/+1
* | | Remove compiler warningsunknown2006-11-201-2/+2
* | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0unknown2006-10-191-1/+1
|\ \ \
| * \ \ Merge bk-internal:/home/bk/mysql-5.0-optunknown2006-10-171-1/+1
| |\ \ \
| | * | | Bug#21798: memory leak during query execution with subquery in columnunknown2006-10-171-1/+1
* | | | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-10-081-0/+6
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/svoj/devel/mysql/BUG21381/mysql-4.1-enginesunknown2006-10-051-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | BUG#21381 - Engine not notified about multi-table UPDATE IGNOREunknown2006-10-051-0/+6
| | | |/ | | |/|
| | * | BUG#7391 - Cross-database multi-table UPDATE uses active databaseunknown2006-08-031-1/+1
| | * | gcc 4.1 linux warning fixes backported from 5.0.unknown2006-06-281-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-10-021-2/+2
|\ \ \ \
| * | | | BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_IDunknown2006-10-021-2/+2
| |/ / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-09-301-11/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesunknown2006-09-211-11/+5
* | | | Fixed bug #21493: crash for the second execution of a functionunknown2006-09-161-1/+2
| |_|/ |/| |
* | | Fixed bug#21261: Wrong access rights was required for an insert into a viewunknown2006-08-151-2/+2
|/ /
* | Merge bodhi.local:/opt/local/work/mysql-5.0-rootunknown2006-07-071-1/+6
|\ \
| * | Fix for bug#18437 "Wrong values inserted with a before update trigger onunknown2006-07-021-0/+6
* | | Bug #20784 Uninitialized memory in update on table with PK not on first columnunknown2006-07-041-3/+22
|/ /
* | Addition to fix forunknown2006-06-191-1/+6
* | Merge may.pils.ru:/home/svoj/devel/mysql/BUG18036/mysql-4.1unknown2006-06-191-1/+1
|\ \ | |/
| * BUG#18036 - update of table joined to self reports table as crashedunknown2006-06-191-1/+1
* | BUG#18681: View privileges are brokenunknown2006-05-261-7/+10
* | Fixed bug #16281: Multi-table update broken in 5.0 on tables imported from 4.1unknown2006-04-051-0/+5
* | Fixed compiler warnings from gcc 4.0.2:unknown2006-02-251-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-02-161-2/+2
|\ \
| * | Fix for bug #16593 "Deadlock or crash in stress test for case whereunknown2006-02-161-2/+2
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2006-02-021-2/+12
|\ \ \ | |/ / |/| / | |/
| * BUG#15935: post-review fixes: added commentunknown2006-01-261-0/+10
| * BUG#15935: In mysql_update, don't use full index scan when we could have used...unknown2006-01-251-2/+1
| * Merge mysql.com:/home/mydev/mysql-4.1unknown2005-12-271-2/+1
| |\