~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Monty Taylor
  • Date: 2008-11-25 01:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 612.
  • Revision ID: mtaylor@bitters-20081125012852-v93e3xn33qpon6re
Fixed a few things for solaris builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1362
1362
  HA_CREATE_INFO create_info;
1363
1363
  KEY_CREATE_INFO key_create_info;
1364
1364
  LEX_MASTER_INFO mi;                           // used by CHANGE MASTER
 
1365
  LEX_SERVER_OPTIONS server_options;
1365
1366
  uint32_t type;
1366
1367
  /*
1367
1368
    This variable is used in post-parse stage to declare that sum-functions,
1468
1469
  void link_first_table_back(TableList *first, bool link_to_local);
1469
1470
  void first_lists_tables_same();
1470
1471
 
 
1472
  bool can_be_merged();
 
1473
  bool can_use_merged();
 
1474
  bool can_not_use_merged();
1471
1475
  bool only_view_structure();
1472
1476
  bool need_correct_ident();
1473
1477