~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_changed.c

  • Committer: Monty Taylor
  • Date: 2008-08-04 19:37:18 UTC
  • mto: (261.2.2 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: monty@inaugust.com-20080804193718-f0rz13uli4429ozb
Changed gettext_noop() to N_()

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  int result;
25
25
  if (fast_mi_readinfo(info))
26
26
    return(-1);
27
 
  _mi_writeinfo(info,0);
 
27
  VOID(_mi_writeinfo(info,0));
28
28
  result=(int) info->data_changed;
29
29
  info->data_changed=0;
30
30
  return(result);