~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_rfirst.c

  • Committer: Monty Taylor
  • Date: 2008-10-05 01:41:06 UTC
  • Revision ID: monty@inaugust.com-20081005014106-bulqe4kp7i6ipts1
Moved qsort declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
        /*  Read first row through  a specfic key */
19
19
 
20
 
int mi_rfirst(MI_INFO *info, unsigned char *buf, int inx)
 
20
int mi_rfirst(MI_INFO *info, uchar *buf, int inx)
21
21
{
22
22
  info->lastpos= HA_OFFSET_ERROR;
23
23
  info->update|= HA_STATE_PREV_FOUND;