~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-11 18:47:32 UTC
  • mto: (2.1.2 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100511184732-jhn055kfhxze24kt
Tags: upstream-5.1.46
ImportĀ upstreamĀ versionĀ 5.1.46

Show diffs side-by-side

added added

removed removed

Lines of Context:
762
762
int mi_open_keyfile(MYISAM_SHARE *share);
763
763
void mi_setup_functions(register MYISAM_SHARE *share);
764
764
my_bool mi_dynmap_file(MI_INFO *info, my_off_t size);
 
765
int mi_munmap_file(MI_INFO *info);
765
766
void mi_remap_file(MI_INFO *info, my_off_t size);
766
767
 
767
768
    /* Functions needed by mi_check */