~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2010-02-16 07:18:35 UTC
  • mto: (1471.3.2 drizzled-as-lib)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: mordred@inaugust.com-20100216071835-usfwjo51l04tobm1
Removed drizzle_ prefix from some things that don't need it since they're
in a namespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
   
260
260
 
261
261
  int rootdir_len= strlen(FN_ROOTDIR);
262
 
  string table_path(drizzle_data_home);
 
262
  string table_path(data_home);
263
263
  int without_rootdir= table_path.length()-rootdir_len;
264
264
 
265
265
  /* Don't add FN_ROOTDIR if dirzzle_data_home already includes it */