~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

  • Committer: Brian Aker
  • Date: 2009-08-18 07:20:29 UTC
  • mfrom: (1117.1.9 merge)
  • Revision ID: brian@gaz-20090818072029-s9ch5lcmltxwidn7
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1196
1196
  }
1197
1197
  else if (param->glob_crc != info->state->checksum &&
1198
1198
           (info->s->options &
1199
 
            (HA_OPTION_CHECKSUM | HA_OPTION_COMPRESS_RECORD)))
 
1199
            (HA_OPTION_COMPRESS_RECORD)))
1200
1200
  {
1201
1201
    mi_check_print_warning(param,
1202
1202
                           "Record checksum is not the same as checksum stored in the index file\n");
1438
1438
  }
1439
1439
  param->testflag|=T_REP; /* for easy checking */
1440
1440
 
1441
 
  if (info->s->options & (HA_OPTION_CHECKSUM | HA_OPTION_COMPRESS_RECORD))
 
1441
  if (info->s->options & (HA_OPTION_COMPRESS_RECORD))
1442
1442
    param->testflag|=T_CALC_CHECKSUM;
1443
1443
 
1444
1444
  if (!param->using_global_keycache)
2061
2061
  }
2062
2062
  param->testflag|=T_REP; /* for easy checking */
2063
2063
 
2064
 
  if (info->s->options & (HA_OPTION_CHECKSUM | HA_OPTION_COMPRESS_RECORD))
 
2064
  if (info->s->options & (HA_OPTION_COMPRESS_RECORD))
2065
2065
    param->testflag|=T_CALC_CHECKSUM;
2066
2066
 
2067
2067
  memset(&sort_info, 0, sizeof(sort_info));
2442
2442
  }
2443
2443
  param->testflag|=T_REP; /* for easy checking */
2444
2444
 
2445
 
  if (info->s->options & (HA_OPTION_CHECKSUM | HA_OPTION_COMPRESS_RECORD))
 
2445
  if (info->s->options & (HA_OPTION_COMPRESS_RECORD))
2446
2446
    param->testflag|=T_CALC_CHECKSUM;
2447
2447
 
2448
2448
  /*