~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.h

Merge of show work (updates, a bit faster)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
namespace drizzled {
43
43
 
 
44
uint32_t filename_to_tablename(const char *from, char *to, uint32_t to_length);
 
45
bool tablename_to_filename(const char *from, char *to, size_t to_length);
 
46
size_t build_tmptable_filename(char *buff, size_t bufflen);
 
47
size_t build_table_filename(char *buff, size_t bufflen, const char *db, const char *table_name, bool is_tmp);
 
48
 
 
49
 
44
50
class TableIdentifier
45
51
{
46
52
private: