~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_func.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 17:35:06 UTC
  • Revision ID: brian@tangent.org-20081006173506-799lz31igxfrqb9a
Removed dead bit around SP/Triggers

Show diffs side-by-side

added added

removed removed

Lines of Context:
3672
3672
    calling statement. We must log all such variables even if they are 
3673
3673
    not involved in table-updating statements.
3674
3674
  */
3675
 
  if (!(opt_bin_log && 
3676
 
       (is_update_query(sql_command) || thd->in_sub_stmt)))
 
3675
  if (!(opt_bin_log && is_update_query(sql_command)))
3677
3676
  {
3678
3677
    *out_entry= var_entry;
3679
3678
    return 0;