~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-11-20 19:07:14 UTC
  • mfrom: (1223.1.5 push)
  • Revision ID: brian@gaz-20091120190714-dhr3lgqxrt7dq1fc
Collected Merge.

Show diffs side-by-side

added added

removed removed

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