~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Mark Atwood
  • Date: 2011-10-25 19:08:35 UTC
  • mfrom: (2445.1.6 rf)
  • Revision ID: me@mark.atwood.name-20111025190835-g21cn911ypxjd5fi
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
796
796
ulong get_form_pos(int file, unsigned char *head, TYPELIB *save_names);
797
797
void append_unescaped(String *res, const char *pos, uint32_t length);
798
798
 
799
 
bool check_column_name(const char *name);
800
 
bool check_table_name(const char *name, uint32_t length);
 
799
bool check_column_name(const char*);
 
800
bool check_table_name(str_ref);
801
801
 
802
802
} /* namespace drizzled */
803
803