~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

MergedĀ latestĀ out-of-tree.

Show diffs side-by-side

added added

removed removed

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