~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-16 15:27:28 UTC
  • mto: (2318.6.3 refactor7)
  • mto: This revision was merged to the branch mainline in revision 2340.
  • Revision ID: olafvdspek@gmail.com-20110616152728-9c3cwwza2qea6zjh
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
      unireg_abort(1);
324
324
    }
325
325
 
326
 
    boost::filesystem::path &full_data_home= getFullDataHome();
327
 
    full_data_home= boost::filesystem::system_complete(getDataHome());
328
 
    errmsg_printf(error::INFO, "Data Home directory is : %s", full_data_home.native_file_string().c_str());
 
326
    setFullDataHome(boost::filesystem::system_complete(getDataHome()));
 
327
    errmsg_printf(error::INFO, "Data Home directory is : %s", getFullDataHome().native_file_string().c_str());
329
328
  }
330
329
 
331
330
  if (server_id == 0)