-
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
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