~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/init.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 06:58:06 UTC
  • Revision ID: brian@tangent.org-20080720065806-6zo3pp63c1ijp6sp
Converted bitmap to use bool over my_bool

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
void unireg_init(ulong options)
28
28
{
29
 
  MYSYS_PROGRAM_DONT_USE_CURSES();
30
29
  abort_loop=0;
31
30
 
32
31
  my_disable_async_io=1;                /* aioread is only in shared library */