mariadb/storage/perfschema
Marc Alff 7a84630765 Bug#16060864 SEGMENTATION FAULT IN PERFORMANCE_SCHEMA WITH HISTORY SIZE 0
Before this fix, configuring the server with:
- performance_schema_events_waits_history_size=0
- performance_schema_events_waits_history_long_size=0
could cause a crash in the performance schema.

These settings to 0 are intended to be valid and supported,
and are in fact working properly in mysql 5.6 and up already.

This fix backports the code fix and test cases from mysql 5.6
to the mysql 5.5 release.
2013-01-02 11:00:55 +01:00
..
unittest Updated/added copyright headers 2011-06-30 17:46:53 +02:00
CMakeLists.txt
ha_perfschema.cc Updated/added copyright headers 2012-02-16 10:48:16 +01:00
ha_perfschema.h
pfs.cc Updated/added copyright headers 2012-02-16 10:48:16 +01:00
pfs.h
pfs_atomic.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_atomic.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_check.cc
pfs_column_types.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_column_values.cc
pfs_column_values.h
pfs_engine_table.cc Bug#58798 SHOW ENGINE PERFORMANCE_SCHEMA STATUS: incorrect table lettercase 2010-12-07 21:00:33 +01:00
pfs_engine_table.h
pfs_events_waits.cc Bug#16060864 SEGMENTATION FAULT IN PERFORMANCE_SCHEMA WITH HISTORY SIZE 0 2013-01-02 11:00:55 +01:00
pfs_events_waits.h
pfs_global.cc
pfs_global.h
pfs_instr.cc Bug#13898343 THREAD LOOPS ENDLESSLY IN LF_PINBOX_PUT_PINS WHILE HOLDING 2012-03-28 17:54:30 +02:00
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 Updated/added copyright headers 2011-06-30 17:46:53 +02:00
pfs_timer.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_all_instr.cc
table_all_instr.h
table_events_waits.cc
table_events_waits.h
table_events_waits_summary.cc
table_events_waits_summary.h
table_ews_global_by_event_name.cc Updated/added copyright headers 2012-02-16 10:48:16 +01:00
table_ews_global_by_event_name.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
table_file_instances.cc
table_file_instances.h
table_file_summary.cc
table_file_summary.h
table_performance_timers.cc
table_performance_timers.h
table_setup_consumers.cc
table_setup_consumers.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_setup_instruments.cc
table_setup_instruments.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_setup_timers.cc
table_setup_timers.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
table_sync_instances.cc
table_sync_instances.h
table_threads.cc
table_threads.h