~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-11-26 19:47:25 UTC
  • Revision ID: brian@tangent.org-20081126194725-1vwvsed04k7l09hk
Fixes for OSX

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
*/
295
295
bool opt_noacl;
296
296
 
297
 
ulong opt_binlog_rows_event_max_size;
 
297
uint64_t opt_binlog_rows_event_max_size;
298
298
#ifdef HAVE_INITGROUPS
299
299
static bool calling_initgroups= false; /**< Used in SIGSEGV handler. */
300
300
#endif