mariadb/mysql-test/suite/perfschema/r
Marc Alff d51cd894da Bug#57154 Rename THREADS.ID to THREADS.PROCESSLIST_ID in 5.5
This change is to align the 5.5 performance_schema.THREADS
table definition with the 5.6 performance_schema.THREADS table,
to facilitate the 5.5 -> 5.6 migration later.

In the table performance_schema.THREADS:
- renamed ID to PROCESSLIST_ID, removed not null
- changed NAME from varchar(64) to varchar(128)
to match the columns definitions from 5.6

Adjusted the test cases accordingly.

Note: this fix is for 5.5 only, to null merge into 5.6
2010-10-06 18:03:27 -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#1054: Pluggable authentication support 2010-08-09 11:32:50 +03: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 Reverted a temporary workaround for bug #56405 "Deadlock 2010-09-30 17:29:12 +04:00
dml_setup_timers.result WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
dml_threads.result Bug#57154 Rename THREADS.ID to THREADS.PROCESSLIST_ID in 5.5 2010-10-06 18:03:27 -06:00
func_file_io.result Bug#57154 Rename THREADS.ID to THREADS.PROCESSLIST_ID in 5.5 2010-10-06 18:03:27 -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 merge of mysql-5.5 into mysql-5.5-wl1054 2010-09-20 17:17:32 +03:00
privilege.result WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03: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#57154 Rename THREADS.ID to THREADS.PROCESSLIST_ID in 5.5 2010-10-06 18:03:27 -06:00
server_init.result Bug#56832 perfschema.server_init test output not consistent 2010-09-16 19:04:34 -06: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