~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:25:05 UTC
  • Revision ID: brian@tangent.org-20080720072505-q4713t2you563w5t
More my_bool... man am I getting tired of writing this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2119
2119
      thd->options|= OPTION_KEEP_LOG;
2120
2120
    }
2121
2121
    /* DDL and binlog write order protected by LOCK_open */
2122
 
    res= mysql_rm_table(thd, first_table, lex->drop_if_exists,
2123
 
                        lex->drop_temporary);
 
2122
    res= mysql_rm_table(thd, first_table, lex->drop_if_exists, lex->drop_temporary);
2124
2123
  }
2125
2124
  break;
2126
2125
  case SQLCOM_SHOW_PROCESSLIST: