~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2009-10-09 20:27:15 UTC
  • mfrom: (1172.1.3 like)
  • Revision ID: brian@gaz-20091009202715-0crgyhshgxakso7o
Collection of merges from me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1209
1209
          '(' create2a {}
1210
1210
        | opt_create_table_options
1211
1211
          create3 {}
1212
 
        | LIKE table_ident
 
1212
        | LIKE table_ident opt_create_table_options
1213
1213
          {
1214
1214
            Session *session= YYSession;
1215
1215
            LEX *lex= session->lex;