mariadb/mysql-test/suite/perfschema/r
Dmitry Shulga eeb00ceffd MDEV-35617: DROP USER should leave no active session for that user
Follow-up patch with adjustments of test files and updates of result
files for tests.

Some of tests were rewritten slighlty. Everywhere where common
pattern used:
-----
  CREATE USER userA;
  --connect con1 ... userA ...
   <sql statements...>
  --disconnect con1
  DROP USER userA;
-----
the DROP USER statement has been eclosed into the directive
--disable_warnings
--enable_warnings

This change is caused by the race conddition between --disconnect
and DROP USER since a number of currently running sessions
established on behalf the user being dropped is counted by
holding the rw_lock THD_list_iterator::lock that is not acquired on
execution the DROP USER statement but the lock is taken as the last
step on handling disconnection (when the client is already sending
the next statement). Therefore, for the cases where the command
 --disconnect precedes the DROP USER statement
we hide the possible warnings about presence of active sessions
for the user being deleted to make tests deterministic.
2025-06-09 18:24:28 +07:00
..
all_tests.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
alter_table_progress.result Merge branch '11.1' into 11.2 2024-04-09 12:12:33 +02:00
bad_option.result Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
batch_table_io_func.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
binlog_edge_mix.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
binlog_edge_row.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
binlog_edge_stmt.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
binlog_mix.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
binlog_ok_mix.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
binlog_ok_row.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
binlog_ok_stmt.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
binlog_row.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
binlog_stmt.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
checksum.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
cnf_option.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
column_privilege.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
connect_attrs.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
connection.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
connection_3a.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
connection_3a_3u.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
connection_3u.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
connection_type_notwin.result MDEV-5215 prerequisite of prerequisite: if DB is not mentioned in connect ignore errors of switching to it 2022-11-01 15:40:49 +01:00
connection_type_win.result MDEV-5215 post-review fixes 2022-11-01 22:20:02 +01:00
csv_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
ddl_accounts.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_cond_instances.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_esgs_by_account_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esgs_by_host_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esgs_by_thread_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esgs_by_user_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esgs_global_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esms_by_account_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esms_by_digest.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esms_by_host_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esms_by_program.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_esms_by_thread_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esms_by_user_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_esms_global_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ets_by_account_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_ets_by_host_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_ets_by_thread_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_ets_by_user_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_ets_global_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_events_stages_current.result MDEV-22597 Add views for periods in information_schema 2024-02-12 22:26:06 +01:00
ddl_events_stages_history.result MDEV-22597 Add views for periods in information_schema 2024-02-12 22:26:06 +01:00
ddl_events_stages_history_long.result MDEV-22597 Add views for periods in information_schema 2024-02-12 22:26:06 +01:00
ddl_events_statements_current.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_events_statements_history.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_events_statements_history_long.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_events_transactions_current.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_events_transactions_history.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_events_transactions_history_long.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_events_waits_current.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_events_waits_history.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_events_waits_history_long.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ews_by_account_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ews_by_host_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ews_by_instance.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ews_by_thread_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ews_by_user_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_ews_global_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_file_instances.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_fs_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_fs_by_instance.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_global_status.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_global_variables.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_host_cache.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_hosts.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_mems_by_account_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_mems_by_host_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_mems_by_thread_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_mems_by_user_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_mems_global_by_event_name.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_metadata_locks.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_mutex_instances.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_os_global_by_type.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_performance_timers.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_prepared_statements_instances.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_processlist.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
ddl_replication_applier_configuration.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_replication_applier_status.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_replication_applier_status_by_coordinator.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_replication_applier_status_by_worker.result MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_worker 2021-04-08 17:19:51 +05:30
ddl_replication_connection_configuration.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_replication_connection_status.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_replication_group_member_stats.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_replication_group_members.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_rwlock_instances.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_session_account_connect_attrs.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_session_connect_attrs.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_session_status.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_session_variables.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_setup_actors.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_setup_consumers.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_setup_instruments.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_setup_objects.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_socket_instances.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_socket_summary_by_event_name.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_socket_summary_by_instance.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_status_by_account.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_status_by_host.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_status_by_thread.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_status_by_user.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ddl_table_handles.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_threads.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
ddl_tiws_by_index_usage.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_tiws_by_table.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_tlws_by_table.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_users.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
ddl_uvar_by_thread.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
ddl_variables_by_thread.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
digest_null_literal.result 5.6.26 2015-08-03 13:05:40 +02:00
digest_table_full.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
digest_view.result Merge branch '11.2' into 11.3 2024-02-04 16:42:31 +01:00
discovery.result MDEV-7922 - ERROR 1939 (HY000): Engine PERFORMANCE_SCHEMA failed to discover 2015-05-07 20:45:46 +04:00
dml_accounts.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_cond_instances.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esgs_by_account_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esgs_by_host_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esgs_by_thread_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esgs_by_user_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esgs_global_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esms_by_account_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esms_by_digest.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esms_by_host_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esms_by_program.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_esms_by_thread_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esms_by_user_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_esms_global_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ets_by_account_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_ets_by_host_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_ets_by_thread_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_ets_by_user_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_ets_global_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_stages_current.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_stages_history.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_stages_history_long.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_statements_current.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_statements_history.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_statements_history_long.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_transactions_current.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_transactions_history.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_transactions_history_long.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_events_waits_current.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_events_waits_history.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_events_waits_history_long.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ews_by_account_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ews_by_host_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ews_by_instance.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ews_by_thread_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ews_by_user_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_ews_global_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_file_instances.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_fs_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_fs_by_instance.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_global_status.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_global_variables.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
dml_handler.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
dml_host_cache.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_hosts.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_mems_by_account_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_mems_by_host_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_mems_by_thread_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_mems_by_user_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_mems_global_by_event_name.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_metadata_locks.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_mutex_instances.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_os_global_by_type.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_performance_timers.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
dml_prepared_statements_instances.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_processlist.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
dml_replication_applier_configuration.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_replication_applier_status.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_replication_applier_status_by_coordinator.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_replication_applier_status_by_worker.result MDEV-32537 due to Linux, restrict thread name to 15 characters, also in PS. 2024-07-09 13:20:49 +02:00
dml_replication_connection_configuration.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_replication_connection_status.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
dml_replication_group_member_stats.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
dml_replication_group_members.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
dml_rwlock_instances.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_session_account_connect_attrs.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_session_connect_attrs.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_session_status.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_session_variables.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
dml_setup_actors.result Expand performance_schema tables definitions with column comments 2021-09-10 17:16:50 +03:00
dml_setup_consumers.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_setup_instruments.result MDEV-4991: GTID binlog indexing 2024-01-27 12:09:54 +01:00
dml_setup_objects.result Merge remote-tracking branch 'upstream/10.4' into 10.5 2021-09-10 17:16:18 +03:00
dml_socket_instances.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_socket_summary_by_event_name.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_socket_summary_by_instance.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_status_by_account.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_status_by_host.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_status_by_thread.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_status_by_user.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_table_handles.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_threads.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_tiws_by_index_usage.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_tiws_by_table.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_tlws_by_table.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_users.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
dml_uvar_by_thread.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
dml_variables_by_thread.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
event_aggregate.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_a.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_a_no_h.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_a_no_u.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_a_no_u_no_h.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_h.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_u.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
event_aggregate_no_u_no_h.result Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
file_misc.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
func_file_io.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
func_mutex.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
global_objects.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
global_read_lock.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant.result MDEV-35384 Table performance_schema.session_status and other two tables are not shown in information_schema.tables for normal users 2025-01-09 10:00:35 +01:00
hostcache_ipv4_addrinfo_again_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_again_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_bad_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_bad_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_good_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_good_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_noname_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_addrinfo_noname_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_auth_ed25519.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_auth_plugin.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_blocked.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_format.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_max_con.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_nameinfo_again_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_nameinfo_again_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_nameinfo_noname_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_nameinfo_noname_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_passwd.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv4_ssl.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_again_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_again_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_bad_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_bad_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_good_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_good_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_noname_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_addrinfo_noname_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_auth_plugin.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_blocked.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_max_con.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_nameinfo_again_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_nameinfo_again_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_nameinfo_noname_allow.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_nameinfo_noname_deny.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_passwd.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_ipv6_ssl.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
hostcache_peer_addr.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
indexed_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
information_schema.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
innodb_events_transactions_history_long.result MDEV-24600 performance_schema.events_transactions_history_long.trx_id reports garbage 2021-01-15 13:43:05 +02:00
innodb_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
io_cache.result perfschema test formatting. Use --echo # 2020-03-14 09:51:36 +01:00
lowercase_fs_off.result MDEV-34817 perfschema.lowercase_fs_off fails on buildbot 2024-10-30 10:21:29 +04:00
max_program_zero.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
mdl_func.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
memory_aggregate.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_32bit.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-04-07 12:01:47 +02:00
memory_aggregate_no_a.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_no_a_no_h.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_no_a_no_u.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_no_a_no_u_no_h.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_no_h.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_no_u.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_aggregate_no_u_no_h.result MDEV-22949 perfschema.memory_aggregate_no_a_no_u fails sporadically in buildbot with wrong result 2024-03-27 16:14:55 +01:00
memory_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
merge_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
misc.result Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
misc_global_status.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
misc_session_status.result Updated misc_session_status.test to not fail if select does not fail 2025-01-05 16:40:11 +02:00
mks_timer-6258.result MDEV-6258 MariaDB 10.0 performance schema timestamps relative to epoch 2014-06-05 09:03:55 +02:00
multi_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
myisam_file_io.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
myisam_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
nesting.result Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
no_threads.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
one_thread_per_con.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
ortho_iter.result MDEV-20034 Add support for the pre-defined weak SYS_REFCURSOR 2025-04-19 10:59:58 +04:00
part_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
partition.result MDEV-10679 Crash in performance schema and partitioning with discovery 2018-05-26 12:49:25 +03:00
pfs_upgrade_event.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
pfs_upgrade_func.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
pfs_upgrade_proc.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
pfs_upgrade_table.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
pfs_upgrade_view.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
prepared_statements.result MDEV-26872 perfschema.prepared_statements non-deterministic test failure (#2290) 2022-10-19 09:52:16 +01:00
prepared_stmts_by_stored_programs.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
privilege.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
privilege_table_io.result MDEV-20034 Add support for the pre-defined weak SYS_REFCURSOR 2025-04-19 10:59:58 +04:00
processlist.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_57.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_acl.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_anonymous.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_no_pfs.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_port.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
processlist_reg_user.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
query_cache.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
read_only.result MDEV-36425 Extend read_only to also block share locks and super user 2025-04-28 12:59:39 +03:00
relaylog.result MDEV-33856: Alternative Replication Lag Representation via Received/Executed Master Binlog Event Timestamps 2024-07-25 08:57:27 -06:00
rollback_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
rpl_group_member_stats.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
rpl_group_members.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
rpl_gtid_func.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
rpl_statements.result perfschema test formatting. Use --echo # 2020-03-14 09:51:36 +01:00
rpl_threads.result Merge 10.11 into 11.0 2024-01-10 12:42:56 +02:00
schema.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
selects.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
server_init.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
setup_actors.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
setup_actors_enabled.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
setup_actors_history.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
setup_consumers_defaults.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
setup_instruments_defaults.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
setup_object_table_lock_io.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
setup_objects.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
short_option_1.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
short_option_2.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
show_aggregate.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
show_coverage.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
show_misc.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
show_plugin.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
show_sanity.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
socket_connect.result Merge branch '10.5' into 10.6 2022-05-10 14:01:23 +02:00
socket_instances_func.result mtr: perfschema.socket_{connect,instances_func} "Expect X" 2021-03-05 08:25:53 +11:00
socket_instances_func_win.result perfschema 5.6.10 initial commit. 2014-05-06 23:20:50 +02:00
socket_summary_by_event_name_func.result Merge branch '10.4' into 10.5 2022-05-09 22:04:06 +02:00
socket_summary_by_instance_func.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
socket_summary_by_instance_func_win.result Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
stage_mdl_function.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
stage_mdl_global.result MDEV-11176: FTWRL confusing state about "worker thread pool" 2024-12-05 12:08:12 +01:00
stage_mdl_procedure.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
stage_mdl_table.result MDEV-33620 Improve times and states in show processlist for replication 2024-03-08 15:23:17 +02:00
start_server_1_digest.result 5.7.28 2019-12-11 21:39:26 +01:00
start_server_disable_idle.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_disable_stages.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_disable_statements.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_disable_transactions.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_disable_waits.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_innodb.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_low_digest.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
start_server_low_digest_sql_length.result Merge branch '11.2' into 11.3 2024-02-04 16:42:31 +01:00
start_server_low_index.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_low_table_lock.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_account.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_cond_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_cond_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_digests.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
start_server_no_file_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_file_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_host.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_index.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_mdl.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_memory_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_mutex_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_mutex_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_prepared_stmts_instances.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_rwlock_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_rwlock_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_setup_actors.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_setup_objects.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_socket_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_socket_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_stage_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_stages_history.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_stages_history_long.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_statement_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_statements_history.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_statements_history_long.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_table_hdl.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_table_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_table_lock.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_thread_class.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_thread_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_transactions_history.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_transactions_history_long.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_user.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_waits_history.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_no_waits_history_long.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_nothing.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_off.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_on.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_variables.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
start_server_zero_digest_sql_length.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
statement_digest.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
statement_digest_charset.result perfschema 5.6.10 initial commit. 2014-05-06 23:22:16 +02:00
statement_digest_consumers.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
statement_digest_consumers2.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
statement_digest_long_query.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
statement_program_concurrency.result Fix perfschema.statement_program_concurrency 2020-03-11 08:29:48 +02:00
statement_program_lost_inst.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
statement_program_nested.result MDEV-23974 fixup: rpl.rpl_gtid_stop_start fails 2022-03-24 13:43:58 +02:00
statement_program_nesting_event_check.result events in perfschema tests: use ON COMPLETION NOT PRESERVE 2024-03-27 16:14:55 +01:00
statement_program_non_nested.result Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
status_reprepare.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
sxlock_func.result Merge 10.7 into 10.8 2022-02-25 16:24:13 +02:00
table_aggregate_global_2u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_global_2u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_global_4u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_global_4u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_hist_2u_2t.result Revert "MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE" 2023-10-14 11:03:00 +02:00
table_aggregate_hist_2u_3t.result Revert "MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE" 2023-10-14 11:03:00 +02:00
table_aggregate_hist_4u_2t.result Revert "MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE" 2023-10-14 11:03:00 +02:00
table_aggregate_hist_4u_3t.result Revert "MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE" 2023-10-14 11:03:00 +02:00
table_aggregate_off.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_aggregate_thread_2u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_thread_2u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_thread_4u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_aggregate_thread_4u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_global_2u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_global_2u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_global_4u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_global_4u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_hist_2u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_hist_2u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_hist_4u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_hist_4u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_thread_2u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_thread_2u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_thread_4u_2t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_io_aggregate_thread_4u_3t.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
table_lock_aggregate_global_2u_2t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_global_2u_3t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_global_4u_2t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_global_4u_3t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_hist_2u_2t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_hist_2u_3t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_hist_4u_2t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_hist_4u_3t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_thread_2u_2t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_thread_2u_3t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_thread_4u_2t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_lock_aggregate_thread_4u_3t.result mysql-5.7.39 2022-07-29 14:48:01 +02:00
table_name.result perfschema test formatting. Use --echo # 2020-03-14 09:51:36 +01:00
table_schema.result remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
temp_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
thread_cache.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
thread_misc.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
threads_history.result MDEV-35617: DROP USER should leave no active session for that user 2025-06-09 18:24:28 +07:00
threads_innodb.result Merge 11.4 into 11.8 2025-03-05 20:39:47 +02:00
threads_insert_delayed.result 5.7.13 2016-07-28 15:52:12 +02:00
threads_mysql.result Merge branch 'merge-perfschema-5.7' into 10.5 2022-08-02 09:34:15 +02:00
threads_mysql_freebsd.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
threads_mysql_linux.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
threads_mysql_windows.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
transaction.result fix a typo and an old bug in prefschema.transaction test 2024-11-05 14:00:47 -08:00
transaction_gtid.result P_S 5.7.28 2020-03-10 19:24:22 +01:00
transaction_nested_events.result Aria will now register it's transactions 2020-05-23 12:29:10 +03:00
trigger_table_io.result MDEV-33145 Add FLUSH GLOBAL STATUS 2024-05-27 12:39:03 +02:00
unary_digest.result 5.6.26 2015-08-03 13:05:40 +02:00
update_order-3837.result MDEV-3837 Assertion `table->read_set == &table->def_read_set' failed on updating a performance_schema table 2012-12-15 21:54:18 +01:00
user_var_func.result perfschema compilation, test and misc fixes 2020-03-10 19:24:23 +01:00
view_table_io.result MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00