~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Cleaned up error messages and a few other things from Jay's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
#ifdef HAVE_INITGROUPS
271
271
static bool calling_initgroups= false; /**< Used in SIGSEGV handler. */
272
272
#endif
 
273
 
 
274
/*
 
275
  This needs to be a uint32_t and not a in_port_t because the config system
 
276
  requires a 4-byte integer.
 
277
*/
273
278
uint32_t drizzled_tcp_port;
 
279
 
274
280
uint32_t drizzled_port_timeout;
275
281
uint32_t test_flags, dropping_tables, ha_open_options;
276
282
uint32_t delay_key_write_options;