~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Stewart Smith
  • Date: 2010-02-10 23:23:40 UTC
  • mfrom: (1283.9.1)
  • mto: (1283.11.1)
  • mto: This revision was merged to the branch mainline in revision 1449.
  • Revision ID: stewart@flamingspork.com-20100210232340-m4rx1fnioozehjvt
Merged innodb-not-static into embedded-innodb-init.

Show diffs side-by-side

added added

removed removed

Lines of Context:
805
805
Field *
806
806
find_field_in_table(Session *session, Table *table, const char *name, uint32_t length,
807
807
                    bool allow_rowid, uint32_t *cached_field_index_ptr);
808
 
Field *
809
 
find_field_in_table_sef(Table *table, const char *name);
810
808
 
811
809
} /* namespace drizzled */
812
810