#At file:///media/sdb2/hezx/work/mysql/bzrwork/b37148/next-mr-bugfixing/ based on revid:zhenxing.he@stripped
2958 He Zhenxing 2009-11-21
Post fix for previous patch of bug#37148
@ sql/sql_table.cc
Add the missing return 0
M sql/sql_table.cc
=== modified file 'sql/sql_table.cc'
--- a/sql/sql_table.cc 2009-11-21 04:28:01 +0000
+++ b/sql/sql_table.cc 2009-11-21 11:50:15 +0000
@@ -3599,6 +3599,7 @@ static inline int write_create_table_bin
(thd->current_stmt_binlog_row_based &&
!(create_info->options & HA_LEX_CREATE_TMP_TABLE))))
return write_bin_log(thd, TRUE, thd->query(), thd->query_length());
+ return 0;
}
Attachment: [text/bzr-bundle] bzr/zhenxing.he@sun.com-20091121115015-106lweppeg9vmi7q.bundle
| Thread |
|---|
| • bzr commit into mysql-5.6-next-mr-bugfixing branch (zhenxing.he:2958)Bug#37148 | He Zhenxing | 21 Nov |