~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Joe Daly
  • Date: 2010-01-12 19:58:01 UTC
  • mfrom: (1266 build)
  • mto: This revision was merged to the branch mainline in revision 1269.
  • Revision ID: skinny.moey@gmail.com-20100112195801-tbdunjstsj0f6i6v
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
int open_table_def(Session& session, TableShare *share);
517
517
void open_table_error(TableShare *share, int error, int db_errno, int errarg);
518
518
int open_table_from_share(Session *session, TableShare *share, const char *alias,
519
 
                          uint32_t db_stat, uint32_t prgflag, uint32_t ha_open_flags,
 
519
                          uint32_t db_stat, uint32_t ha_open_flags,
520
520
                          Table *outparam);
521
521
void free_blobs(Table *table);
522
522
int set_zone(int nr,int min_zone,int max_zone);