~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

Merge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
    exit(1);
305
305
  }
306
306
 
307
 
  init_status_vars();
308
 
 
309
307
  errmsg_printf(ERRMSG_LVL_INFO, _(ER(ER_STARTUP)), internal::my_progname,
310
308
                PANDORA_RELEASE_VERSION, COMPILATION_COMMENT);
311
309