~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2008-07-08 21:07:40 UTC
  • Revision ID: brian@tangent.org-20080708210740-ye6i94alarx3a8rz
Removed ALTER TABLESPACE

Show diffs side-by-side

added added

removed removed

Lines of Context:
849
849
%token  SWITCHES_SYM
850
850
%token  SYSDATE
851
851
%token  TABLES
852
 
%token  TABLESPACE
853
852
%token  TABLE_REF_PRIORITY
854
853
%token  TABLE_SYM                     /* SQL-2003-R */
855
854
%token  TABLE_CHECKSUM_SYM
2580
2579
 
2581
2580
alter_commands:
2582
2581
          /* empty */
2583
 
        | DISCARD TABLESPACE { Lex->alter_info.tablespace_op= DISCARD_TABLESPACE; }
2584
 
        | IMPORT TABLESPACE { Lex->alter_info.tablespace_op= IMPORT_TABLESPACE; }
2585
2582
        | alter_list
2586
2583
        ;
2587
2584
 
6754
6751
        | SWITCHES_SYM             {}
6755
6752
        | TABLES                   {}
6756
6753
        | TABLE_CHECKSUM_SYM       {}
6757
 
        | TABLESPACE               {}
6758
6754
        | TEMPORARY                {}
6759
6755
        | TEMPTABLE_SYM            {}
6760
6756
        | TEXT_SYM                 {}