~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/uniques.cc

  • Committer: Brian Aker
  • Date: 2008-07-11 00:33:12 UTC
  • mfrom: (51.1.83 remove-dbug)
  • Revision ID: brian@tangent.org-20080711003312-f4sf5n2z3obor1u8
Comming Jay's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
450
450
    bytes_read= read_to_buffer(file, top, key_length);
451
451
    if (bytes_read == (uint) (-1))
452
452
      goto end;
453
 
    DBUG_ASSERT(bytes_read);
 
453
    assert(bytes_read);
454
454
    queue_insert(&queue, (uchar *) top);
455
455
  }
456
456
  top= (BUFFPEK *) queue_top(&queue);