~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2008-10-30 05:49:59 UTC
  • mfrom: (520.4.29 devel)
  • Revision ID: brian@tangent.org-20081030054959-7tlt3rxzbtl1lyin
Merge Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
  */
279
279
  bool process_index_hints(Table *table);
280
280
};
 
281
 
 
282
void close_thread_tables(Session *session);
 
283
 
281
284
#endif /* DRIZZLED_TMP_TABLE_H */