~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:19:56 UTC
  • mfrom: (1116.1.3 stewart)
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090818071956-nfpoe9rp3i7p50kx
Merge my branch from Stewart into one branch

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,