~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Monty Taylor
  • Date: 2008-11-22 08:48:11 UTC
  • mfrom: (574.3.19 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 603.
  • Revision ID: monty@inaugust.com-20081122084811-6crylm9iqj4loyjk
MergedĀ fromĀ Lee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2441
2441
          {
2442
2442
            LEX *lex=Lex;
2443
2443
            lex->alter_info.drop_list.push_back(new Alter_drop(Alter_drop::KEY,
2444
 
                                                               "PRIMARY"));
 
2444
                                                               primary_key_name));
2445
2445
            lex->alter_info.flags|= ALTER_DROP_INDEX;
2446
2446
          }
2447
2447
        | DROP key_or_index field_ident