~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Stewart Smith
  • Date: 2009-10-19 06:38:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1192.
  • Revision ID: stewart@flamingspork.com-20091019063833-q7q22mmfzb3doc3y
remove some unused defines from sql_base.h to do with FRM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
void mem_alloc_error(size_t size);
145
145
 
146
 
#define WFRM_WRITE_SHADOW 1
147
 
#define WFRM_INSTALL_SHADOW 2
148
 
#define WFRM_PACK_FRM 4
149
 
#define WFRM_KEEP_SHARE 8
150
 
 
151
146
bool fill_record(Session* session, List<Item> &fields, List<Item> &values, bool ignore_errors);
152
147
bool fill_record(Session *session, Field **field, List<Item> &values, bool ignore_errors);
153
148
bool list_open_tables(const char *db, const char *wild, bool(*func)(Table *table, open_table_list_st& open_list), Table *display);