~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-02-05 09:11:16 UTC
  • Revision ID: brian@tangent.org-20090205091116-iy0ersp6bhyzt1ad
Removed dead variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  char *server_name, *host, *db, *username, *password, *scheme, *owner;
89
89
} LEX_SERVER_OPTIONS;
90
90
 
91
 
typedef struct st_lex_master_info
92
 
{
93
 
  char *host, *user, *password, *log_file_name;
94
 
  uint32_t port, connect_retry;
95
 
  float heartbeat_period;
96
 
  uint64_t pos;
97
 
  uint32_t server_id;
98
 
  /*
99
 
    Enum is used for making it possible to detect if the user
100
 
    changed variable or if it should be left at old value
101
 
   */
102
 
  enum {LEX_MI_UNCHANGED, LEX_MI_DISABLE, LEX_MI_ENABLE} heartbeat_opt;
103
 
  char *relay_log_name;
104
 
  uint32_t relay_log_pos;
105
 
} LEX_MASTER_INFO;
106
 
 
107
91
 
108
92
enum sub_select_type
109
93
{
1271
1255
 
1272
1256
  char *length,*dec,*change;
1273
1257
  LEX_STRING name;
1274
 
  char *help_arg;
1275
 
  char* to_log;                                 /* For PURGE MASTER LOGS TO */
1276
1258
  String *wild;
1277
1259
  file_exchange *exchange;
1278
1260
  select_result *result;
1319
1301
  HA_CHECK_OPT   check_opt;                     // check/repair options
1320
1302
  HA_CREATE_INFO create_info;
1321
1303
  KEY_CREATE_INFO key_create_info;
1322
 
  LEX_MASTER_INFO mi;                           // used by CHANGE MASTER
1323
1304
  uint32_t type;
1324
1305
  /*
1325
1306
    This variable is used in post-parse stage to declare that sum-functions,