~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-11-24 06:52:21 UTC
  • Revision ID: brian@tangent.org-20081124065221-tps3gwixhe53i4gn
Remove useless global variable (let plugins decide)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <drizzled/log.h>
47
47
 
48
48
#include <string>
49
 
#include <bitset>
50
49
 
51
50
typedef class st_select_lex SELECT_LEX;
52
51
typedef struct st_mysql_lock DRIZZLE_LOCK;
157
156
extern ulong opt_binlog_rows_event_max_size;
158
157
extern ulong rpl_recovery_rank, thread_cache_size, thread_pool_size;
159
158
extern ulong back_log;
160
 
extern pid_t current_pid;
 
159
extern ulong current_pid;
161
160
extern ulong expire_logs_days, sync_binlog_period, sync_binlog_counter;
162
161
extern ulong opt_tc_log_size, tc_log_max_pages_used, tc_log_page_size;
163
162
extern ulong tc_log_page_waits;
232
231
extern const LEX_STRING view_type;
233
232
extern TYPELIB thread_handling_typelib;
234
233
extern uint8_t uc_update_queries[SQLCOM_END+1];
235
 
extern std::bitset<5> sql_command_flags[];
 
234
extern uint32_t sql_command_flags[];
236
235
extern TYPELIB log_output_typelib;
237
236
 
238
237
/* optional things, have_* variables */