~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

We've gotten further. Now things sometimes work, but some things aren't
being set properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
    server_id= 1;
257
257
  }
258
258
 
259
 
  if (init_server_components(modules, argc, argv))
 
259
  if (init_server_components(modules))
260
260
    unireg_abort(1);
261
261
 
262
262
  /**