~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rectest.c

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "heapdef.h"
19
19
 
20
 
int hp_rectest(register HP_INFO *info, register const unsigned char *old_record)
 
20
int hp_rectest(register HP_INFO *info, register const uchar *old_record)
21
21
{
22
22
 
23
23
  if (hp_process_record_data_to_chunkset(info->s, old_record, info->current_ptr, 1))