~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

  • Committer: Brian Aker
  • Date: 2008-08-09 06:20:11 UTC
  • Revision ID: brian@tangent.org-20080809062011-vkyz8gszh6jpk3ga
Converted myisam away from my_bool

Show diffs side-by-side

added added

removed removed

Lines of Context:
837
837
}
838
838
 
839
839
 
840
 
uint mi_state_info_read_dsk(File file, MI_STATE_INFO *state, my_bool pRead)
 
840
uint mi_state_info_read_dsk(File file, MI_STATE_INFO *state, bool pRead)
841
841
{
842
842
  uchar buff[MI_STATE_INFO_SIZE + MI_STATE_EXTRA_SIZE];
843
843