summaryrefslogtreecommitdiff
path: root/sql/sql_delete.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0 for 4.1 releaseunknown2004-10-061-0/+2
|\
| * A fix (Bug #5415: Table marked as crashed after DELETE queries).unknown2004-09-191-0/+2
* | renamed ha_recovery_logging to ha_enable_transactionunknown2004-09-031-2/+5
* | manually mergedunknown2004-08-241-7/+1
|\ \ | |/
| * Fix for BUG#5033 "When using temporary tables truncate does NOT reset the aut...unknown2004-08-231-4/+1
* | mergedunknown2004-06-231-2/+2
|\ \
| * | handler interface cleanups:unknown2004-06-231-2/+2
* | | Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be ...unknown2004-06-091-1/+11
|/ /
* | Added missing return statementunknown2004-04-121-3/+4
* | after review PS fixesunknown2004-04-101-12/+36
* | merge with 4.0unknown2004-03-161-4/+5
|\ \ | |/
| * Rollback UPDATE/DELETE statements on killunknown2004-03-041-4/+5
* | merge with 4.0unknown2004-02-221-1/+5
|\ \ | |/
| * Cleanupsunknown2004-02-221-2/+1
| * Fix for a bug #2799.unknown2004-02-191-2/+7
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-1/+0
|\ \
| * | now all tables of query are locked in one place (including derived tables)unknown2004-02-011-1/+0
* | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-1/+1
|/ /
* | Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safeunknown2003-12-201-0/+1
* | merge with lex pointer change patchunknown2003-12-191-7/+6
|\ \
| * | Fixed memory overrun bug in DELETE ... ORDER BYunknown2003-12-191-6/+6
* | | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-13/+13
|/ /
* | Merge with 4.0.17unknown2003-12-171-4/+18
|\ \ | |/
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+5
| |\
| | * Fix for BUG#2083unknown2003-12-161-0/+5
| * | sql_delete.cc, sql_update.cc, sql_class.h:unknown2003-12-121-6/+5
| * | Many files:unknown2003-12-111-1/+5
| * | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-3/+9
| |/
* | QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_l...unknown2003-12-061-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-11-181-0/+3
|\ \
| * | IGNORE option was added for DELETE statement (WL#1334)unknown2003-11-171-0/+3
* | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-3/+2
|/ /
* | mergedunknown2003-10-211-3/+4
|\ \
| * | key_map with more that 64 bits widthunknown2003-10-111-3/+4
* | | merge with 4.0 for more memory allocation variables.unknown2003-10-131-1/+1
|\ \ \ | |/ / |/| / | |/
| * Add new user variables for tuning memory usage:unknown2003-10-111-1/+2
* | mergeunknown2003-08-191-1/+9
|\ \
| * \ Merge with 4.0.14unknown2003-08-111-1/+9
| |\ \
| | * | Safety and speedup fixes:unknown2003-07-141-3/+3
| | * | Fix for BUG#791:unknown2003-07-111-3/+3
| | |/
| | * Cleanupsunknown2003-07-091-6/+9
| | * sql_delete.cc:unknown2003-07-071-1/+6
* | | Code cleanupunknown2003-08-161-2/+1
* | | (SCRUM)unknown2003-07-031-1/+1
|/ /
* | ixed wrong unlock of tables (new bug)unknown2003-05-261-2/+4
* | ha_innodb.cc:unknown2003-05-261-11/+13
* | Merge with 4.0.13unknown2003-05-191-1/+1
|\ \ | |/
| * "delete from table where const" bug fixedunknown2003-05-031-1/+1
* | Post-merge fix.unknown2003-04-261-2/+2
* | A fix for DELETE with ORDER BY and LIMIT.unknown2003-04-091-6/+9