~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Mark Atwood
  • Date: 2011-10-25 19:08:35 UTC
  • mfrom: (2445.1.6 rf)
  • Revision ID: me@mark.atwood.name-20111025190835-g21cn911ypxjd5fi
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
2014
2014
              Lex.select_lex.db = db.data();
2015
2015
            }
2016
2016
 
2017
 
            if (check_table_name($3->table.data(), $3->table.size()))
 
2017
            if (check_table_name($3->table))
2018
2018
            {
2019
2019
              my_error(ER_WRONG_TABLE_NAME, MYF(0), $3->table.data());
2020
2020
              DRIZZLE_YYABORT;