summaryrefslogtreecommitdiff
path: root/sql/lock.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-3/+18
* Cleanups during review of new codemonty@mysql.com2005-08-111-5/+1
* Fix bug #11934 Two sequential FLUSH TABLES WITH READ LOCK hangs clientevgen@moonbone.local2005-08-031-1/+1
* After merge fixesmonty@mysql.com2005-07-281-4/+5
* Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-13/+18
|\
| * Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2005-07-271-5/+15
| |\
| | * Review fixes:monty@mysql.com2005-07-261-5/+15
| * | Review of new code:monty@mysql.com2005-07-271-5/+2
* | | Missing initialisation of table->s->db in lock_table_namepappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-271-0/+1
* | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-211-6/+17
|\ \ \ | |/ /
| * | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.0pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-201-6/+17
| |\ \ | | |/
| | * Bug #10600 After review fixesmronstrom@mysql.com2005-07-201-2/+1
| | * Bug #10600mronstrom@mysql.com2005-07-191-6/+18
* | | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-191-3/+16
* | | Implementation of Monty's idea: Now we can open mysql.proc table for lookupdlenev@mysql.com2005-07-131-0/+13
* | | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-06-011-49/+21
|\ \ \ | |/ /
| * | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-05-311-48/+21
| |\ \ | | |/
| | * Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-05-311-48/+21
| * | Merge from 4.0 needs fixesingo@mysql.com2005-04-271-2/+49
| |\ \ | | |/
| | * Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlockingo@mysql.com2005-04-271-2/+49
* | | Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlockingo@mysql.com2005-04-271-2/+49
* | | XID SQL syntaxserg@serg.mylan2005-04-041-5/+12
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-171-15/+15
|\ \ \
| * | | global read lock code now uses a dedicated mutexserg@serg.mylan2005-03-161-15/+15
* | | | Cleanup during reviewsmonty@mysql.com2005-03-161-1/+1
|/ / /
* | | Merge mysql.com:/home/mysql_src/mysql-4.1-cleanguilhem@mysql.com2005-02-231-2/+3
|\ \ \ | |/ /
| * | FIx for BUG#8682 "flush_block_commit test hangs on HPUX":guilhem@mysql.com2005-02-231-2/+3
* | | added variable NDB_MGM to be able to run the management client in teststomas@poseidon.ndb.mysql.com2005-01-201-3/+4
* | | First stage of table definition cachemonty@mysql.com2005-01-061-8/+9
* | | revert "LOCK TABLES ... WHERE ENGINE=INNODB"serg@serg.mylan2004-12-271-58/+0
* | | Print a error message if the handler don't support transactional tablejan@hundin.mysql.fi2004-12-161-6/+14
* | | Content merge.jan@hundin.mysql.fi2004-12-091-0/+62
|\ \ \
| * | | Added support for a LOCK TABLES...WHERE ENGINE = InnoDB query which setsjan@hundin.mysql.fi2004-12-091-0/+62
* | | | Merge with 4.1monty@mysql.com2004-12-061-4/+61
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-11-301-4/+61
| |\ \ | | |/
| | * two-line fix for BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FL...guilhem@mysql.com2004-11-301-4/+61
* | | Making FLUSH TABLES WITH READ LOCK killable while it's waiting for running co...guilhem@mysql.com2004-12-021-5/+19
* | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-2/+1
* | | mergebell@sanja.is.com.ua2004-11-121-2/+4
|\ \ \
| * | | post-review fixesbell@sanja.is.com.ua2004-11-121-2/+4
* | | | merge with 4.1monty@mysql.com2004-10-291-2/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge with 4.0monty@mysql.com2004-10-201-2/+8
| |\ \ | | |/
| | * Fix for BUG#5949 "error code 1223 in binlog when using innobackup":guilhem@mysql.com2004-10-111-2/+8
* | | Merge with 4.1monty@mysql.com2004-09-061-13/+60
|\ \ \ | |/ /
| * | Review of new pushed code (Indentation fixes and simple optimizations)monty@mysql.com2004-08-311-1/+2
| * | Portablity fixes & simple optimizationsmonty@mysql.com2004-08-241-2/+6
| * | mergedserg@serg.mylan2004-08-201-7/+47
| |\ \ | | |/
| | * Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,guilhem@mysql.com2004-08-201-7/+47
| * | manually mergedserg@serg.mylan2004-08-181-7/+9
| |\ \ | | |/
| | * Fix for:guilhem@mysql.com2004-07-311-7/+9