• Michael Widenius's avatar
    Fixed compiler warnings and a not critical memory leak · 8e526985
    Michael Widenius authored
    
    sql/keycaches.cc:
      Added free_all_rpl_filters() to be able to free all filters at cleanup
    sql/keycaches.h:
      Added prototype
    sql/rpl_rli.cc:
      Fixed compiler warning
    sql/slave.cc:
      Free all rpl_filters at cleanup
    sql/sp.cc:
      Fixed compiler warning when not all struct elements was initialized
    sql/sql_acl.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_events_waits.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_events_waits_summary.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_ews_global_by_event_name.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_file_instances.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_file_summary.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_performance_timers.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_setup_consumers.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_setup_instruments.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_setup_timers.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_sync_instances.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/perfschema/table_threads.cc:
      Fixed compiler warning when not all struct elements was initialized
    storage/xtradb/os/os0file.c:
      Fixed compiler warning when not all struct elements was initialized
    8e526985
table_setup_instruments.cc 6.78 KB