~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-07 13:28:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110707132801-dki21sirljv1x4ny
Refactor build_table_filename

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
  }
236
236
 
237
237
  static uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
238
 
  static void build_table_filename(std::string &path, const std::string &db, const std::string &table_name, bool is_tmp);
 
238
  static std::string build_table_filename(const std::string &db, const std::string &table_name, bool is_tmp);
239
239
  static std::string build_tmptable_filename();
240
240
 
241
241
public: