~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-11-14 23:51:37 UTC
  • mfrom: (1217.1.2 staging)
  • Revision ID: brian@gaz-20091114235137-k8yrpjlmo9qj36w6
Remove open mode/dead bits around dead temp type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
void open_table_error(TableShare *share, int error, int db_errno, int errarg);
156
156
int open_table_from_share(Session *session, TableShare *share, const char *alias,
157
157
                          uint32_t db_stat, uint32_t prgflag, uint32_t ha_open_flags,
158
 
                          Table *outparam, open_table_mode open_mode);
 
158
                          Table *outparam);
159
159
void free_blobs(Table *table);
160
160
int set_zone(int nr,int min_zone,int max_zone);
161
161
uint32_t convert_period_to_month(uint32_t period);