~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-18 11:01:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2443.
  • Revision ID: olafvdspek@gmail.com-20111018110140-5kiyo83d27p56orh
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1238
1238
                                  Lex.length, Lex.dec, Lex.type,
1239
1239
                                  statement->column_format,
1240
1240
                                  statement->default_value, statement->on_update_value,
1241
 
                                  &statement->comment,
 
1241
                                  statement->comment,
1242
1242
                                  statement->change, &Lex.interval_list, Lex.charset))
1243
1243
              DRIZZLE_YYABORT;
1244
1244
 
1943
1943
                                  statement->column_format,
1944
1944
                                  statement->default_value,
1945
1945
                                  statement->on_update_value,
1946
 
                                  &statement->comment,
 
1946
                                  statement->comment,
1947
1947
                                  $3.data(), &Lex.interval_list, Lex.charset))
1948
1948
              DRIZZLE_YYABORT;
1949
1949
          }