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

Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.cc

merged manually by guilhem.
This commit is contained in:
pem@mysql.comhem.se
2004-04-28 12:08:54 +02:00
parent dfd59e296e
commit d42b145817
25 changed files with 1049 additions and 842 deletions

View File

@ -1351,7 +1351,7 @@ bool delayed_insert::handle_inserts(void)
on this table until all entries has been processed
*/
if (group_count++ >= max_rows && (row= rows.head()) &&
(!(row->log_query & DELAYED_LOG_BIN && using_bin_log) ||
(!(row->log_query & using_bin_log) ||
row->query))
{
group_count=0;