~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Lee Bieber
  • Date: 2011-03-23 23:16:25 UTC
  • mfrom: (2247.1.2 build)
  • Revision ID: kalebral@gmail.com-20110323231625-61k77qbh7n1iu776
Merge Olaf - Use BOOST_FOREACH
Merge Olaf - Remove std::nothrow from new()

Show diffs side-by-side

added added

removed removed

Lines of Context:
4590
4590
          /* empty */
4591
4591
        | LIKE TEXT_STRING_sys
4592
4592
          {
4593
 
            Lex.wild= new (YYSession->mem_root) String($2.str, $2.length,
4594
 
                                                    system_charset_info);
4595
 
            if (Lex.wild == NULL)
4596
 
              DRIZZLE_YYABORT;
 
4593
            Lex.wild= new (YYSession->mem_root) String($2.str, $2.length, system_charset_info);
4597
4594
          }
4598
4595
        | WHERE expr
4599
4596
          {