~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 22:07:28 UTC
  • mfrom: (590.2.18 devel)
  • Revision ID: brian@tangent.org-20081124220728-4qhh08ktv5x4o0jo
Merge of Monty's (plus fix for increment style/useless +1)

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;
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 */