summaryrefslogtreecommitdiff
path: root/sql/lock.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-1/+1
|\
| * Bug#34306: Can't make copy of log tables when server binary log is enabledDavi Arnaut2008-09-291-1/+1
* | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-0/+1
|\ \ | |/
| * Fix for bug #35732: read-only blocks SELECT statements in InnoDBunknown2008-04-081-0/+1
* | Merge janus.mylan:/usr/home/serg/Abk/mysql-5.1unknown2007-12-271-4/+4
|\ \ | |/ |/|
| * Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-4/+4
| |\
| | * Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-4/+4
| | |\
| | | * Fixed several bugs found by running *.test with maria engineunknown2007-09-031-2/+2
| | | * Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-071-2/+2
| | | |\
| | | | * in mysql_unlock_tables(), do thr_unlock() AFTER external_unlock().unknown2007-07-041-2/+2
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maintunknown2007-12-201-3/+17
|\ \ \ \ \ | |/ / / /
| * | | | Bug#30273 - merge tables: Can't lock file (errno: 155)unknown2007-12-111-3/+17
| |/ / /
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-forcollapseandmergeunknown2007-12-141-116/+103
|\ \ \ \
| * | | | Doxygenization of comments.unknown2007-10-111-116/+103
| |/ / /
* | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-comeng-unificationunknown2007-10-171-64/+264
|\ \ \ \ | |/ / /
| * | | Merge moksha.local:/Users/davi/mysql/push/bugs/25164-5.0unknown2007-08-271-0/+2
| |\ \ \
| | * | | Bug#25164 create table `a` as select * from `A` hangsunknown2007-08-271-0/+2
| | * | | Bug#29936 (Stored Procedure DML ignores low_priority_updates setting)unknown2007-08-161-0/+1
| * | | | Bug#29936 (Stored Procedure DML ignores low_priority_updates setting)unknown2007-08-171-0/+1
| * | | | Provide initial module structure to Doxygen.unknown2007-08-151-1/+8
| * | | | Fix doxygen warnings.unknown2007-08-151-4/+9
| * | | | Don't save & restore time fields from thd when it's not needed.unknown2007-08-021-0/+4
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-08-021-1/+1
| |\ \ \ \
| | * | | | Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-1/+1
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-07-311-16/+109
| |\ \ \ \ \
| | * \ \ \ \ Merge bodhi.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-07-311-3/+27
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | A fix and a test case for Bug#24918 drop table and lock / inconsistentunknown2007-07-271-6/+29
| | * | | | | Code review changesunknown2007-07-271-11/+30
| | * | | | | WL#3984 (Revise locking of mysql.general_log and mysql.slow_log)unknown2007-07-271-13/+63
| | | |/ / / | | |/| | |
| * | | | | Merge mysql.com:/home/svoj/devel/bk/mysql-5.1-enginesunknown2007-07-251-1/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | BUG#29806 - binlog_innodb.test creates a server logunknown2007-07-251-1/+7
| | | |/ / | | |/| |
| * | | | Merge adventure.(none):/home/thek/Development/cpp/bug21074/my51-bug21074unknown2007-07-021-0/+96
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#21074 Large query_cache freezes mysql server sporadically under heavy loadunknown2007-07-021-0/+96
| * | | | Merge maint1.mysql.com:/data/localhome/tsmith/bk/51unknown2007-06-181-8/+7
| |\ \ \ \
| | * | | | Sdditional fix-up for bug #26380: LOCK TABLES + FLUSH LOGS causes deadlockunknown2007-06-181-5/+6
| | * | | | Fix for bug #26380: LOCK TABLES + FLUSH LOGS causes deadlockunknown2007-06-171-3/+1
| | |/ / /
| * | | | Merge mysql.com:/home/svoj/devel/mysql/BUG28574/mysql-5.0-enginesunknown2007-06-011-0/+7
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge mysql.com:/home/svoj/devel/mysql/BUG28574/mysql-4.1-enginesunknown2007-06-011-0/+7
| | |\ \
| | | * | BUG#28574 - repair table causes queries to fail with variousunknown2007-06-011-0/+7
| | | * | BUG#21310 - Trees in SQL causing a "crashed" table with MyISAM storage engineunknown2006-12-201-1/+1
| | * | | Fix for:unknown2007-05-111-27/+6
| * | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-15/+15
| |\ \ \ \
| | * | | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-21/+21
| * | | | | Fix for:unknown2007-05-111-23/+3
| |/ / / /
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-enterprise-former...unknown2007-04-271-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community-formerge51unknown2007-04-251-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-031-4/+4
| | |\ \ \
| | | * | | Prevent bugs by making DBUG_* expressions syntactically equivalent unknown2007-02-221-4/+4
| | | * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-communityunknown2007-01-031-4/+4
| | | |\ \ \
| | | | * | | Bug#24795: Add SHOW PROFILEunknown2007-01-031-4/+4