~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2008-10-11 17:31:45 UTC
  • Revision ID: brian@tangent.org-20081011173145-qzws50bp0npuihzp
Removed dead bootstrap variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1069
1069
          END_OF_INPUT
1070
1070
          {
1071
1071
            THD *thd= YYTHD;
1072
 
            if (!thd->bootstrap &&
1073
 
              (!(thd->lex->select_lex.options & OPTION_FOUND_COMMENT)))
 
1072
            if (!(thd->lex->select_lex.options & OPTION_FOUND_COMMENT))
1074
1073
            {
1075
1074
              my_message(ER_EMPTY_QUERY, ER(ER_EMPTY_QUERY), MYF(0));
1076
1075
              DRIZZLE_YYABORT;