~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: brian
  • Date: 2009-11-11 19:42:27 UTC
  • mfrom: (1211 staging)
  • mto: (1211.1.4 staging)
  • mto: This revision was merged to the branch mainline in revision 1212.
  • Revision ID: brian@orisndriz04-20091111194227-mky4am3ym0dlosaa
Update for Cursor renaming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
typedef struct st_read_record {                 /* Parameter to read_record */
125
125
  Table *table;                 /* Head-form */
126
 
  Cursor *file;
 
126
  Cursor *cursor;
127
127
  Table **forms;                        /* head and ref forms */
128
128
  int (*read_record)(struct st_read_record *);
129
129
  Session *session;