#At
file:///home/acorreia/workspace.sun/repository.mysql/bzrwork/bug-47287/mysql-5.1-bugteam-push/
based on revid:ramil@stripped
3189 Alfranio Correia 2009-10-22
Post-fix for BUG#47287.
The label "end" was causing compiler warnings as it was no longer used.
To fix the problem we removed it.
modified:
sql/log.cc
=== modified file 'sql/log.cc'
--- a/sql/log.cc 2009-10-16 10:29:42 +0000
+++ b/sql/log.cc 2009-10-22 10:18:28 +0000
@@ -1549,7 +1549,6 @@ static int binlog_commit(handlerton *hto
trx_data->at_least_one_stmt_committed = my_b_tell(&trx_data->trans_log) >
0;
-end:
if (!all)
trx_data->before_stmt_pos = MY_OFF_T_UNDEF; // part of the stmt commit
DBUG_RETURN(error);
Attachment: [text/bzr-bundle]
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (alfranio.correia:3189)Bug#47287 | Alfranio Correia | 22 Oct 2009 |