~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-11-25 02:31:14 UTC
  • Revision ID: brian@tangent.org-20081125023114-2f7sx8fye2jytgyw
Removed dead event structure pieces from replication.

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>
49
50
 
50
51
typedef class st_select_lex SELECT_LEX;
51
52
typedef struct st_mysql_lock DRIZZLE_LOCK;
156
157
extern ulong opt_binlog_rows_event_max_size;
157
158
extern ulong rpl_recovery_rank, thread_cache_size, thread_pool_size;
158
159
extern ulong back_log;
159
 
extern ulong current_pid;
 
160
extern pid_t current_pid;
160
161
extern ulong expire_logs_days, sync_binlog_period, sync_binlog_counter;
161
162
extern ulong opt_tc_log_size, tc_log_max_pages_used, tc_log_page_size;
162
163
extern ulong tc_log_page_waits;
231
232
extern const LEX_STRING view_type;
232
233
extern TYPELIB thread_handling_typelib;
233
234
extern uint8_t uc_update_queries[SQLCOM_END+1];
234
 
extern uint32_t sql_command_flags[];
 
235
extern std::bitset<5> sql_command_flags[];
235
236
extern TYPELIB log_output_typelib;
236
237
 
237
238
/* optional things, have_* variables */