~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Brian Aker
  • Date: 2011-07-19 02:02:52 UTC
  • mto: (2392.1.1 drizzle-autoconf)
  • mto: This revision was merged to the branch mainline in revision 2399.
  • Revision ID: brian@tangent.org-20110719020252-l078rwyxslyb287x
--help and --version now work a bit more quickly. Also, we don't have to worry about root messing up file creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
  init_signals();
284
284
 
285
285
 
286
 
  select_thread=pthread_self();
 
286
  select_thread= pthread_self();
287
287
  select_thread_in_use=1;
288
288
 
289
 
  if (not opt_help)
290
289
  {
291
290
    if (chdir(getDataHome().file_string().c_str()))
292
291
    {