~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2010-03-02 07:03:12 UTC
  • mfrom: (1309.2.10 drizzle-build)
  • Revision ID: brian@gaz-20100302070312-u8xyk09u2970pgzp
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                               int select_field_count);
113
113
 
114
114
 
115
 
/* Conversion functions */
116
 
size_t build_tmptable_filename(char *buff, size_t bufflen);
117
 
size_t build_table_filename(char *buff, size_t bufflen, const char *db,
118
 
                            const char *table_name, bool is_tmp);
119
 
 
120
115
} /* namespace drizzled */
121
116
 
122
117
#endif /* DRIZZLED_SQL_TABLE_H */