~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-11-22 23:34:06 UTC
  • Revision ID: brian@tangent.org-20081122233406-fj063eeoy2dxvdmh
Removing more options around changing replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
2536
2536
  session->rand_used= 0;
2537
2537
  session->sent_row_count= session->examined_row_count= 0;
2538
2538
 
2539
 
  /*
2540
 
    Because we come here only for start of top-statements, binlog format is
2541
 
    constant inside a complex statement (using stored functions) etc.
2542
 
  */
2543
 
  session->reset_current_stmt_binlog_row_based();
2544
 
 
2545
2539
  return;
2546
2540
}
2547
2541