~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2008-08-01 22:38:22 UTC
  • Revision ID: brian@tangent.org-20080801223822-0hh22boeev5xa8p5
Removed ALTER TABLE UPGRADE.

We have nothing to upgrade from :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2436
2436
                lex->copy_db_to(&lex->name.str, &lex->name.length))
2437
2437
              MYSQL_YYABORT;
2438
2438
          }
2439
 
        | ALTER DATABASE ident UPGRADE_SYM DATA_SYM DIRECTORY_SYM NAME_SYM
2440
 
          {
2441
 
            LEX *lex= Lex;
2442
 
            lex->sql_command= SQLCOM_ALTER_DB_UPGRADE;
2443
 
            lex->name= $3;
2444
 
          }
2445
2439
        ;
2446
2440
 
2447
2441
ident_or_empty: