3529 Luis Soares 2010-11-30 [merge]
BUG 57288: automerged bzr bundle from bug report.
modified:
sql/log.cc
3528 Christopher Powers 2010-11-30 [merge]
Null-merge from mysql-5.0-bugteam
=== modified file 'sql/log.cc'
--- a/sql/log.cc 2010-10-20 18:21:40 +0000
+++ b/sql/log.cc 2010-11-30 16:55:28 +0000
@@ -3037,7 +3037,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.1-bugteam branch (luis.soares:3528 to 3529) | Luis Soares | 30 Nov |