Skip to content
  • magnus.blaudd@oracle.com's avatar
    1ba0b768
    WL#7570 Remove ifdefs which are not necessary since trunk has it all · 1ba0b768
    magnus.blaudd@oracle.com authored
     - ha_ndbcluster have only two use cases for close_cached_tables(), either it closes
      alll tables or a specifc named table. The other parameters used are always the same.
     - implement ndb_tdc_close_cached_table() and ndb_tdc_close_cached_tables() for interfacing
      with MySQL Server's table defintion cache
     - use the two new functions throughout ha_ndbcluster and ha_ndbinfo
     - remove the 'close_cached_tables' backwards compatibilty function
    1ba0b768
    WL#7570 Remove ifdefs which are not necessary since trunk has it all
    magnus.blaudd@oracle.com authored
     - ha_ndbcluster have only two use cases for close_cached_tables(), either it closes
      alll tables or a specifc named table. The other parameters used are always the same.
     - implement ndb_tdc_close_cached_table() and ndb_tdc_close_cached_tables() for interfacing
      with MySQL Server's table defintion cache
     - use the two new functions throughout ha_ndbcluster and ha_ndbinfo
     - remove the 'close_cached_tables' backwards compatibilty function
Loading