~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:02:08 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328230208-v5ik8zxd506upo7n
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
namespace drizzled {
25
25
 
26
 
class Cursor; // todo: common fwd
27
 
 
 
26
 
28
27
struct ReadRecord {                     /* Parameter to read_record */
29
28
  Table *table;                 /* Head-form */
30
29
  Cursor *cursor;