~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_iterator.h

  • Committer: Lee Bieber
  • Date: 2011-04-14 02:58:23 UTC
  • mfrom: (2275.2.5 typelib)
  • mto: This revision was merged to the branch mainline in revision 2278.
  • Revision ID: kalebral@gmail.com-20110414025823-vz32sg8fuxslygyd
Merge Olaf - remove unused functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
class Field_iterator: public memory::SqlAlloc
35
35
{
36
36
public:
37
 
  Field_iterator() {}                         /* Remove gcc warning */
38
37
  virtual ~Field_iterator() {}
39
38
  virtual void set(TableList *)= 0;
40
39
  virtual void next()= 0;