mariadb/storage/perfschema
Michael Widenius 8e52698580 Fixed compiler warnings and a not critical memory leak
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
2013-04-17 22:33:33 +03:00
..
unittest
CMakeLists.txt
ha_perfschema.cc
ha_perfschema.h
pfs.cc
pfs.h
pfs_atomic.cc
pfs_atomic.h
pfs_check.cc
pfs_column_types.h
pfs_column_values.cc
pfs_column_values.h
pfs_engine_table.cc
pfs_engine_table.h
pfs_events_waits.cc
pfs_events_waits.h
pfs_global.cc
pfs_global.h
pfs_instr.cc
pfs_instr.h
pfs_instr_class.cc
pfs_instr_class.h
pfs_lock.h
pfs_server.cc
pfs_server.h
pfs_stat.h
pfs_timer.cc
pfs_timer.h
table_all_instr.cc
table_all_instr.h
table_events_waits.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_events_waits.h
table_events_waits_summary.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_events_waits_summary.h
table_ews_global_by_event_name.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_ews_global_by_event_name.h
table_file_instances.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_file_instances.h
table_file_summary.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_file_summary.h
table_performance_timers.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_performance_timers.h
table_setup_consumers.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_setup_consumers.h
table_setup_instruments.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_setup_instruments.h
table_setup_timers.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_setup_timers.h
table_sync_instances.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_sync_instances.h
table_threads.cc Fixed compiler warnings and a not critical memory leak 2013-04-17 22:33:33 +03:00
table_threads.h