~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_delete_all.c

  • Committer: Patrick Galbraith
  • Date: 2008-08-22 20:19:13 UTC
  • mfrom: (365.1.2 drizzle)
  • Revision ID: patg@radha.local-20080822201913-njjzdfrlihco6ap1
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
  info->state->records=info->state->del=state->split=0;
37
37
  state->dellink = HA_OFFSET_ERROR;
38
 
  state->sortkey=  (ushort) ~0;
 
38
  state->sortkey=  UINT16_MAX;
39
39
  info->state->key_file_length=share->base.keystart;
40
40
  info->state->data_file_length=0;
41
41
  info->state->empty=info->state->key_empty=0;