~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_lex.h

mergeĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
class Table_ident;
24
24
class sql_exchange;
25
25
class LEX_COLUMN;
26
 
class st_alter_tablespace;
27
26
 
28
27
#ifdef MYSQL_SERVER
29
28
/*
83
82
  SQLCOM_SHOW_BINLOG_EVENTS,
84
83
  SQLCOM_SHOW_WARNS, SQLCOM_EMPTY_QUERY, SQLCOM_SHOW_ERRORS,
85
84
  SQLCOM_CHECKSUM,
86
 
  SQLCOM_ALTER_TABLESPACE,
87
85
  SQLCOM_BINLOG_BASE64_EVENT,
88
86
  SQLCOM_SHOW_PLUGINS,
89
87
  SQLCOM_ALTER_DB_UPGRADE,
1565
1563
    (see Item_field::fix_fields()). 
1566
1564
  */
1567
1565
  bool use_only_table_context;
1568
 
 
1569
 
  /*
1570
 
    Reference to a struct that contains information in various commands
1571
 
    to add/create/drop/change table spaces.
1572
 
  */
1573
 
  st_alter_tablespace *alter_tablespace_info;
1574
1566
  
1575
1567
  bool escape_used;
1576
1568
  bool is_lex_started; /* If lex_start() did run. For debugging. */