Below is the list of changes that have just been committed into a local
maria repository of bell. When bell does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-03-24 01:38:57+02:00, bell@stripped +1 -0
Fixed bug of non-unlocked rw-lock in case of
absence of opened files.
storage/maria/ma_loghandler.c@stripped, 2008-03-24 01:38:55+02:00, bell@stripped +1 -0
Fixed bug of non-unlocked rw-lock in case of
absence of opened files.
diff -Nrup a/storage/maria/ma_loghandler.c b/storage/maria/ma_loghandler.c
--- a/storage/maria/ma_loghandler.c 2008-03-21 23:29:01 +02:00
+++ b/storage/maria/ma_loghandler.c 2008-03-24 01:38:55 +02:00
@@ -900,6 +900,7 @@ static TRANSLOG_FILE *get_logfile_by_num
log_descriptor.open_files.elements)
{
DBUG_PRINT("info", ("File #%u is not opened", file_no));
+ rw_unlock(&log_descriptor.open_files_lock);
DBUG_RETURN(NULL);
}
DBUG_ASSERT(log_descriptor.max_file - log_descriptor.min_file + 1 ==
| Thread |
|---|
| • bk commit into maria tree (bell:1.2622) | sanja | 24 Mar |