~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-11-03 00:48:13 UTC
  • Revision ID: brian@gaz-20091103004813-05ugqjmk6as49yq2
Remove dead function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
bool check_db_name(LEX_STRING *db);
214
214
bool check_column_name(const char *name);
215
215
bool check_table_name(const char *name, uint32_t length);
216
 
const char *fn_rext(const char *name);
217
216
 
218
217
/* Conversion functions */
219
218
size_t build_table_filename(char *buff, size_t bufflen, const char *db,