~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/ha_blitz.h

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
  /* DATA DICTIONARY CREATION RELATED */
116
116
  int create_data_table(drizzled::message::Table &proto,
117
117
                        drizzled::Table &table,
118
 
                        const drizzled::identifier::Table &identifier);
 
118
                        const drizzled::TableIdentifier &identifier);
119
119
 
120
120
  int open_data_table(const char *path, const int mode);
121
121
  int close_data_table(void);