~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/myisam/mi_changed.c

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  DBUG_ENTER("mi_is_changed");
26
26
  if (fast_mi_readinfo(info))
27
27
    DBUG_RETURN(-1);
28
 
  VOID(_mi_writeinfo(info,0));
 
28
  (void) _mi_writeinfo(info,0);
29
29
  result=(int) info->data_changed;
30
30
  info->data_changed=0;
31
31
  DBUG_PRINT("exit",("result: %d",result));