1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post fix for previous patch of bug#37148

This commit is contained in:
He Zhenxing
2009-11-21 19:50:15 +08:00
parent 371ba9f0c0
commit 177ed0667e

View File

@ -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;
}