Skip to content
  • Christopher Powers's avatar
    57c3c2fd
    Bug#12790483 - OBJECTS_SUMMARY_GLOBAL_BY_TYPE AND RENAME TABLE · 57c3c2fd
    Christopher Powers authored
    Resolved causes of orphaned rows in OBJECTS_SUMMARY_GLOBAL_BY_TYPE:
      
    - Delete PFS table share of 'old' table during RENAME TABLE
    - Delete newly created PFS table share following a failed CREATE_TABLE
    - Added 'temporary' paramter to drop_table_share() API
    - Enhance detection of temporary table in ha_create_table()
    - Do not create PFS table shares or track events for temporary tables, internal or otherwise
    57c3c2fd
    Bug#12790483 - OBJECTS_SUMMARY_GLOBAL_BY_TYPE AND RENAME TABLE
    Christopher Powers authored
    Resolved causes of orphaned rows in OBJECTS_SUMMARY_GLOBAL_BY_TYPE:
      
    - Delete PFS table share of 'old' table during RENAME TABLE
    - Delete newly created PFS table share following a failed CREATE_TABLE
    - Added 'temporary' paramter to drop_table_share() API
    - Enhance detection of temporary table in ha_create_table()
    - Do not create PFS table shares or track events for temporary tables, internal or otherwise
Loading