summaryrefslogtreecommitdiff
path: root/sql/lock.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#18544 - LOCK TABLES timeout causes MyISAM table corruptionunknown2006-04-191-1/+53
* Merge mysql.com:/home/mydev/mysql-4.0-bug5390unknown2006-02-201-4/+16
|\
| * BUG#5390 - problems with merge tablesunknown2006-02-201-4/+16
* | Merge mysql.com:/home/mydev/mysql-4.0-bug5390unknown2006-01-231-79/+168
|\ \ | |/
| * BUG#5390 - problems with merge tablesunknown2006-01-231-73/+166
| * BUG#5390 - problems with merge tablesunknown2005-11-291-3/+86
* | A fix for Bug#7209 "Client error with "Access Denied" on updates unknown2006-01-041-2/+3
* | BUG#5390 - problems with merge tablesunknown2005-12-071-3/+86
* | Merge mysql.com:/home/my/mysql-4.0unknown2005-07-271-5/+15
|\ \ | |/
| * Review fixes:unknown2005-07-261-5/+15
* | Review of new code:unknown2005-07-271-5/+2
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-07-201-6/+17
|\ \ | |/
| * Bug #10600 After review fixesunknown2005-07-201-2/+1
| * Bug #10600unknown2005-07-191-6/+18
* | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...unknown2005-05-311-48/+21
|\ \ | |/
| * Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...unknown2005-05-311-48/+21
* | Merge from 4.0 needs fixesunknown2005-04-271-2/+49
|\ \ | |/
| * Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlockunknown2005-04-271-2/+49
* | FIx for BUG#8682 "flush_block_commit test hangs on HPUX":unknown2005-02-231-2/+3
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-11-301-4/+61
|\ \ | |/
| * two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FL...unknown2004-11-301-4/+61
* | Merge with 4.0unknown2004-10-201-2/+8
|\ \ | |/
| * Fix for BUG#5949 "error code 1223 in binlog when using innobackup":unknown2004-10-111-2/+8
* | Review of new pushed code (Indentation fixes and simple optimizations)unknown2004-08-311-1/+2
* | Portablity fixes & simple optimizationsunknown2004-08-241-2/+6
* | mergedunknown2004-08-201-7/+47
|\ \ | |/
| * Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,unknown2004-08-201-7/+47
* | manually mergedunknown2004-08-181-7/+9
|\ \ | |/
| * Fix for:unknown2004-07-311-7/+9
* | Support for character set conversion in binary protocol: another gounknown2004-05-251-2/+2
* | Force clients to recompile if client lib changes (Bug #3009)unknown2004-03-301-10/+42
* | merge with 4.0unknown2004-03-161-0/+5
|\ \ | |/
| * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-0/+5
* | Optimizationsunknown2004-03-151-1/+1
* | mergeunknown2003-09-241-2/+0
|\ \
| * | Remove 'extern' references from .cc filesunknown2003-09-131-2/+0
* | | SCRUMunknown2003-09-191-1/+1
|/ /
* | Merge with 4.0unknown2003-03-161-2/+93
|\ \ | |/
| * Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-071-2/+74
| |\
| | * Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE i...unknown2003-03-031-2/+74
| | * Change name -> alias in TABLE_LIST.unknown2002-09-211-2/+2
| * | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-041-0/+19
* | | Portability fixes (for windows)unknown2003-01-211-2/+1
* | | Merge with 4.0unknown2002-11-211-5/+7
|\ \ \ | |/ /
| * | Added 'table lock' state while MySQL is waiting to get locks for tables.unknown2002-11-211-1/+3
| * | Small improvement to alloc_rootunknown2002-11-161-0/+1
| * | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-051-4/+3
* | | changes for mysqladmin debugunknown2002-10-301-0/+11
|/ /
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-2/+2
* | Increased max possible max_allowed_packet to 1Gunknown2002-09-191-1/+41