~fallenpegasus/drizzle/returning

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-01-26 00:19:35 UTC
  • Revision ID: brian@tangent.org-20090126001935-ghhkqscxth5u6a4c
Merge and fix for scheduler.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
1637
1637
                          DRIZZLE_ERROR::WARN_LEVEL_ERROR))
1638
1638
      return;;
1639
1639
 
1640
 
    session->is_slave_error=  1; // needed to catch query errors during replication
1641
 
 
1642
1640
    /*
1643
1641
      session->lex->current_select == 0 if lex structure is not inited
1644
1642
      (not query command (COM_QUERY))