~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
                          Table *outparam, open_table_mode open_mode);
255
255
int readfrm(const char *name, unsigned char **data, size_t *length);
256
256
int writefrm(const char* name, const unsigned char* data, size_t len);
257
 
int closefrm(Table *table, bool free_share);
258
257
int read_string(File file, unsigned char* *to, size_t length);
259
258
void free_blobs(Table *table);
260
259
int set_zone(int nr,int min_zone,int max_zone);