~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/uniques.cc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  */
67
67
  max_elements= (ulong) (max_in_memory_size /
68
68
                         ALIGN_SIZE(sizeof(TREE_ELEMENT)+size));
69
 
  VOID(open_cached_file(&file, mysql_tmpdir,TEMP_PREFIX, DISK_BUFFER_SIZE,
70
 
                   MYF(MY_WME)));
 
69
  (void) open_cached_file(&file, mysql_tmpdir,TEMP_PREFIX, DISK_BUFFER_SIZE,
 
70
                   MYF(MY_WME));
71
71
}
72
72
 
73
73