~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2009-06-08 06:23:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@gaz-20090608062332-1axoucdjxwm96y20
Refactor TableList methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
  TableList *last_leaf_for_name_resolution();
283
283
  bool is_leaf_for_name_resolution();
284
284
  inline TableList *top_table()
285
 
    { return this; }
 
285
  { return this; }
286
286
 
287
287
  Item_subselect *containing_subselect();
288
288
 
292
292
    st_table::force_index and st_table::covering_keys.
293
293
  */
294
294
  bool process_index_hints(Table *table);
 
295
  uint32_t create_table_def_key(char *key);
295
296
};
296
297
 
297
298
void close_thread_tables(Session *session);