~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Olaf van der Spek
  • Date: 2011-10-22 13:10:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2447.
  • Revision ID: olafvdspek@gmail.com-20111022131053-b5ihev4dymuovcj2
Refactor

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;