~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 12:49:11 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-20110329124911-h0y9cq32bg9kvuki
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
 
172
172
#define MAX_NONMAPPED_INSERTS 1000
173
173
 
174
 
namespace drizzled { class Session; }
175
 
 
176
174
typedef struct st_mi_isam_share {       /* Shared between opens */
177
175
  MI_STATE_INFO state;
178
176
  MI_BASE_INFO base;