~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-01-26 00:19:35 UTC
  • Revision ID: brian@tangent.org-20090126001935-ghhkqscxth5u6a4c
Merge and fix for scheduler.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
  @details
24
24
  Mostly this file is used in the server. But a little part of it is used in
25
 
  mysqlbinlog too (definition of SELECT_DISTINCT and others).
 
25
  definition of SELECT_DISTINCT and others.
26
26
 
27
27
  @TODO Name this file better. "priv" could mean private, privileged, privileges.
28
28
*/
140
140
extern uint64_t opt_tc_log_size;
141
141
extern uint64_t tc_log_page_waits;
142
142
extern bool relay_log_purge;
143
 
extern bool opt_innodb_safe_binlog, opt_innodb;
 
143
extern bool opt_innodb;
144
144
extern uint32_t test_flags,select_errors,ha_open_options;
145
145
extern uint32_t protocol_version, drizzled_port, dropping_tables;
146
146
extern uint32_t delay_key_write_options;
166
166
extern char* opt_secure_file_priv;
167
167
extern bool opt_noacl;
168
168
extern bool opt_old_style_user_limits;
169
 
extern uint32_t opt_crash_binlog_innodb;
170
169
extern char *default_tz_name;
171
170
extern char *opt_logname, *opt_slow_logname;
172
171
extern const char *log_output_str;