~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-01-17 00:52:59 UTC
  • Revision ID: brian@gir-3.local-20090117005259-goyecyq0tpi9irnb
Pass through on refactoring functions to clases.

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);