Commit 23da26eb authored by He Zhenxing's avatar He Zhenxing

Post fix for previous patch of bug#37148

sql/sql_table.cc:
  Add the missing return 0
parent b9268fc8
......@@ -3599,6 +3599,7 @@ static inline int write_create_table_bin_log(THD *thd,
(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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment