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-03 23:23:21+02:00, bell@stripped +1 -0
Removed incorrect clearing IN_SWITCH status. (BUG#34161)
storage/maria/ma_pagecache.c@stripped, 2008-03-03 23:23:18+02:00, bell@stripped +0 -1
Removed incorrect clearing IN_SWITCH status.
diff -Nrup a/storage/maria/ma_pagecache.c b/storage/maria/ma_pagecache.c
--- a/storage/maria/ma_pagecache.c 2008-02-26 22:32:02 +02:00
+++ b/storage/maria/ma_pagecache.c 2008-03-03 23:23:18 +02:00
@@ -1910,7 +1910,6 @@ restart:
/* Resubmit the request */
goto restart;
}
- block->status&= ~PCBLOCK_IN_SWITCH;
}
else
{