~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rnext.cc

  • Committer: Mark Atwood
  • Date: 2011-09-14 03:30:42 UTC
  • mfrom: (2409.2.6 refactor7)
  • Revision ID: me@mark.atwood.name-20110914033042-2u0s8foaigvf62g2
mergeĀ lp:~olafvdspek/drizzle/refactor7

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
{
29
29
  int error,changed;
30
30
  uint32_t flag;
31
 
  int res= 0;
32
31
 
33
32
  if ((inx = _mi_check_index(info,inx)) < 0)
34
33
    return(errno);
66
65
 
67
66
  if (!error)
68
67
  {
 
68
    int res= 0;
69
69
    while ((info->s->concurrent_insert &&
70
70
            info->lastpos >= info->state->data_file_length) ||
71
71
           (info->index_cond_func &&