~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_strfunc.cc

  • Committer: ysano
  • Date: 2008-11-04 00:22:10 UTC
  • mto: (575.1.9 devel)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: ysano@vm-20081104002210-hme6ume0rtxf9lme
Rename mysql to drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2277
2277
  if (!(file_name= args[0]->val_str(str)))
2278
2278
    goto err;
2279
2279
 
2280
 
  (void) fn_format(path, file_name->c_ptr(), mysql_real_data_home, "",
 
2280
  (void) fn_format(path, file_name->c_ptr(), drizzle_real_data_home, "",
2281
2281
                   MY_RELATIVE_PATH | MY_UNPACK_FILENAME);
2282
2282
 
2283
2283
  /* Read only allowed from within dir specified by secure_file_priv */