~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

mergeĀ lp:~stewart/drizzle/remove-datahome-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1977
1977
*/
1978
1978
static void get_options()
1979
1979
{
1980
 
  setDataHomeCatalog(getDataHome() / "local");
 
1980
  catalog::resetPath_for_local_identifier();
1981
1981
 
1982
1982
  if (vm.count("user"))
1983
1983
  {