~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 21:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622215714-0wmhwrx6of27etov
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
 
335
335
  try
336
336
  {
337
 
    if (init_server_components(modules))
338
 
      DRIZZLE_ABORT;
 
337
    init_server_components(modules);
339
338
  }
340
339
  catch (abort_exception& ex)
341
340
  {