~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/uniques.cc

Replacing all bzero() calls with memset() calls and removing the bzero.c file.
Also removing check for bzero from the 'configure.ac' autoconf file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
609
609
    return 1;
610
610
  reinit_io_cache(outfile,WRITE_CACHE,0L,0,0);
611
611
 
612
 
  bzero((char*) &sort_param,sizeof(sort_param));
 
612
  memset((char*) &sort_param, 0, sizeof(sort_param));
613
613
  sort_param.max_rows= elements;
614
614
  sort_param.sort_form=table;
615
615
  sort_param.rec_length= sort_param.sort_length= sort_param.ref_length=