1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge from mysql-5.1 to mysql-5.5

This commit is contained in:
Sujatha Sivakumar
2013-03-28 14:18:51 +05:30
4 changed files with 17 additions and 2 deletions

View File

@@ -2004,6 +2004,8 @@ bool show_binlogs(THD* thd)
if (protocol->write())
goto err;
}
if(index_file->error == -1)
goto err;
mysql_bin_log.unlock_index();
my_eof(thd);
DBUG_RETURN(FALSE);