~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:51:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605225106-8xrsftpf50tdpumn
No actual code changes. Changed Create_field to CreateField to be consistent with coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
671
671
  List<Alter_drop> drop_list;
672
672
  List<Alter_column> alter_list;
673
673
  List<Key> key_list;
674
 
  List<Create_field> create_list;
 
674
  List<CreateField> create_list;
675
675
  uint32_t flags;
676
676
  enum enum_enable_or_disable keys_onoff;
677
677
  enum tablespace_op_type tablespace_op;
678
678
  uint32_t no_parts;
679
679
  enum ha_build_method build_method;
680
 
  Create_field *datetime_field;
 
680
  CreateField *datetime_field;
681
681
  bool error_if_not_empty;
682
682
 
683
683
  Alter_info() :
886
886
 
887
887
  SQL_LIST auxiliary_table_list;
888
888
  SQL_LIST save_list;
889
 
  Create_field *last_field;
 
889
  CreateField *last_field;
890
890
  Item_sum *in_sum_func;
891
891
  Function_builder *udf;
892
892
  HA_CHECK_OPT check_opt;                       // check/repair options