~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/schema.cc

  • Committer: Monty Taylor
  • Date: 2010-09-22 07:05:47 UTC
  • mto: (1791.3.1 build)
  • mto: This revision was merged to the branch mainline in revision 1794.
  • Revision ID: mordred@inaugust.com-20100922070547-b0fwpqyihtw5nb74
Initial working local catalog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
   
63
63
 
64
64
  int rootdir_len= strlen(FN_ROOTDIR);
65
 
  path.append(data_home);
 
65
  path.append(getDataHomeCatalog());
66
66
  ssize_t without_rootdir= path.length() - rootdir_len;
67
67
 
68
68
  /* Don't add FN_ROOTDIR if dirzzle_data_home already includes it */