Skip to content
  • Steinar H. Gunderson's avatar
    6e80b8e6
    Bug #27612912: REMOVE MYISAM CACHING FUNCTIONS · 6e80b8e6
    Steinar H. Gunderson authored
    MyISAM has a set of HA_EXTRA_*_CACHE flags that are used to set some explicit
    madvise() flags, mostly on locked tables. Given that MyISAM is obsolete and
    the OS most likely does a much better job of managing the cache without our
    help anyway, we can just remove it. This removes a fair bit of complexity in
    the upcoming iterator refactor.
    
    Change-Id: Ife769347b2dfe9f4c319bf694d84900343923802
    6e80b8e6
    Bug #27612912: REMOVE MYISAM CACHING FUNCTIONS
    Steinar H. Gunderson authored
    MyISAM has a set of HA_EXTRA_*_CACHE flags that are used to set some explicit
    madvise() flags, mostly on locked tables. Given that MyISAM is obsolete and
    the OS most likely does a much better job of managing the cache without our
    help anyway, we can just remove it. This removes a fair bit of complexity in
    the upcoming iterator refactor.
    
    Change-Id: Ife769347b2dfe9f4c319bf694d84900343923802
Loading