~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-08-18 07:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
  inline bool isWaitingOnCondition() { return s->waiting_on_cond; } /* Protection against free */
411
411
 
412
412
  /* For TMP tables, should be pulled out as a class */
413
 
  void updateCreateInfo(HA_CREATE_INFO *create_info);
 
413
  void updateCreateInfo(HA_CREATE_INFO *create_info,
 
414
                        drizzled::message::Table *table_proto);
414
415
  void setup_tmp_table_column_bitmaps(unsigned char *bitmaps);
415
416
  bool create_myisam_tmp_table(KEY *keyinfo,
416
417
                               MI_COLUMNDEF *start_recinfo,