~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

Merge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
  return (table->getShare()->db_type()->check_flag(HTON_BIT_DOES_TRANSACTIONS));
183
183
}
184
184
 
185
 
void Cursor::ha_statistic_increment(ulong system_status_var::*offset) const
 
185
void Cursor::ha_statistic_increment(uint64_t system_status_var::*offset) const
186
186
{
187
187
  status_var_increment(table->in_use->status_var.*offset);
188
188
}