~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Monty Taylor
  • Date: 2009-12-15 19:19:16 UTC
  • mto: (1241.14.1 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091215191916-8wz3s0eojmkpzuy4
Put my_off_t back... but this time localized only to myisam and mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1188
1188
 
1189
1189
void ha_myisam::position(const unsigned char *)
1190
1190
{
1191
 
  uint64_t row_position= mi_position(file);
 
1191
  my_off_t row_position= mi_position(file);
1192
1192
  my_store_ptr(ref, ref_length, row_position);
1193
1193
}
1194
1194