~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
   * @retval
240
240
   *  true - out of memory
241
241
   */
242
 
  bool set_insert_values(memory::Root *mem_root);
 
242
  void set_insert_values();
243
243
  /**
244
244
   * Find underlying base tables (TableList) which represent given
245
245
   * table_to_find (Table)
298
298
   * @retval
299
299
   *  true if a leaf, false otherwise.
300
300
   */
301
 
  bool is_leaf_for_name_resolution();
 
301
  bool is_leaf_for_name_resolution() const;
302
302
  inline TableList *top_table()
303
303
  { return this; }
304
304