~mordred/drizzle/code-cleanup-fix-headers

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2008-11-12 01:27:19 UTC
  • Revision ID: brian@tangent.org-20081112012719-rz97qt34iii2f73o
Next pass in removing/standardizing replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
1162
1162
  if (!session->temporary_tables)
1163
1163
    return;
1164
1164
 
1165
 
  if (!mysql_bin_log.is_open() || session->current_stmt_binlog_row_based)
 
1165
  if (!mysql_bin_log.is_open() || true )
1166
1166
  {
1167
1167
    Table *tmp_next;
1168
1168
    for (table= session->temporary_tables; table; table= tmp_next)