~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

  • Committer: Mark Atwood
  • Date: 2011-08-04 16:21:21 UTC
  • mfrom: (2318.9.14 refactor3)
  • Revision ID: me@mark.atwood.name-20110804162121-6b9ay1b1de3yfgvl
mergeĀ lp:~olafvdspek/drizzle/refactor3

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 size_t build_table_filename(std::string &path, const std::string &db, const std::string &table_name, bool is_tmp);
239
 
  static size_t build_tmptable_filename(std::string &buffer);
240
 
  static size_t build_tmptable_filename(std::vector<char> &buffer);
 
238
  static std::string build_table_filename(const std::string &db, const std::string &table_name, bool is_tmp);
 
239
  static std::string build_tmptable_filename();
241
240
 
242
241
public:
243
242
  bool isValid() const;