3153 Luis Soares 2010-11-30 [merge]
BUG 57288: automerged mysql-5.1-bugteam into mysql-5.5-bugteam.
modified:
sql/log.cc
3152 Christopher Powers 2010-11-30 [merge]
Null-merge from mysql-5.1-bugteam
=== modified file 'sql/log.cc'
--- a/sql/log.cc 2010-11-12 06:23:26 +0000
+++ b/sql/log.cc 2010-11-30 18:17:06 +0000
@@ -3308,7 +3308,7 @@ bool MYSQL_BIN_LOG::reset_logs(THD* thd)
}
/* Start logging with a new file */
- close(LOG_CLOSE_INDEX);
+ close(LOG_CLOSE_INDEX | LOG_CLOSE_TO_BE_OPENED);
if ((error= my_delete_allow_opened(index_file_name, MYF(0)))) // Reset (open will update)
{
if (my_errno == ENOENT)
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-bugteam branch (luis.soares:3152 to 3153) | Luis Soares | 30 Nov |