~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.cc

  • Committer: Brian Aker
  • Date: 2010-04-17 19:30:18 UTC
  • mfrom: (1471.3.5 drizzled-as-lib)
  • Revision ID: brian@gaz-20100417193018-knv47o35k146bnow
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
   
202
202
 
203
203
  int rootdir_len= strlen(FN_ROOTDIR);
204
 
  path.append(drizzle_data_home);
 
204
  path.append(data_home);
205
205
  ssize_t without_rootdir= path.length() - rootdir_len;
206
206
 
207
207
  /* Don't add FN_ROOTDIR if dirzzle_data_home already includes it */