~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 09:51:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808095116-hnodu1sdn0vezgfn
cppcheck

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