~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rectest.c

  • Committer: Brian Aker
  • Date: 2008-08-12 03:12:57 UTC
  • Revision ID: brian@tangent.org-20080812031257-ln3uk87y1r22byeg
First pass of new sql_db.cc work

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))