summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG#18036 - update of table joined to self reports table as crashedunknown2006-06-191-1/+1
* 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
|\
| * BUG#5390 - problems with merge tablesunknown2005-12-071-2/+1
* | Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATEunknown2005-12-081-1/+1
|/
* Fix bug#15028 Multitable update returns different numbers of matched rowsunknown2005-12-011-6/+7
* Fix bug#14186 select datefield is null not updatedunknown2005-10-281-4/+12
* Added more tests for new UPDATE ... ORDER BY ... LIMIT optimizationunknown2005-10-251-13/+11
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-10-181-7/+25
|\
| * BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMITunknown2005-09-301-7/+25
* | - set 'updating' in both tables list if we have two of them (because of subqu...unknown2005-10-141-2/+6
* | BUG#12618: Removing fake lockingunknown2005-10-101-3/+0
|/
* Fixed error found during review of new pushed codeunknown2005-09-251-0/+1
* Merge from 4.0unknown2005-02-181-1/+4
|\
| * Merge mysql.com:/home/bkroot/mysql-4.0unknown2005-02-181-1/+4
| |\
| | * Bug#7879: Using TL_READ_NO_INSERT locks instead of TL_READ locks when unknown2005-02-151-1/+4
* | | Fixed during review of new pulled codeunknown2005-02-021-0/+3
* | | configure.inunknown2005-02-021-6/+7
* | | Bug#7011unknown2005-01-311-20/+35
|\ \ \ | |/ /
| * | Bug#7011unknown2005-01-301-18/+33
| |/
* | fixes/cleanups according to Coverity reportunknown2005-01-241-5/+4
* | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagunknown2004-12-311-12/+10
* | Merge Bug#7391 from 4.0unknown2004-12-181-2/+18
|\ \ | |/
| * Remove bogus linesunknown2004-12-181-7/+0
| * Bug#7391 - Multi-table UPDATE security regressionunknown2004-12-181-0/+20
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-1/+0
|\ \
| * | Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | | New fix for bug#6796 Wrong outcome of update operation of ndb tableunknown2004-12-061-3/+2
* | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-061-1/+2
|\ \ \
| * | | Fix for Bug #6794 Wrong outcome of update operation of ndb tableunknown2004-11-281-1/+2
| |/ /
* | | Bug#6391 (binlog-do-db rules ignored)unknown2004-12-031-2/+2
|/ /
* | After merge fixesunknown2004-10-071-9/+28
* | Merge with 4.0 for 4.1 releaseunknown2004-10-061-76/+151
|\ \ | |/
| * Reverted patch for new usage of open_count as it caused more problems than it...unknown2004-10-061-43/+67
| * Bug#4118: multi-table UPDATE takes WRITE lock on read tableunknown2004-10-031-14/+90
| * Bug#5553 - Multi table UPDATE IGNORE fails on dup keyunknown2004-09-171-2/+6
* | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-2/+2
* | check that table used in multi-update is unique added (BUG#5455)unknown2004-09-081-5/+21
* | New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-1/+4
* | mergedunknown2004-06-231-9/+12
|\ \
| * | handler interface cleanups:unknown2004-06-231-9/+12
* | | Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be ...unknown2004-06-091-2/+4
|/ /
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-051-7/+6
|\ \
| * | caching of queries with isammerge tables forbiden using general wayunknown2004-05-051-7/+6
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-3/+1
|\ \ \ | |/ / |/| |
| * | Fix to handle unsigned data in prepared statements (Bug #3447)unknown2004-05-041-3/+1