~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-11-21 02:00:39 UTC
  • mto: (1226.1.4 push)
  • mto: This revision was merged to the branch mainline in revision 1228.
  • Revision ID: brian@gaz-20091121020039-2h9ze1wfz2lby2y2
Table Identifier patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
bool check_table_name(const char *name, uint32_t length);
215
215
 
216
216
/* Conversion functions */
 
217
size_t build_tmptable_filename(char *buff, size_t bufflen);
217
218
size_t build_table_filename(char *buff, size_t bufflen, const char *db, 
218
219
                            const char *table_name, bool is_tmp);
219
220