~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Monty Taylor
  • Date: 2009-01-28 04:37:46 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090128043746-d2yukekishwn3ftm
TurnedĀ onĀ -Wshadow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
  virtual Item *copy_andor_structure(Session *session);
477
477
 
478
478
  virtual Item *real_item(void);
 
479
  virtual const Item *real_item(void) const;
479
480
  virtual Item *get_tmp_table_item(Session *session);
480
481
 
481
482
  static const CHARSET_INFO *default_charset();