~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2010-05-18 20:35:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1540.
  • Revision ID: brian@gaz-20100518203542-qxkhvfp4psp0plx6
Dead reference to ReadRecord in structs.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
  }
103
103
};
104
104
 
105
 
struct ReadRecord;                              /* For referense later */
106
105
class Session;
107
106
class Cursor;
108
107
namespace optimizer { class SqlSelect; }