~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rectest.c

enable remaining subselect tests, merge with latest from the trunk

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 uchar *old_record)
 
20
int hp_rectest(register HP_INFO *info, register const unsigned char *old_record)
21
21
{
22
22
 
23
23
  if (hp_process_record_data_to_chunkset(info->s, old_record, info->current_ptr, 1))