summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix for a multi table updates when one of the tables is not updatedunknown2004-05-041-5/+6
|/ /
* | after review PS fixesunknown2004-04-101-24/+58
* | new error for unsupported command in PSunknown2004-04-081-6/+9
* | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-021-9/+6
* | after review changesunknown2004-03-201-4/+4
* | mergeunknown2004-03-181-1/+1
|\ \
| * | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+1
* | | merge with 4.0unknown2004-03-161-3/+10
|\ \ \ | |/ / |/| / | |/
| * Ensure that install_test_db.sh script works with both 'make install' and 'mak...unknown2004-03-121-3/+6
| * Rollback UPDATE/DELETE statements on killunknown2004-03-041-0/+4
* | mergeunknown2004-02-171-1/+1
|\ \
| * | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow...unknown2004-02-171-1/+1
* | | After merge fixesunknown2004-02-161-1/+8
* | | Merge with 4.0.18unknown2004-02-111-7/+18
|\ \ \ | |/ / |/| / | |/
| * Ensure that privileges are tested properly for multi-table-updates.unknown2004-02-031-4/+18
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-2/+0
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-2/+0
| |\ \
| | * | now all tables of query are locked in one place (including derived tables)unknown2004-02-011-2/+0
* | | | Added --compact to mysqlbinlogunknown2004-02-091-0/+3
|/ / /
* | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-2/+2
|/ /
* | Mergeunknown2004-01-201-1/+36
|\ \
| * | allow UPDATE and DELETE stetements with tables derived from subquery if they ...unknown2004-01-041-1/+36
* | | removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-1/+1
|/ /
* | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-11/+11
* | Fixes after merge with 4.0unknown2003-12-191-1/+2
* | Merge with 4.0.17unknown2003-12-171-3/+30
|\ \ | |/
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+4
| |\
| | * Fix for BUG#2083unknown2003-12-161-0/+4
| * | Fixed bug in last push found by valgrindunknown2003-12-141-1/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-131-1/+21
| |\ \
| | * \ Mergeunknown2003-12-131-1/+21
| | |\ \
| | | * | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+21
| | | |/
| * | | sql_delete.cc, sql_update.cc, sql_class.h:unknown2003-12-121-3/+2
| |/ /
| * | Many files:unknown2003-12-111-2/+6
| |/
* | QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_l...unknown2003-12-061-1/+1