~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

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