~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_update.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      return(my_errno);                          /* Out of memory or table space */
42
42
    }
43
43
  }
44
 
 
 
44
 
45
45
  if (--(share->records) < share->blength >> 1) share->blength>>= 1;
46
46
  share->changed=1;
47
47