mariadb/mysql-test/suite/perfschema/r
Marc Alff 623863fdc7 Bug#56761 Segfault on CHECKSUM TABLE performance_schema.EVENTS_WAITS_HISTORY EXTENDED
Before this fix, the server could crash inside a memcpy when reading data
from the EVENTS_WAITS_CURRENT / HISTORY / HISTORY_LONG  tables.

The root cause is that the length used in a memcpy could be corrupted,
when another thread writes data in the wait record being read.
Reading unsafe data is ok, per design choice, and the code does sanitize
the data in general, but did not sanitize the length given to memcpy.

The fix is to also sanitize the schema name / object name / file name
length when extracting the data to produce a row.
2010-09-15 12:20:48 -06:00
..
aggregate.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
bad_option_1.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
bad_option_2.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
bad_option_3.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
bad_option_4.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
bad_option_5.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
binlog_mix.result BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with 2010-08-20 03:59:58 +01:00
binlog_row.result BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with 2010-08-20 03:59:58 +01:00
binlog_stmt.result BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates with 2010-08-20 03:59:58 +01:00
checksum.result Bug#56761 Segfault on CHECKSUM TABLE performance_schema.EVENTS_WAITS_HISTORY EXTENDED 2010-09-15 12:20:48 -06:00
cnf_option.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
column_privilege.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_cond_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_events_waits_current.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_events_waits_history.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_events_waits_history_long.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_ews_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_ews_by_thread_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_ews_global_by_event_name.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
ddl_file_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_fs_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_fs_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_mutex_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_performance_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_rwlock_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_setup_consumers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_setup_instruments.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_setup_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
ddl_threads.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
dml_cond_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_events_waits_current.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_events_waits_history.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_events_waits_history_long.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_ews_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_ews_by_thread_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_ews_global_by_event_name.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
dml_file_instances.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_file_summary_by_event_name.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_file_summary_by_instance.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_mutex_instances.result Bug#50596 Spurious test failures in perfschema.dml_mutex_instances 2010-01-25 20:12:20 -07:00
dml_performance_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_rwlock_instances.result Bug#50596 Spurious test failures in perfschema.dml_mutex_instances 2010-01-25 20:12:20 -07:00
dml_setup_consumers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_setup_instruments.result Fix for bug #52044 "FLUSH TABLES WITH READ LOCK and FLUSH 2010-07-27 17:34:58 +04:00
dml_setup_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_threads.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
func_file_io.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
func_mutex.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
global_read_lock.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
information_schema.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
misc.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
myisam_file_io.result Bug#53394 Tests: perfschema.myisam_file_io fails 2010-07-16 08:21:07 -06:00
no_threads.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
one_thread_per_con.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
pfs_upgrade.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
privilege.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
query_cache.result Bug#53102 perfschema.pfs_upgrade fails on sol10 sparc64 max in parallel mode 2010-07-20 21:15:29 +02:00
read_only.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
schema.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
selects.result Bug#55416 Renaming of performance_schema tables for 5.5 2010-08-12 08:08:52 -06:00
server_init.result Commit on behalf of Dmitry Lenev. 2010-08-12 17:50:23 +04:00
short_option_1.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
short_option_2.result Bug#55873 short startup options do not work in 5.5 2010-08-25 18:59:28 -06:00
start_server_no_cond_class.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_cond_inst.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_file_class.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_file_inst.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_mutex_class.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_mutex_inst.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_rwlock_class.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_rwlock_inst.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_thread_class.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_no_thread_inst.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_off.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
start_server_on.result Bug#56528 Increased server footprint with MTR 2010-09-08 12:01:12 -06:00
tampered_perfschema_table1.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
thread_cache.result Bug#54782 Performance schema per thread accounting and thread cache 2010-07-16 07:50:50 -06:00