~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: lbieber
  • Date: 2010-08-10 18:52:46 UTC
  • mfrom: (1698.1.2 staging)
  • Revision ID: lbieber@orisndriz03-20100810185246-7nawc4svsxr4llh5
Merge Joe -remove the increment wrapper calls in my_pthread.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
 
195
195
void Cursor::ha_statistic_increment(uint64_t system_status_var::*offset) const
196
196
{
197
 
  status_var_increment(table->in_use->status_var.*offset);
 
197
  (table->in_use->status_var.*offset)++;
198
198
}
199
199
 
200
200
void **Cursor::ha_data(Session *session) const