~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: Brian Aker
  • Date: 2011-02-18 06:05:36 UTC
  • mfrom: (2170.5.1 register)
  • Revision ID: brian@tangent.org-20110218060536-lwu25fcilikyzyed
Test removing register.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
*/
268
268
int Cursor::read_first_row(unsigned char * buf, uint32_t primary_key)
269
269
{
270
 
  register int error;
 
270
  int error;
271
271
 
272
272
  ha_statistic_increment(&system_status_var::ha_read_first_count);
273
273