mariadb/mysql-test/main
Daniel Lenski 3ef111610b [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables
When the server is started with `--event-scheduler=ON` and with
`--skip-grant-tables` (or built as embedded server which has no grant
tables at all), the event scheduler *appears* to be enabled (`SELECT
@@global.event_scheduler` returns `'ON'`), but attempting to
manipulate it in any way returns a misleading error message:

  "Cannot proceed, because event scheduler is disabled"

Possible solutions:

1. Fast-fail: fail immediately on startup if `EVENT_SCHEDULER` is set to
   any value other than `DISABLED` when starting up without grant
   tables, then prevent `SET GLOBAL event_scheduler` while running.

   Problem: there are existing setup scripts and code which start with
   this combination and assume it will not fail.

2. Warn and change value: if `EVENT_SCHEDULER` is set to any value
   other than `DISABLED` when starting, print a warning and change it
   immediately to `DISABLED`.

   Advantage: The value of the `EVENT_SCHEDULER` system variable after
   startup will be consistent with its functional unavailability.

3. Display a clear error: if `EVENT_SCHEDULER` is enabled, but grant
   tables are not enabled, then ensure error messages clearly explain
   the fact that the combination is not supported.

   Advantage: The error message encountered by the end user when
   attempting to manipulate the event scheduler (such as `CREATE
   EVENT`) is clear and explicit.

This commit implements the combination of solutions (2) and (3): it
will set `EVENT_SCHEDULER=DISABLED` on startup (reflecting the
functional reality) and it will print a startup warning, *and* it will
print a *distinct* error message each time that an end user attempts to
manipulate the event scheduler, so that the end user will clearly understand
the problem even if the startup messages are not visible at that point.

It also adds an MTR test `main.events_skip_grant_tables` to verify the
expected behavior, and the unmodified `main.events_restart` test
continues to demonstrate no change in the error message when the event
scheduler is non-functional for *different* reasons.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the BSD-new
license. I am contributing on behalf of my employer Amazon Web Services
2023-04-27 15:28:24 +10:00
..
1st.result
1st.test
aborted_clients.result
aborted_clients.test
adddate_454.result
adddate_454.test
alias.result
alias.test
almost_full.result
almost_full.test
alter_events.result
alter_events.test
alter_table-big.result
alter_table-big.test
alter_table.result
alter_table.test
alter_table_autoinc-5574.result
alter_table_autoinc-5574.test
alter_table_combinations,aria.rdiff Removed diff dates from rdiff files 2023-02-03 11:57:45 +03:00
alter_table_combinations,heap.rdiff Removed diff dates from rdiff files 2023-02-03 11:57:45 +03:00
alter_table_combinations.combinations
alter_table_combinations.result
alter_table_combinations.test
alter_table_debug.result
alter_table_debug.test
alter_table_errors.result
alter_table_errors.test
alter_table_lock.result
alter_table_lock.test
alter_table_mdev539_maria.result
alter_table_mdev539_maria.test
alter_table_mdev539_myisam.result
alter_table_mdev539_myisam.test
alter_table_online.result
alter_table_online.test
alter_table_trans.result
alter_table_trans.test
alter_table_upgrade_aria.result
alter_table_upgrade_aria.test
alter_table_upgrade_mdev29481_myisam_aria.inc
alter_table_upgrade_myisam.result
alter_table_upgrade_myisam.test
alter_table_upgrade_myisam_debug.result
alter_table_upgrade_myisam_debug.test
alter_user.result
alter_user.test
analyze.result
analyze.test
analyze_debug.result
analyze_debug.test
analyze_format_json.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
analyze_format_json.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
analyze_stmt.result MDEV-30256 Wrong result (missing rows) upon join with empty table 2023-02-10 12:58:50 +02:00
analyze_stmt.test
analyze_stmt_orderby.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
analyze_stmt_orderby.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
analyze_stmt_privileges.result
analyze_stmt_privileges.test
analyze_stmt_privileges2.result MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements 2023-03-15 17:35:22 -07:00
analyze_stmt_privileges2.test MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements 2023-03-15 17:35:22 -07:00
analyze_stmt_slow_query_log-master.opt
analyze_stmt_slow_query_log.result
analyze_stmt_slow_query_log.test
ansi.result
ansi.test
aria_icp_debug.result
aria_icp_debug.test
assign_key_cache.result
assign_key_cache.test
assign_key_cache_debug.result
assign_key_cache_debug.test
auth_named_pipe-master.opt
auth_named_pipe.result
auth_named_pipe.test
auth_rpl-slave.opt
auth_rpl.result
auth_rpl.test
auto_increment.result
auto_increment.test
auto_increment_ranges.inc
auto_increment_ranges_innodb.result
auto_increment_ranges_innodb.test
auto_increment_ranges_myisam.result
auto_increment_ranges_myisam.test
backup_aria.result
backup_aria.test
backup_interaction.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
backup_interaction.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
backup_lock.result
backup_lock.test
backup_lock_binlog.result
backup_lock_binlog.test
backup_lock_debug.result
backup_lock_debug.test
backup_locks.result
backup_locks.test
backup_log.inc
backup_log.result
backup_log.test
backup_priv.result
backup_priv.test
backup_stages.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
backup_stages.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
backup_syntax.result
backup_syntax.test Fix trivial spelling errors 2023-03-24 12:54:05 +11:00
bad_frm_crash_5029.result
bad_frm_crash_5029.test
bad_startup_options.result
bad_startup_options.test
bench_count_distinct.result
bench_count_distinct.test
bigint.result
bigint.test
binary.result
binary.test
binary_to_hex.result
binary_to_hex.test
bind_address_resolution.opt
bind_address_resolution.result
bind_address_resolution.test
bind_multiple_addresses_resolution.opt
bind_multiple_addresses_resolution.result
bind_multiple_addresses_resolution.test
blackhole.result
blackhole.test
blackhole_plugin.result
blackhole_plugin.test
bool.result
bool.test
bootstrap-master.opt
bootstrap.result
bootstrap.test
bootstrap_innodb.result
bootstrap_innodb.test
brackets.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
brackets.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
bug39022.result
bug39022.test
bug46760-master.opt MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
bug46760.result
bug46760.test
bug47671-master.opt
bug47671.result
bug47671.test
bug58669-master.opt
bug58669.result
bug58669.test
bug12427262.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
bug12427262.test
bug13633383.result
bug13633383.test
bulk_replace.result
bulk_replace.test
cache_innodb.result
cache_innodb.test
cache_temporal_4265.result MDEV-30345 DML does not find rows it is supposed to 2023-01-11 20:15:26 +02:00
cache_temporal_4265.test MDEV-30345 DML does not find rows it is supposed to 2023-01-11 20:15:26 +02:00
case.result
case.test
cast.result
cast.test
change_user.result
change_user.test
change_user_notembedded.result
change_user_notembedded.test
charset_client_win.result
charset_client_win.test
charset_client_win_utf8mb4.result
charset_client_win_utf8mb4.test
check.result
check.test
check_constraint.result
check_constraint.test
check_constraint_innodb.result
check_constraint_innodb.test
check_constraint_show.result
check_constraint_show.test
check_view_protocol.result
check_view_protocol.test
cli_options_force_protocol_not_win.result
cli_options_force_protocol_not_win.test
cli_options_force_protocol_win.opt
cli_options_force_protocol_win.result
cli_options_force_protocol_win.test
client_xml.result
client_xml.test
column_compression.inc
column_compression.result
column_compression.test
column_compression_parts.result
column_compression_parts.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
column_compression_rpl.opt
column_compression_rpl.result
column_compression_rpl.test
column_compression_utf16.result
column_compression_utf16.test
comment_column.result
comment_column.test
comment_column2.result
comment_column2.test
comment_database.result
comment_database.test
comment_index.result
comment_index.test
comment_table.result
comment_table.test
comments.result Version change to 11.0 2023-02-03 10:56:23 +03:00
comments.test Version change to 11.0 2023-02-03 10:56:23 +03:00
commit.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
commit.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
commit_1innodb.result
commit_1innodb.test
compare.result
compare.test
compound.result
compound.test
compress.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
compress.test
concurrent_innodb_safelog.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
concurrent_innodb_safelog.test
concurrent_innodb_unsafelog.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
concurrent_innodb_unsafelog.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
connect-abstract.cnf
connect-abstract.result
connect-abstract.test
connect.cnf
connect.result
connect.test
connect2.cnf
connect2.result
connect2.test
connect_debug.result
connect_debug.test
consistent_snapshot.result
consistent_snapshot.test
constraints.result Merge 10.5 into 10.6 2023-01-17 20:02:29 +02:00
constraints.test ADD CONSTRAINT IF NOT EXISTS didn't work in SP 2023-01-17 15:28:56 +01:00
contributors.result
contributors.test
costs.result MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0' failed in Cost_estimate::total_cost() 2023-02-10 12:58:50 +02:00
costs.test MDEV-30328 Assertion `avg_io_cost != 0.0 || index_cost.io + row_cost.io == 0' failed in Cost_estimate::total_cost() 2023-02-10 12:58:50 +02:00
count_distinct.result
count_distinct.test
count_distinct2-master.opt
count_distinct2.result
count_distinct2.test
count_distinct3.result
count_distinct3.test
crash_commit_before-master.opt MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
crash_commit_before.result
crash_commit_before.test
create-big.result
create-big.test
create-uca.result
create-uca.test
create.result Merge 10.9 into 10.10 2023-01-13 11:45:57 +02:00
create.test Merge 10.9 into 10.10 2023-01-13 11:45:57 +02:00
create_delayed.result
create_delayed.test
create_drop_binlog.result
create_drop_binlog.test
create_drop_db.result
create_drop_db.test
create_drop_event.result
create_drop_event.test
create_drop_function.result
create_drop_function.test
create_drop_index.result
create_drop_index.test
create_drop_procedure.result
create_drop_procedure.test
create_drop_role.result
create_drop_role.test
create_drop_server.result
create_drop_server.test
create_drop_trigger.result
create_drop_trigger.test
create_drop_udf.result
create_drop_udf.test
create_drop_user.result
create_drop_user.test
create_drop_view.result
create_drop_view.test
create_not_windows.result
create_not_windows.test
create_or_replace-master.opt
create_or_replace.result
create_or_replace.test
create_or_replace2.result
create_or_replace2.test
create_or_replace_permission.result
create_or_replace_permission.test
create_replace_tmp.result
create_replace_tmp.test
create_select.result
create_select.test
create_user.result
create_user.test
create_utf8.result
create_utf8.test
create_w_max_indexes_64.result
create_w_max_indexes_64.test
create_w_max_indexes_128.result
create_w_max_indexes_128.test
create_windows.result
create_windows.test
cte_cycle.result
cte_cycle.test
cte_grant.result
cte_grant.test
cte_nonrecursive.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
cte_nonrecursive.test
cte_nonrecursive_not_embedded.result
cte_nonrecursive_not_embedded.test
cte_recursive.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
cte_recursive.test Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
cte_recursive_not_embedded.result
cte_recursive_not_embedded.test
ctype_ascii.result
ctype_ascii.test
ctype_big5.result
ctype_big5.test
ctype_binary.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
ctype_binary.test
ctype_collate.result Changing all cost calculation to be given in milliseconds 2023-02-02 23:54:45 +03:00
ctype_collate.test
ctype_collate_column.result
ctype_collate_column.test
ctype_collate_context.result
ctype_collate_context.test
ctype_collate_database.result
ctype_collate_database.test
ctype_collate_table.result
ctype_collate_table.test
ctype_cp850.result
ctype_cp850.test
ctype_cp866.result
ctype_cp866.test
ctype_cp932.result
ctype_cp932.test
ctype_cp932_binlog_row.result
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.result
ctype_cp932_binlog_stm.test
ctype_cp1250_ch.result
ctype_cp1250_ch.test
ctype_cp1251.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
ctype_cp1251.test
ctype_create.result
ctype_create.test
ctype_dec8.result
ctype_dec8.test
ctype_errors.result
ctype_errors.test
ctype_eucjpms.result
ctype_eucjpms.test
ctype_euckr.result
ctype_euckr.test
ctype_filename.result
ctype_filename.test
ctype_filesystem-master.opt
ctype_filesystem.result
ctype_filesystem.test
ctype_gb2312.result
ctype_gb2312.test
ctype_gbk.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
ctype_gbk.test
ctype_gbk_binlog.result
ctype_gbk_binlog.test
ctype_gbk_export_import.result
ctype_gbk_export_import.test
ctype_hebrew.result
ctype_hebrew.test
ctype_latin1.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
ctype_latin1.test
ctype_latin1_de.result
ctype_latin1_de.test
ctype_latin2.result
ctype_latin2.test
ctype_latin2_ch.result
ctype_latin2_ch.test
ctype_ldml-master.opt
ctype_ldml.result MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
ctype_ldml.test MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
ctype_like_range.result
ctype_like_range.test
ctype_many.result
ctype_many.test
ctype_mb.result
ctype_mb.test
ctype_nopad_8bit.result
ctype_nopad_8bit.test
ctype_partitions.result
ctype_partitions.test
ctype_recoding.result
ctype_recoding.test
ctype_sjis.result
ctype_sjis.test
ctype_swe7.result
ctype_swe7.test
ctype_tis620.result
ctype_tis620.test
ctype_uca.result Merge 10.5 into 10.6 2023-02-10 13:03:01 +02:00
ctype_uca.test
ctype_uca_innodb.result
ctype_uca_innodb.test
ctype_uca_partitions.result
ctype_uca_partitions.test
ctype_ucs.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
ctype_ucs.test
ctype_ucs2_def-master.opt
ctype_ucs2_def.result
ctype_ucs2_def.test
ctype_ucs2_general_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_ci_ws.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_ci_ws.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_mysql500_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_mysql500_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_mysql500_ci_ws.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_general_mysql500_ci_ws.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_query_cache-master.opt
ctype_ucs2_query_cache.result
ctype_ucs2_query_cache.test
ctype_ucs2_turkish_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_turkish_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_uca.result
ctype_ucs2_uca.test
ctype_ucs2_unicode_520_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ucs2_unicode_520_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_ujis.result
ctype_ujis.test
ctype_ujis_ucs2.result
ctype_ujis_ucs2.test
ctype_upgrade.result
ctype_upgrade.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
ctype_utf8-master.opt
ctype_utf8.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
ctype_utf8.test Merge branch '10.9' into 10.10 2023-01-31 11:01:48 +01:00
ctype_utf8_def_upgrade.opt
ctype_utf8_def_upgrade.result
ctype_utf8_def_upgrade.test
ctype_utf8_uca.result MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
ctype_utf8_uca.test MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
ctype_utf8mb3_general_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_ci_ws.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_ci_ws.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_mysql500_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_mysql500_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_mysql500_ci_ws.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_general_mysql500_ci_ws.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_turkish_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_turkish_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_unicode_520_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb3_unicode_520_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4-master.opt
ctype_utf8mb4.result
ctype_utf8mb4.test
ctype_utf8mb4_general_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_general_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_general_ci_ws.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_general_ci_ws.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_heap.result
ctype_utf8mb4_heap.test
ctype_utf8mb4_innodb-master.opt
ctype_utf8mb4_innodb.result
ctype_utf8mb4_innodb.test
ctype_utf8mb4_myisam.result
ctype_utf8mb4_myisam.test
ctype_utf8mb4_turkish_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_turkish_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_uca.result MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
ctype_utf8mb4_uca.test MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
ctype_utf8mb4_uca_allkeys400.result
ctype_utf8mb4_uca_allkeys400.test
ctype_utf8mb4_uca_allkeys520.result
ctype_utf8mb4_uca_allkeys520.test
ctype_utf8mb4_uca_allkeys1400.result
ctype_utf8mb4_uca_allkeys1400.test
ctype_utf8mb4_unicode_520_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_unicode_520_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_unicode_ci_casefold.result MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_unicode_ci_casefold.test MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FF 2023-02-23 23:40:45 +04:00
ctype_utf8mb4_unicode_ci_def.opt
ctype_utf8mb4_unicode_ci_def.result
ctype_utf8mb4_unicode_ci_def.test
ctype_utf16.result
ctype_utf16.test
ctype_utf16_def-master.opt
ctype_utf16_def.result
ctype_utf16_def.test
ctype_utf16_uca.result
ctype_utf16_uca.test
ctype_utf16le.result
ctype_utf16le.test
ctype_utf32.result
ctype_utf32.test
ctype_utf32_def.opt
ctype_utf32_def.result
ctype_utf32_def.test
ctype_utf32_innodb.result
ctype_utf32_innodb.test
ctype_utf32_uca.result
ctype_utf32_uca.test
custom_aggregate_functions.result
custom_aggregate_functions.test
custom_aggregates_i_s.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
custom_aggregates_i_s.test
date_formats-master.opt
date_formats.result
date_formats.test
datetime_456.result
datetime_456.test
ddl_i18n_koi8r.result
ddl_i18n_koi8r.test
ddl_i18n_utf8.result
ddl_i18n_utf8.test
deadlock_ftwrl.result
deadlock_ftwrl.test
deadlock_innodb.result
deadlock_innodb.test
debug_sync.result Implement DEBUG_SYNC multiple signal firing capability 2023-02-03 16:27:16 +02:00
debug_sync.test Update comments to match new debug_sync implementation 2023-02-15 15:08:16 +02:00
default.result Merge 10.9 into 10.10 2023-01-13 11:45:57 +02:00
default.test Merge 10.9 into 10.10 2023-01-13 11:45:57 +02:00
default_debug.result
default_debug.test
default_innodb.result
default_innodb.test
default_session.result
default_session.test
default_storage_engine.result
default_storage_engine.test
delayed.result
delayed.test
delayed_blob.opt
delayed_blob.result
delayed_blob.test
delete.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
delete.test MDEV-29428 Incorrect result for delete with "order by" clause 2023-03-15 17:35:22 -07:00
delete_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
delete_innodb.test
delete_returning.result
delete_returning.test
delete_returning_grant.result
delete_returning_grant.test
delete_single_to_multi.result MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
delete_single_to_multi.test MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
delete_use_source.result MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHERE 2023-03-15 17:35:22 -07:00
delete_use_source.test MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHERE 2023-03-15 17:35:22 -07:00
delete_use_source_engines.result Adjusted test results after rebase of MDEV-7487 related commits against 11.1 2023-03-15 18:29:05 -07:00
delete_use_source_engines.test MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
delimiter_case_mdev_10728.sql
delimiter_command_case_sensitivity.result
delimiter_command_case_sensitivity.test
deprecated_features.result
deprecated_features.test
derived.result Another fix after the latest rebase of commits for MDEV-28883 2023-03-15 17:35:22 -07:00
derived.test MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHERE 2023-03-15 17:35:22 -07:00
derived_cond_pushdown.result Merge 11.0 into 11.1 2023-03-17 15:04:38 +02:00
derived_cond_pushdown.test Merge 11.0 into 11.1 2023-03-17 15:04:38 +02:00
derived_opt.result MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_THRESHOLD 2023-03-02 13:11:54 +02:00
derived_opt.test
derived_split_innodb.result MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_THRESHOLD 2023-03-02 13:11:54 +02:00
derived_split_innodb.test Indexes where not used for sorting in sub queries 2023-02-02 23:57:43 +03:00
derived_view.result MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_THRESHOLD 2023-03-02 13:11:54 +02:00
derived_view.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
desc_index_range.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
desc_index_range.test
dirty_close.result
dirty_close.test
disabled.def
distinct.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
distinct.test Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
drop.result
drop.test
drop_bad_db_type.result
drop_bad_db_type.test
drop_combinations.inc
drop_combinations.result
drop_combinations.test
drop_table_force.result
drop_table_force.test
dyncol.result
dyncol.test
empty_server_name-8224.result
empty_server_name-8224.test
empty_string_literal.result
empty_string_literal.test
empty_table.result MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty table 2023-02-15 13:56:33 +02:00
empty_table.test MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty table 2023-02-15 13:56:33 +02:00
empty_user_table.result
empty_user_table.test
endspace.result
endspace.test
enforce_storage_engine.result
enforce_storage_engine.test
enforce_storage_engine_opt.opt
enforce_storage_engine_opt.result
enforce_storage_engine_opt.test
engine_error_in_alter-8453.result
engine_error_in_alter-8453.test
error_simulation-master.opt
error_simulation.result
error_simulation.test
errors.result
errors.test
events_1.result
events_1.test
events_2.result
events_2.test
events_bugs-master.opt
events_bugs.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
events_bugs.test
events_embedded.result
events_embedded.test [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
events_grant.result
events_grant.test
events_logs_tests-master.opt
events_logs_tests.result
events_logs_tests.test
events_microsec.result
events_microsec.test
events_restart-master.opt
events_restart.result
events_restart.test
events_scheduling.result
events_scheduling.test
events_skip_grant_tables-master.opt [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
events_skip_grant_tables.result [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
events_skip_grant_tables.test [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
events_slowlog.result
events_slowlog.test
events_stress.result
events_stress.test
events_time_zone.result
events_time_zone.test
events_trans.result
events_trans.test
events_trans_notembedded.result
events_trans_notembedded.test
except.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
except.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
except_all.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
except_all.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
execution_constants.result
execution_constants.test
explain.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
explain.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
explain_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
explain_innodb.test
explain_json.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
explain_json.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
explain_json_format_partitions.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
explain_json_format_partitions.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
explain_json_innodb.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
explain_json_innodb.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
explain_non_select.result MDEV-30256 Wrong result (missing rows) upon join with empty table 2023-02-10 12:58:50 +02:00
explain_non_select.test
explain_slowquerylog-master.opt
explain_slowquerylog.result
explain_slowquerylog.test
ext_key_noPK_6794.result
ext_key_noPK_6794.test
failed_auth_3909.result
failed_auth_3909.test
failed_auth_unixsocket.result
failed_auth_unixsocket.test
fast_prefix_index_fetch_innodb.result
fast_prefix_index_fetch_innodb.test
features,ps.rdiff
features.result remove Feature_into_old_syntax 2023-02-10 12:59:36 +02:00
features.test Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
fetch_first.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
fetch_first.test Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
file_contents.result
file_contents.test
filesort_bad_i_s-7585.result
filesort_bad_i_s-7585.test
filesort_debug.result MDEV-30256 Wrong result (missing rows) upon join with empty table 2023-02-10 12:58:50 +02:00
filesort_debug.test MDEV-30256 Wrong result (missing rows) upon join with empty table 2023-02-10 12:58:50 +02:00
filesort_pack.result
filesort_pack.test
fix_priv_tables.result
fix_priv_tables.test
flush-innodb-notembedded.result
flush-innodb-notembedded.test
flush-innodb.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
flush-innodb.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
flush.result
flush.test
flush2-master.opt
flush2.result
flush2.test
flush_and_binlog.result
flush_and_binlog.test
flush_block_commit.result
flush_block_commit.test
flush_block_commit_notembedded.result
flush_block_commit_notembedded.test
flush_logs_not_windows.result
flush_logs_not_windows.test
flush_notembedded.result
flush_notembedded.test
flush_read_lock.result
flush_read_lock.test
flush_read_lock_kill.result
flush_read_lock_kill.test
flush_ssl.result
flush_ssl.test
flush_table.result
flush_table.test
foreign_key.result
foreign_key.test
frm-debug.result
frm-debug.test
frm_bad_row_type-7333.result
frm_bad_row_type-7333.test
fulltext.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
fulltext.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
fulltext2.result
fulltext2.test
fulltext3.result
fulltext3.test
fulltext_cache.result
fulltext_cache.test
fulltext_charsets.result
fulltext_charsets.test
fulltext_derived_4257.result
fulltext_derived_4257.test
fulltext_derived_4316.result
fulltext_derived_4316.test
fulltext_distinct.result
fulltext_distinct.test
fulltext_left_join.result
fulltext_left_join.test
fulltext_multi.result
fulltext_multi.test
fulltext_order_by.result
fulltext_order_by.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
fulltext_update.result
fulltext_update.test
fulltext_var.result
fulltext_var.test
func_analyse.result
func_analyse.test
func_bit.result
func_bit.test
func_compress.result
func_compress.test
func_concat.result
func_concat.test
func_crypt.result
func_crypt.test
func_date_add.result
func_date_add.test
func_debug.result
func_debug.test
func_default.result
func_default.test
func_des_encrypt.result
func_des_encrypt.test
func_digest.result
func_digest.test
func_encrypt-master.opt
func_encrypt.result
func_encrypt.test
func_encrypt_nossl.result
func_encrypt_nossl.test
func_encrypt_ucs2.result
func_encrypt_ucs2.test
func_equal.result
func_equal.test
func_extract.result
func_extract.test
func_format.result MDEV-19629 post-merge fixes 2023-03-27 21:27:27 +02:00
func_format.test MDEV-19629 post-merge fixes 2023-03-27 21:27:27 +02:00
func_gconcat.result
func_gconcat.test
func_group.result MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICATE_CONVERSION_THRESHOLD, derived_with_keys=off 2023-02-10 12:58:50 +02:00
func_group.test Merge 10.7 into 10.8 2023-01-13 11:11:04 +02:00
func_group_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
func_group_innodb.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
func_hybrid_type.result
func_hybrid_type.test
func_if.result
func_if.test
func_in.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
func_in.test
func_int.result
func_int.test
func_isnull.result
func_isnull.test
func_json.result MDEV-31032: UBSAN|downcast of address X which does not point to an 2023-04-26 15:15:47 +05:30
func_json.test MDEV-31032: UBSAN|downcast of address X which does not point to an 2023-04-26 15:15:47 +05:30
func_json_notembedded.result
func_json_notembedded.test
func_like.result
func_like.test
func_math.result
func_math.test
func_misc.result
func_misc.test
func_op.result
func_op.test
func_regexp.result
func_regexp.test
func_regexp_pcre.result
func_regexp_pcre.test
func_regexp_pcre_debug.result
func_regexp_pcre_debug.test
func_rollback.result
func_rollback.test
func_sapdb.result
func_sapdb.test
func_set.result
func_set.test
func_sformat.result
func_sformat.test
func_str.result MDEV-30128 remove support for 5.1- replication events 2023-02-05 22:02:30 +01:00
func_str.test
func_system.result
func_system.test
func_test.result
func_test.test
func_time.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
func_time.test
func_time_hires.result
func_time_hires.test
func_time_round.result
func_time_round.test
func_timestamp.result
func_timestamp.test
func_weight_string.result
func_weight_string.test
function_defaults.result
function_defaults.test
function_defaults_innodb.result
function_defaults_innodb.test
function_defaults_notembedded.result
function_defaults_notembedded.test
gcc296.result
gcc296.test
get_diagnostics.result
get_diagnostics.test
gis-alter_table_online.result
gis-alter_table_online.test
gis-debug.result
gis-debug.test
gis-json.result
gis-json.test
gis-loaddata.result
gis-loaddata.test
gis-precise.result
gis-precise.test
gis-rt-precise.result
gis-rt-precise.test
gis-rtree.result
gis-rtree.test
gis.result
gis.test
gis_notembedded.result
gis_notembedded.test
grant.opt
grant.result Merge 11.0-selectivity into 11.0 2023-02-15 12:03:12 +03:00
grant.test
grant2.opt
grant2.result Merge 11.0-selectivity into 11.0 2023-02-15 12:03:12 +03:00
grant2.test
grant3-master.opt
grant3.result
grant3.test
grant4.opt
grant4.result
grant4.test
grant5.result
grant5.test
grant_4332.result
grant_4332.test
grant_binlog_replay.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_binlog_replay.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_cache_no_prot.result
grant_cache_no_prot.test
grant_cache_ps_prot.result
grant_cache_ps_prot.test
grant_explain_non_select.result
grant_explain_non_select.test
grant_kill.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_kill.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_lowercase.opt
grant_lowercase.result
grant_lowercase.test
grant_lowercase_fs.result
grant_lowercase_fs.test
grant_master_admin.result
grant_master_admin.test
grant_read_only.result
grant_read_only.test
grant_repair.result
grant_repair.test
grant_server.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_server.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_slave_admin.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_slave_admin.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_slave_monitor.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_slave_monitor.test MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
grant_utf8_cli.result
grant_utf8_cli.test
greedy_optimizer.result MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
greedy_optimizer.test MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
group_by.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
group_by.test Fix cost calculation for get_best_group_min_max() 2023-02-02 23:55:08 +03:00
group_by_innodb.result
group_by_innodb.test
group_by_null.result
group_by_null.test
group_min_max.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
group_min_max.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
group_min_max_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
group_min_max_innodb.test
handler_read_last.result
handler_read_last.test
handlersocket.opt
handlersocket.result
handlersocket.test
having.result
having.test
having_cond_pushdown.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
having_cond_pushdown.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
help.result
help.test
host_cache_size_functionality.result
host_cache_size_functionality.test
huge_frm-6224.result
huge_frm-6224.test
ignored_index.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
ignored_index.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
ignored_index_innodb.result
ignored_index_innodb.test
implicit_char_to_num_conversion.result
implicit_char_to_num_conversion.test
implicit_commit-master.opt
implicit_commit.result
implicit_commit.test
in_datetime_241.result
in_datetime_241.test
in_subq_cond_pushdown.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
in_subq_cond_pushdown.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
index_intersect.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
index_intersect.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
index_intersect_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
index_intersect_innodb.test
index_merge_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
index_merge_innodb.test
index_merge_myisam.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
index_merge_myisam.test
information_schema-big.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
information_schema-big.test
information_schema.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
information_schema.test
information_schema2.result
information_schema2.test
information_schema_all_engines-master.opt
information_schema_all_engines.result Changing all cost calculation to be given in milliseconds 2023-02-02 23:54:45 +03:00
information_schema_all_engines.test
information_schema_chmod.result
information_schema_chmod.test
information_schema_columns.result
information_schema_columns.test
information_schema_db.result Merge 11.0-selectivity into 11.0 2023-02-15 12:03:12 +03:00
information_schema_db.test
information_schema_inno.result
information_schema_inno.test
information_schema_linux.result
information_schema_linux.test
information_schema_parameters.result
information_schema_parameters.test
information_schema_part.result
information_schema_part.test
information_schema_prepare.result
information_schema_prepare.test
information_schema_routines.result
information_schema_routines.test
information_schema_stats.result
information_schema_stats.test
information_schema_tables.result
information_schema_tables.test
init_connect-master.opt
init_connect.result
init_connect.test
init_connection_query_cache-master.opt
init_connection_query_cache.result
init_connection_query_cache.test
init_file.opt
init_file.result
init_file.test
init_file_longline_3816.opt
init_file_longline_3816.result
init_file_longline_3816.test
init_file_set_password-7656.result
init_file_set_password-7656.test
innodb_bug878769.result
innodb_bug878769.test
innodb_ext_key,off.rdiff In best_access_path() change record_count to 1.0 if its less than 1.0. 2023-02-03 11:53:38 +03:00
innodb_ext_key.combinations
innodb_ext_key.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
innodb_ext_key.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
innodb_group.result
innodb_group.test
innodb_icp.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
innodb_icp.test
innodb_icp_debug.result
innodb_icp_debug.test
innodb_ignore_builtin-master.opt
innodb_ignore_builtin.result
innodb_ignore_builtin.test
innodb_load_xa.opt
innodb_load_xa.result
innodb_load_xa.test
innodb_mrr_cpk.result
innodb_mrr_cpk.test
innodb_mysql_lock.result
innodb_mysql_lock.test
innodb_mysql_lock2.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_mysql_lock2.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_mysql_sync.result
innodb_mysql_sync.test
innodb_utf8.result
innodb_utf8.test
insert.result
insert.test
insert_debug-master.opt
insert_debug.result
insert_debug.test
insert_innodb.result
insert_innodb.test
insert_notembedded.result
insert_notembedded.test
insert_returning.result
insert_returning.test
insert_returning_datatypes.result
insert_returning_datatypes.test
insert_select.result
insert_select.test
insert_update.result
insert_update.test
insert_update_autoinc-7150.result
insert_update_autoinc-7150.test
intersect.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
intersect.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
intersect_all.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
intersect_all.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
invisible_binlog.result
invisible_binlog.test
invisible_field.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
invisible_field.test
invisible_field_debug.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
invisible_field_debug.test
invisible_field_grant_completely.result
invisible_field_grant_completely.test
invisible_field_grant_system.result
invisible_field_grant_system.test
invisible_partition.result
invisible_partition.test
ipv4_and_ipv6.opt
ipv4_and_ipv6.result
ipv4_and_ipv6.test
ipv4_as_ipv6-master.opt
ipv4_as_ipv6.result
ipv4_as_ipv6.test
ipv6-master.opt
ipv6.result
ipv6.test
join.result MDEV-30080 Wrong result with LEFT JOINs involving constant tables 2023-02-10 12:59:36 +02:00
join.test MDEV-30080 Wrong result with LEFT JOINs involving constant tables 2023-02-10 12:59:36 +02:00
join_cache.result MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
join_cache.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
join_crash.result
join_crash.test
join_nested.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
join_nested.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
join_nested_jcl6.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
join_nested_jcl6.test
join_optimizer.result
join_optimizer.test
join_outer.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
join_outer.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
join_outer_innodb.result MDEV-30486 Table is not eliminated in bb-11.0 2023-02-10 12:59:37 +02:00
join_outer_innodb.test
join_outer_jcl6.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
join_outer_jcl6.test
json_debug_nonembedded.result MDEV-27128: Implement JSON Schema Validation FUNCTION 2023-04-26 11:00:08 +05:30
json_debug_nonembedded.test MDEV-27128: Implement JSON Schema Validation FUNCTION 2023-04-26 11:00:08 +05:30
json_equals.result
json_equals.test
json_normalize.result
json_normalize.test
key.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
key.test Fixed some issues with FORCE INDEX 2023-02-02 23:12:46 +03:00
key_cache-master.opt
key_cache.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
key_cache.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
key_diff.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
key_diff.test
key_primary.result
key_primary.test
keyread.result
keyread.test
keywords.result
keywords.test
kill-2-master.opt
kill-2.result
kill-2.test
kill.result
kill.test
kill_debug.result
kill_debug.test
kill_processlist-6619.result
kill_processlist-6619.test
kill_query-6728.result
kill_query-6728.test
large_pages.opt
large_pages.result
large_pages.test
last_value.result
last_value.test
limit.result
limit.test
limit_rows_examined.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
limit_rows_examined.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
loaddata.result
loaddata.test
loaddata_autocom_innodb.result
loaddata_autocom_innodb.test
loadxml.result
loadxml.test
locale.opt
locale.result MDEV-30789: Add Georgian error messages and locale 2023-03-08 11:22:57 +11:00
locale.test MDEV-30789: Add Georgian error messages and locale 2023-03-08 11:22:57 +11:00
lock.result
lock.test
lock_kill.result
lock_kill.test
lock_multi.result
lock_multi.test
lock_multi_bug38499.result
lock_multi_bug38499.test
lock_multi_bug38691.result
lock_multi_bug38691.test
lock_sync-master.opt MDEV-30544 Deprecate innodb_defragment and related parameters 2023-02-21 13:33:47 +02:00
lock_sync.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
lock_sync.test
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.result
lock_tables_lost_commit.test
lock_user.result
lock_user.test
lock_view.result
lock_view.test
locked_temporary-5955.result
locked_temporary-5955.test
locking_clause.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
locking_clause.test
log_errchk.result
log_errchk.test
log_slow.result
log_slow.test
log_slow_debug.result MDEV-6339 deprecate log_slow_admin_statements 2023-01-23 08:39:41 +11:00
log_slow_debug.test
log_state-master.opt
log_state.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
log_state.test
log_state_bug33693-master.opt
log_state_bug33693.result
log_state_bug33693.test
log_tables-big-master.opt
log_tables-big.result
log_tables-big.test
log_tables-master.opt
log_tables.result
log_tables.test
log_tables_debug.result
log_tables_debug.test
log_tables_upgrade.result
log_tables_upgrade.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
long_host.result
long_host.test
long_tmpdir-master.opt
long_tmpdir-master.sh
long_tmpdir.result
long_tmpdir.test
long_unique.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
long_unique.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
long_unique_big.result
long_unique_big.test
long_unique_bugs.result Merge branch '10.5' into 10.6 2023-01-31 09:31:42 +01:00
long_unique_bugs.test Merge branch '10.6' into 10.7 2023-01-31 09:33:58 +01:00
long_unique_bugs_replication.result
long_unique_bugs_replication.test
long_unique_debug.result
long_unique_debug.test
long_unique_delayed.result
long_unique_delayed.test
long_unique_innodb.opt
long_unique_innodb.result
long_unique_innodb.test
long_unique_update.result
long_unique_update.test
long_unique_using_hash.result
long_unique_using_hash.test
lowercase_fs_off.result
lowercase_fs_off.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
lowercase_fs_on.result
lowercase_fs_on.test
lowercase_mixed_tmpdir-master.opt
lowercase_mixed_tmpdir-master.sh
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir.test
lowercase_mixed_tmpdir_innodb-master.opt
lowercase_mixed_tmpdir_innodb-master.sh
lowercase_mixed_tmpdir_innodb.result
lowercase_mixed_tmpdir_innodb.test
lowercase_table-master.opt
lowercase_table.result
lowercase_table.test
lowercase_table2.result
lowercase_table2.test
lowercase_table4-master.opt
lowercase_table4.result
lowercase_table4.test
lowercase_table5.result
lowercase_table5.test
lowercase_table_grant-master.opt
lowercase_table_grant.result
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.result
lowercase_table_qcache.test
lowercase_utf8-master.opt
lowercase_utf8.result
lowercase_utf8.test
lowercase_view-master.opt
lowercase_view.result
lowercase_view.test
max_password_errors.result
max_password_errors.test
max_statement_time.result
max_statement_time.test
mdev-21101.opt
mdev-21101.result
mdev-21101.test
mdev-25830.result Removed /2 of InnoDB ref_per_key[] estimates 2023-02-10 12:59:36 +02:00
mdev-25830.test
mdev316.result
mdev316.test
mdev375.result
mdev375.test
mdev6830.result
mdev6830.test
mdev13607.result
mdev13607.test
mdev19198.result
mdev19198.test
mdev_14586.result
mdev_14586.test
mdev_19276.result
mdev_19276.test
mdev_22370.result
mdev_22370.test
mdl.result
mdl.test
mdl_sync-master.opt
mdl_sync.result
mdl_sync.test
merge-big.result
merge-big.test
merge.result Assertion failure with UPDATE of view using MERGE table 2023-03-15 17:35:22 -07:00
merge.test Assertion failure with UPDATE of view using MERGE table 2023-03-15 17:35:22 -07:00
merge_debug.result
merge_debug.test
merge_innodb.result
merge_innodb.test
merge_mmap-master.opt
merge_mmap.result
merge_mmap.test
metadata.result MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICATE_CONVERSION_THRESHOLD, derived_with_keys=off 2023-02-10 12:58:50 +02:00
metadata.test
mix2_myisam.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
mix2_myisam.test
mix2_myisam_ucs2.result
mix2_myisam_ucs2.test
mrr_derived_crash_4610.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
mrr_derived_crash_4610.test
mrr_icp_extra.result
mrr_icp_extra.test
multi_statement-master.opt
multi_statement.result
multi_statement.test
multi_update-master.opt
multi_update.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
multi_update.test Fixes of MDEV-30538 and MDEV-30586 for 10.4 adjusted for 11.0. 2023-03-15 17:35:22 -07:00
multi_update_big.opt
multi_update_big.result
multi_update_big.test
multi_update_binlog.result
multi_update_binlog.test
multi_update_debug.result
multi_update_debug.test
multi_update_innodb.result
multi_update_innodb.test
multi_update_tiny_hash-master.opt
multi_update_tiny_hash.result
multi_update_tiny_hash.test
my_print_defaults.result
my_print_defaults.test
myisam-big.result
myisam-big.test
myisam-blob-master.opt
myisam-blob.result
myisam-blob.test
myisam-master.opt
myisam-system.result
myisam-system.test
myisam.result MDEV-30098 Server crashes in ha_myisam::index_read_map with index_merge_sort_intersection=on 2023-02-10 12:58:50 +02:00
myisam.test MDEV-30098 Server crashes in ha_myisam::index_read_map with index_merge_sort_intersection=on 2023-02-10 12:58:50 +02:00
myisam_crash_before_flush_keys-master.opt
myisam_crash_before_flush_keys.result
myisam_crash_before_flush_keys.test
myisam_debug.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
myisam_debug.test
myisam_debug_keys.result
myisam_debug_keys.test
myisam_enable_keys-10506.result
myisam_enable_keys-10506.test
myisam_explain_non_select_all.result Adjusted test results after rebase of MDEV-7487 related commits against 11.1 2023-03-15 18:29:05 -07:00
myisam_explain_non_select_all.test
myisam_icp.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
myisam_icp.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
myisam_icp_debug.result
myisam_icp_debug.test
myisam_icp_notembedded.result
myisam_icp_notembedded.test
myisam_mrr,32bit.rdiff Removed diff dates from rdiff files 2023-02-03 11:57:45 +03:00
myisam_mrr.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
myisam_mrr.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
myisam_optimize.result
myisam_optimize.test
myisam_recover-master.opt
myisam_recover.result
myisam_recover.test
myisampack.result
myisampack.test
mysql-bug41486.result
mysql-bug41486.test
mysql-bug45236.result
mysql-bug45236.test
mysql-metadata.result
mysql-metadata.test
mysql.result MDEV-30327 Client crashes in print_last_query_cost 2023-02-10 12:58:50 +02:00
mysql.test MDEV-30327 Client crashes in print_last_query_cost 2023-02-10 12:58:50 +02:00
mysql57_virtual.result
mysql57_virtual.test
mysql5613mysql.result
mysql5613mysql.test
mysql_binary_mode.result
mysql_binary_mode.test
mysql_binary_zero_insert.result
mysql_binary_zero_insert.test
mysql_client_test-master.opt
mysql_client_test.result MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICATE_CONVERSION_THRESHOLD, derived_with_keys=off 2023-02-10 12:58:50 +02:00
mysql_client_test.test
mysql_client_test_comp-master.opt
mysql_client_test_comp.result
mysql_client_test_comp.test
mysql_client_test_nonblock-master.opt
mysql_client_test_nonblock.result
mysql_client_test_nonblock.test
mysql_comments.result
mysql_comments.sql
mysql_comments.test
mysql_cp932.result
mysql_cp932.test
mysql_delimiter.sql
mysql_delimiter_19799.sql
mysql_delimiter_source.sql
mysql_embedded.result
mysql_embedded.test
mysql_install_db_win.result
mysql_install_db_win.test
mysql_install_db_win_admin.result
mysql_install_db_win_admin.test
mysql_install_db_win_utf8.result
mysql_install_db_win_utf8.test
mysql_json_mysql_upgrade.result
mysql_json_mysql_upgrade.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_json_mysql_upgrade_with_plugin_loaded.result
mysql_json_mysql_upgrade_with_plugin_loaded.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_json_table_recreate.opt
mysql_json_table_recreate.result
mysql_json_table_recreate.test
mysql_locale_posix.result
mysql_locale_posix.test
mysql_not_windows.result
mysql_not_windows.test
mysql_protocols.result
mysql_protocols.test
mysql_tzinfo_to_sql_symlink.result
mysql_tzinfo_to_sql_symlink.test
mysql_upgrade-6984.opt
mysql_upgrade-6984.result [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
mysql_upgrade-6984.test [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
mysql_upgrade-20228.result
mysql_upgrade-20228.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade.opt
mysql_upgrade.result MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade.test Merge 11.0-selectivity into 11.0 2023-02-15 12:03:12 +03:00
mysql_upgrade_mysql_json_datatype.result
mysql_upgrade_mysql_json_datatype.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade_no_innodb.result
mysql_upgrade_no_innodb.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade_noengine.result Ensure that test_quick_select doesn't return more rows than in the table 2023-01-30 15:22:20 +02:00
mysql_upgrade_noengine.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade_ssl.result
mysql_upgrade_ssl.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade_to_100502.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
mysql_upgrade_to_100502.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysql_upgrade_view.result
mysql_upgrade_view.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
mysqladmin.result
mysqladmin.test
mysqlbinlog-innodb.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
mysqlbinlog-innodb.test
mysqlbinlog-master.opt
mysqlbinlog.result Merge 10.11 into 11.0 2023-03-29 17:20:42 +03:00
mysqlbinlog.test MDEV-30128 remove support for 5.1- replication events 2023-02-05 22:02:30 +01:00
mysqlbinlog_raw_mode.result
mysqlbinlog_raw_mode.test
mysqlbinlog_row_big.result
mysqlbinlog_row_big.test
mysqlbinlog_row_compressed.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
mysqlbinlog_row_compressed.test
mysqlbinlog_row_minimal.opt
mysqlbinlog_row_minimal.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
mysqlbinlog_row_minimal.test
mysqlbinlog_stmt_compressed.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
mysqlbinlog_stmt_compressed.test
mysqlcheck-master.opt
mysqlcheck.opt
mysqlcheck.result
mysqlcheck.test
mysqld--defaults-file.result
mysqld--defaults-file.test
mysqld--help,aix.rdiff
mysqld--help,win.rdiff
mysqld--help-aria.result
mysqld--help-aria.test
mysqld--help.result Merge 10.11 into 11.0 2023-03-29 17:20:42 +03:00
mysqld--help.test Make the most important optimizer constants user variables 2023-02-02 21:44:00 +03:00
mysqld_help_crash-9183.result
mysqld_help_crash-9183.test
mysqld_option_err.result
mysqld_option_err.test
mysqldump-compat-102.opt
mysqldump-compat-102.result
mysqldump-compat-102.test
mysqldump-compat.opt
mysqldump-compat.result
mysqldump-compat.test
mysqldump-header.result
mysqldump-header.test
mysqldump-max-master.opt
mysqldump-max.result
mysqldump-max.test
mysqldump-nl.result
mysqldump-nl.test
mysqldump-no-binlog-master.opt
mysqldump-no-binlog.result
mysqldump-no-binlog.test
mysqldump-order-by-size.result
mysqldump-order-by-size.test
mysqldump-system,win.rdiff
mysqldump-system.result
mysqldump-system.test
mysqldump-timing.result
mysqldump-timing.test
mysqldump-utf8mb4.result
mysqldump-utf8mb4.test
mysqldump.opt
mysqldump.result Merge 11.0-selectivity into 11.0 2023-02-15 12:03:12 +03:00
mysqldump.test
mysqldump_restore.result
mysqldump_restore.test
mysqlhotcopy_myisam.result
mysqlhotcopy_myisam.test
mysqlshow.result
mysqlshow.test
mysqlslap.opt
mysqlslap.result
mysqlslap.test
mysqltest.result
mysqltest.test
mysqltest_256.result
mysqltest_256.test
mysqltest_cont_on_error.result
mysqltest_cont_on_error.test
mysqltest_ps.result
mysqltest_ps.test
mysqltest_tracking_info.result
mysqltest_tracking_info.test
named_pipe-master.opt
named_pipe.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
named_pipe.test
natural_sort_key.result
natural_sort_key.test
negation_elimination.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
negation_elimination.test
nested_profiling.result
nested_profiling.test
no-threads-master.opt
no-threads.result
no-threads.test
no_binlog.result
no_binlog.test
non_blocking_api.result
non_blocking_api.test
not_embedded_server.result
not_embedded_server.test
not_partition.result
not_partition.test
null.result
null.test
null_key.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
null_key.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
odbc.result
odbc.test
olap.result
olap.test Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
old-mode-master.opt
old-mode.result
old-mode.test
openssl_1.result
openssl_1.test
openssl_6975,tlsv10.result
openssl_6975,tlsv12.result
openssl_6975.combinations
openssl_6975.test
opt_trace.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
opt_trace.test Make tests work with --view-protocol 2023-02-03 14:33:18 +03:00
opt_trace_default.result
opt_trace_default.test
opt_trace_index_merge.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
opt_trace_index_merge.test
opt_trace_index_merge_innodb.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
opt_trace_index_merge_innodb.test
opt_trace_security.result MDEV-21095: Make Optimizer Trace support Index Condition Pushdown 2023-02-03 14:28:34 +03:00
opt_trace_security.test MDEV-7487 Semi-join optimization for single-table update/delete statements 2023-03-15 17:35:22 -07:00
opt_trace_selectivity.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
opt_trace_selectivity.test Make tests work with --view-protocol 2023-02-03 14:33:18 +03:00
opt_trace_ucs2.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
opt_trace_ucs2.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
opt_tvc.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
opt_tvc.test Derived tables and union can now create distinct keys 2023-02-02 22:32:57 +03:00
optimizer_costs.result Fixed bug in optimizer_costs.test 2023-02-27 14:41:31 +02:00
optimizer_costs.test Fixed bug in optimizer_costs.test 2023-02-27 14:41:31 +02:00
optimizer_costs2.opt typos in comments, etc 2023-02-10 12:59:36 +02:00
optimizer_costs2.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
optimizer_costs2.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
order_by-mdev-10122.result
order_by-mdev-10122.test
order_by.result MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements 2023-03-15 17:35:22 -07:00
order_by.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
order_by_innodb.result Removed /2 of InnoDB ref_per_key[] estimates 2023-02-10 12:59:36 +02:00
order_by_innodb.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
order_by_optimizer.result
order_by_optimizer.test
order_by_optimizer_innodb.result
order_by_optimizer_innodb.test
order_by_pack_big.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
order_by_pack_big.test
order_by_sortkey.result Make tests work with --view-protocol 2023-02-03 14:33:18 +03:00
order_by_sortkey.test Make tests work with --view-protocol 2023-02-03 14:33:18 +03:00
order_by_zerolength-4285.result
order_by_zerolength-4285.test
order_fill_sortbuf.result
order_fill_sortbuf.test
outfile.result
outfile.test
outfile_loaddata.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
outfile_loaddata.test
overflow.result
overflow.test
packet.result
packet.test
parser.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
parser.test
parser_bug21114_innodb.result
parser_bug21114_innodb.test
parser_not_embedded.result
parser_not_embedded.test
parser_stack.result
parser_stack.test
partition-master.opt
partition.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
partition.test
partition_alter.result
partition_alter.test
partition_binlog.result
partition_binlog.test
partition_binlog_stmt.result
partition_binlog_stmt.test
partition_blackhole.result
partition_blackhole.test
partition_bug18198.result
partition_bug18198.test
partition_cache.result
partition_cache.test
partition_cache_innodb.result
partition_cache_innodb.test
partition_cache_myisam.result
partition_cache_myisam.test
partition_charset.result MDEV-30805 SIGSEGV in my_convert and UBSAN: member access within null pointer of type 'const struct MY_CHARSET_HANDLER' in my_convert 2023-03-14 11:50:52 +04:00
partition_charset.test MDEV-30805 SIGSEGV in my_convert and UBSAN: member access within null pointer of type 'const struct MY_CHARSET_HANDLER' in my_convert 2023-03-14 11:50:52 +04:00
partition_column.result
partition_column.test
partition_column_prune.result
partition_column_prune.test
partition_csv.result
partition_csv.test
partition_datatype.result
partition_datatype.test
partition_debug_sync.result
partition_debug_sync.test
partition_default.result
partition_default.test
partition_disabled-master.opt
partition_disabled.result
partition_disabled.test
partition_error.result
partition_error.test
partition_example.opt
partition_example.result
partition_example.test
partition_exchange-master.opt
partition_exchange.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
partition_exchange.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
partition_explicit_prune.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
partition_explicit_prune.test
partition_grant.result
partition_grant.test
partition_hash.result
partition_hash.test
partition_innodb.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
partition_innodb.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
partition_innodb2.result MDEV-30442: Assertion `!m_innodb' failed in ha_partition::cmp_ref ... 2023-03-16 22:33:04 +03:00
partition_innodb2.test MDEV-30442: Assertion `!m_innodb' failed in ha_partition::cmp_ref ... 2023-03-16 22:33:04 +03:00
partition_innodb_plugin.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
partition_innodb_plugin.test
partition_innodb_semi_consistent-master.opt
partition_innodb_semi_consistent.result
partition_innodb_semi_consistent.test
partition_innodb_stmt.result
partition_innodb_stmt.test
partition_key_cache.result
partition_key_cache.test
partition_list.result
partition_list.test
partition_mgm.result
partition_mgm.test
partition_mgm_err.result
partition_mgm_err.test
partition_mgm_err2.result
partition_mgm_err2.test
partition_mrr_aria.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
partition_mrr_aria.test
partition_mrr_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
partition_mrr_innodb.test
partition_mrr_myisam.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
partition_mrr_myisam.test
partition_myisam.result
partition_myisam.test
partition_not_blackhole-master.opt
partition_not_blackhole.result
partition_not_blackhole.test
partition_not_windows-master.opt
partition_not_windows.result
partition_not_windows.test
partition_open_files_limit-master.opt
partition_open_files_limit.result
partition_open_files_limit.test
partition_order.result
partition_order.test
partition_pruning.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
partition_pruning.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
partition_range.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
partition_range.test Make tests work with --view-protocol 2023-02-03 14:33:18 +03:00
partition_rename_longfilename.result
partition_rename_longfilename.test
partition_sp.result
partition_sp.test
partition_symlink.result
partition_symlink.test
partition_sync.result
partition_sync.test
partition_truncate.result
partition_truncate.test
partition_ucs2.result
partition_ucs2.test
partition_utf8-debug.result MDEV-30805 SIGSEGV in my_convert and UBSAN: member access within null pointer of type 'const struct MY_CHARSET_HANDLER' in my_convert 2023-03-14 11:50:52 +04:00
partition_utf8-debug.test
partition_utf8.result
partition_utf8.test
partition_windows.result
partition_windows.test
password_expiration.result
password_expiration.test
password_expiration_unix_socket.result
password_expiration_unix_socket.test
percona_nonflushing_analyze_debug.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
percona_nonflushing_analyze_debug.test
perror-win.result
perror-win.test
perror.result
perror.test
plugin.opt
plugin.result
plugin.test
plugin_auth.result
plugin_auth.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
plugin_auth_qa.result
plugin_auth_qa.test
plugin_auth_qa_1.result
plugin_auth_qa_1.test
plugin_auth_qa_2-master.opt
plugin_auth_qa_2.result
plugin_auth_qa_2.test
plugin_auth_qa_3-master.opt
plugin_auth_qa_3.result
plugin_auth_qa_3.test
plugin_innodb.opt
plugin_innodb.result
plugin_innodb.test
plugin_load.opt
plugin_load.result
plugin_load.test
plugin_load_option.opt
plugin_load_option.result
plugin_load_option.test
plugin_loaderr.opt
plugin_loaderr.result
plugin_loaderr.test
plugin_maturity-master.opt
plugin_maturity.result
plugin_maturity.test
plugin_not_embedded.opt
plugin_not_embedded.result
plugin_not_embedded.test
plugin_vars.result
plugin_vars.test
pool_of_threads.cnf
pool_of_threads.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
pool_of_threads.test
precedence.result
precedence.test
precedence_bugs.result
precedence_bugs.test
preload.result
preload.test
prepare.result
prepare.test
processlist.result
processlist.test
processlist_notembedded.result
processlist_notembedded.test
profiling.result
profiling.test
progress_976225.result
progress_976225.test
ps-master.opt
ps.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
ps.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
ps_1general.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
ps_1general.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
ps_2myisam.result
ps_2myisam.test
ps_3innodb-master.opt
ps_3innodb.result
ps_3innodb.test
ps_4heap.result
ps_4heap.test
ps_5merge.result
ps_5merge.test
ps_10nestset.result
ps_10nestset.test
ps_11bugs.result
ps_11bugs.test
ps_change_master.result
ps_change_master.test
ps_ddl.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
ps_ddl.test
ps_ddl1.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
ps_ddl1.test
ps_error.result
ps_error.test
ps_grant.result
ps_grant.test
ps_innodb.result
ps_innodb.test
ps_max_subselect-5113.result
ps_max_subselect-5113.test
ps_missed_cmds.result
ps_missed_cmds.test
ps_missed_cmds_bin_prot.result
ps_missed_cmds_bin_prot.test
ps_missed_cmds_bin_prot_not_embedded.result
ps_missed_cmds_bin_prot_not_embedded.test
ps_missed_cmds_not_embedded.result
ps_missed_cmds_not_embedded.test
ps_not_windows.result
ps_not_windows.test
ps_qc_innodb.result
ps_qc_innodb.test
ps_show_log.result
ps_show_log.test
public_basic.result
public_basic.test
public_privileges.result
public_privileges.test
query_cache.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
query_cache.test
query_cache_28249.result
query_cache_28249.test
query_cache_debug.result
query_cache_debug.test
query_cache_innodb.result
query_cache_innodb.test
query_cache_merge.result
query_cache_merge.test
query_cache_notembedded-master.opt
query_cache_notembedded.result
query_cache_notembedded.test
query_cache_ps_no_prot.result
query_cache_ps_no_prot.test
query_cache_ps_ps_prot.result
query_cache_ps_ps_prot.test
query_cache_with_views.result
query_cache_with_views.test
quick_select_4161.result
quick_select_4161.test
range.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
range.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
range_aria_dbt3.result MDEV-30486 Table is not eliminated in bb-11.0 2023-02-10 12:59:37 +02:00
range_aria_dbt3.test MDEV-30486 Table is not eliminated in bb-11.0 2023-02-10 12:59:37 +02:00
range_debug.result
range_debug.test
range_innodb.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
range_innodb.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
range_interrupted-13751.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
range_interrupted-13751.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
range_mrr_icp.result In best_access_path() change record_count to 1.0 if its less than 1.0. 2023-02-03 11:53:38 +03:00
range_mrr_icp.test
range_notembedded.result MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-list 2023-02-03 10:33:01 +03:00
range_notembedded.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
range_vs_index_merge.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
range_vs_index_merge.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
range_vs_index_merge_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
range_vs_index_merge_innodb.test
read_many_rows_innodb.result
read_many_rows_innodb.test
read_only.result
read_only.test
read_only_innodb.result
read_only_innodb.test
rename.result
rename.test
renamedb.result
renamedb.test
reopen_temp_table.result
reopen_temp_table.test
repair.result
repair.test
repair_symlink-5543.result
repair_symlink-5543.test
replace.result
replace.test
replace_returning.result
replace_returning.test
replace_returning_datatypes.result
replace_returning_datatypes.test
replace_returning_err.result
replace_returning_err.test
require_secure_transport-master.opt
require_secure_transport.result
require_secure_transport.test
reset_connection.result
reset_connection.test
rollback.result
rollback.test
round.result
round.test
row-checksum-master.opt
row-checksum-old-master.opt
row-checksum-old.result
row-checksum-old.test
row-checksum.opt
row-checksum.result
row-checksum.test
row.result
row.test
rowid_filter.result Added r_table_loops to "ANALYZE FORMAT=JSON statement" 2023-02-21 15:36:15 +03:00
rowid_filter.test Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
rowid_filter_aria.result Added r_table_loops to "ANALYZE FORMAT=JSON statement" 2023-02-21 15:36:15 +03:00
rowid_filter_aria.test Added rowid_filter support to Aria 2023-02-03 10:42:28 +03:00
rowid_filter_innodb.result Added r_table_loops to "ANALYZE FORMAT=JSON statement" 2023-02-21 15:36:15 +03:00
rowid_filter_innodb.test Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
rowid_filter_innodb_debug.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
rowid_filter_innodb_debug.test Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
rowid_filter_myisam.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
rowid_filter_myisam.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
rowid_filter_myisam_debug.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
rowid_filter_myisam_debug.test
rowid_order_innodb.result
rowid_order_innodb.test
rownum.result
rownum.test
rpl_mysql_upgrade_slave_repo_check.result
rpl_mysql_upgrade_slave_repo_check.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
rpl_mysqldump_slave.result
rpl_mysqldump_slave.test
sargable_date_cond.result MDEV-30946 Index usage for DATE(datetime_column) = const does not work for DELETE and UPDATE 2023-04-25 20:21:36 +07:00
sargable_date_cond.test MDEV-30946 Index usage for DATE(datetime_column) = const does not work for DELETE and UPDATE 2023-04-25 20:21:36 +07:00
schema.result
schema.test
second_frac-9175.result
second_frac-9175.test
secure_file_priv_win-master.opt
secure_file_priv_win.result
secure_file_priv_win.test
select,ps.rdiff Fix results in real ps-protocol: 2023-02-01 14:05:00 +01:00
select.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
select.test Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
select_debug.result
select_debug.test
select_found.result
select_found.test
select_jcl6,ps.rdiff Fix results in real ps-protocol: 2023-02-01 14:05:00 +01:00
select_jcl6.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
select_jcl6.test
select_pkeycache,ps.rdiff Fix results in real ps-protocol: 2023-02-01 14:05:00 +01:00
select_pkeycache-master.opt
select_pkeycache.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
select_pkeycache.test
select_safe.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
select_safe.test Adjust cost for re-creating a row from the JOIN CACHE 2023-02-02 22:58:52 +03:00
selectivity.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
selectivity.test MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria for LooseScan Strategy 2023-02-21 15:27:23 +03:00
selectivity_innodb.result Fix the testcase for MDEV-30693 2023-03-20 14:08:54 +03:00
selectivity_innodb.test Fix the testcase for MDEV-30693 2023-03-20 14:08:54 +03:00
selectivity_no_engine.result MDEV-30529: Assertion `rnd_records <= s->found_records' failed in best_access_path 2023-02-10 13:35:31 +02:00
selectivity_no_engine.test MDEV-30529: Assertion `rnd_records <= s->found_records' failed in best_access_path 2023-02-10 13:35:31 +02:00
servers.result
servers.test
session_tracker_last_gtid.result
session_tracker_last_gtid.test
set_operation.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
set_operation.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
set_operation_oracle.result
set_operation_oracle.test
set_password.result
set_password.test
set_statement.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
set_statement.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
set_statement_debug.result
set_statement_debug.test
set_statement_notembedded.result
set_statement_notembedded.test
set_statement_notembedded_binlog.result
set_statement_notembedded_binlog.test
set_statement_profiling.result
set_statement_profiling.test
show.result
show.test
show_analyze.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
show_analyze.test
show_analyze_json.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
show_analyze_json.test
show_bad_definer-5553.result
show_bad_definer-5553.test
show_check-master.opt
show_check.result
show_check.test
show_create_user.result
show_create_user.test
show_explain.opt
show_explain.result MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
show_explain.test
show_explain_json.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
show_explain_json.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
show_explain_non_select.result
show_explain_non_select.test
show_explain_ps.result
show_explain_ps.test
show_function_with_pad_char_to_full_length.result
show_function_with_pad_char_to_full_length.test
show_profile.result
show_profile.test
show_row_order-9226.result
show_row_order-9226.test
shutdown.result
shutdown.test
shutdown_debug.combinations
shutdown_debug.result
shutdown_debug.test
sighup-6580.result
sighup-6580.test
signal.result
signal.test
signal_code.result
signal_code.test
signal_demo1.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
signal_demo1.test
signal_demo2.result
signal_demo2.test
signal_demo3.result
signal_demo3.test
signal_sqlmode.result
signal_sqlmode.test
simultaneous_assignment.result
simultaneous_assignment.test
single_delete_update.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
single_delete_update.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
single_delete_update_innodb.result
single_delete_update_innodb.test
skip_grants.opt
skip_grants.result [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
skip_grants.test [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-grant-tables 2023-04-27 15:28:24 +10:00
skip_log_bin-master.opt
skip_log_bin.result
skip_log_bin.test
skip_name_resolve-master.opt
skip_name_resolve.result
skip_name_resolve.test
skr.result MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_THRESHOLD 2023-03-02 13:11:54 +02:00
skr.test MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_THRESHOLD 2023-03-02 13:11:54 +02:00
slowlog_enospace-10508.result
slowlog_enospace-10508.test
sp-anchor-row-type-cursor.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp-anchor-row-type-cursor.test
sp-anchor-row-type-table.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp-anchor-row-type-table.test
sp-anchor-type.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp-anchor-type.test
sp-big.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp-big.test
sp-bugs.result
sp-bugs.test
sp-bugs2.result
sp-bugs2.test
sp-code.result
sp-code.test
sp-condition-handler.result
sp-condition-handler.test
sp-cursor.result
sp-cursor.test
sp-destruct.result
sp-destruct.test
sp-dynamic.result
sp-dynamic.test
sp-error.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp-error.test
sp-expr.result
sp-expr.test
sp-fib.result
sp-fib.test
sp-for-loop.result
sp-for-loop.test
sp-group.result
sp-group.test
sp-i_s_columns.result
sp-i_s_columns.test
sp-innodb.result
sp-innodb.test
sp-inout.result
sp-inout.test
sp-lock.result
sp-lock.test
sp-no-code.result
sp-no-code.test
sp-no-valgrind.result
sp-no-valgrind.test
sp-prelocking.result
sp-prelocking.test
sp-row-vs-var.inc
sp-row.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp-row.test
sp-security-anchor-type.result
sp-security-anchor-type.test
sp-security.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
sp-security.test
sp-threads.result
sp-threads.test
sp-ucs2.result
sp-ucs2.test
sp-vars.result
sp-vars.test
sp.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp.test
sp2.result
sp2.test
sp_gis.result
sp_gis.test
sp_missing_4665.result
sp_missing_4665.test
sp_notembedded.result
sp_notembedded.test
sp_stress_case.result
sp_stress_case.test
sp_sync.result
sp_sync.test
sp_trans.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp_trans.test
sp_trans_log.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
sp_trans_log.test
sql_mode.result
sql_mode.test
sql_safe_updates.opt
sql_safe_updates.result Ensure that test_quick_select doesn't return more rows than in the table 2023-01-30 15:22:20 +02:00
sql_safe_updates.test Ensure that test_quick_select doesn't return more rows than in the table 2023-01-30 15:22:20 +02:00
ssl-big.result
ssl-big.test
ssl.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
ssl.test
ssl_8k_key-master.opt
ssl_8k_key.result
ssl_8k_key.test
ssl_7937,nossl.result
ssl_7937.combinations
ssl_7937.result
ssl_7937.test
ssl_and_innodb.result
ssl_and_innodb.test
ssl_ca.result
ssl_ca.test
ssl_cipher.opt
ssl_cipher.result
ssl_cipher.test
ssl_compress.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
ssl_compress.test
ssl_connect.result
ssl_connect.test
ssl_crl.combinations
ssl_crl.result
ssl_crl.test
ssl_crl_clients.result
ssl_crl_clients.test
ssl_system_ca,bad.result
ssl_system_ca.combinations
ssl_system_ca.result
ssl_system_ca.test
ssl_timeout-9836.opt
ssl_timeout-9836.result
ssl_timeout-9836.test
ssl_timeout.result
ssl_timeout.test Updated some tests for --valgrind 2023-02-03 14:33:37 +03:00
ssl_verify_ip.opt
ssl_verify_ip.result
ssl_verify_ip.test
stack-crash.result
stack-crash.test
stat_tables-enospc.result
stat_tables-enospc.test
stat_tables.result MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
stat_tables.test Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
stat_tables_disabled.result
stat_tables_disabled.test
stat_tables_innodb.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
stat_tables_innodb.test
stat_tables_innodb_debug.result
stat_tables_innodb_debug.test
stat_tables_missing.result
stat_tables_missing.test
stat_tables_myisam_debug.result
stat_tables_myisam_debug.test
stat_tables_par.inc
stat_tables_par.result
stat_tables_par.test
stat_tables_par_innodb.result
stat_tables_par_innodb.test
stat_tables_partition.result
stat_tables_partition.test
stat_tables_rbr.result
stat_tables_rbr.test
stat_tables_repl.result
stat_tables_repl.test
statement-expr.result
statement-expr.test
statistics.result MDEV-30621: Türkiye is the correct current country naming 2023-02-10 08:44:14 +11:00
statistics.test
statistics_close.result
statistics_close.test
statistics_index_crash-7362.result
statistics_index_crash-7362.test
statistics_json.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
statistics_json.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
statistics_upgrade.result
statistics_upgrade.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
statistics_upgrade_not_done.result
statistics_upgrade_not_done.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
status-master.opt
status.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
status.test
status2.result
status2.test
status_bug17954.result
status_bug17954.test
str_to_datetime_457.result
str_to_datetime_457.test
strict-master.opt
strict.result
strict.test
strict_autoinc_1myisam.result
strict_autoinc_1myisam.test
strict_autoinc_2innodb.result
strict_autoinc_2innodb.test
strict_autoinc_3heap.result
strict_autoinc_3heap.test
strings.result
strings.test
subselect-crash_15755.result
subselect-crash_15755.test
subselect.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect.test Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect2.result MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
subselect2.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect3.inc Fixed the cost for HASH join 2023-03-07 14:27:26 +02:00
subselect3.result Fixed the cost for HASH join 2023-03-07 14:27:26 +02:00
subselect3.test
subselect3_jcl6.result Fixed the cost for HASH join 2023-03-07 14:27:26 +02:00
subselect3_jcl6.test
subselect4.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect4.test Fixed cost calculations for materialized tables 2023-02-02 22:58:38 +03:00
subselect_cache.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
subselect_cache.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
subselect_debug.result
subselect_debug.test
subselect_exists2in.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_exists2in.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_exists2in_costmat.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
subselect_exists2in_costmat.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
subselect_extra.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_extra.test
subselect_extra_no_semijoin.result MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_THRESHOLD 2023-03-02 13:11:54 +02:00
subselect_extra_no_semijoin.test
subselect_firstmatch.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_firstmatch.test Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_gis.result
subselect_gis.test
subselect_innodb.result fix for --view-protocol 2023-02-16 20:08:58 +01:00
subselect_innodb.test fix for --view-protocol 2023-02-16 20:08:58 +01:00
subselect_mat.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_mat.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
subselect_mat_cost.opt typos in comments, etc 2023-02-10 12:59:36 +02:00
subselect_mat_cost.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
subselect_mat_cost.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_mat_cost_bugs.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_mat_cost_bugs.test
subselect_no_exists_to_in.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect_no_exists_to_in.test
subselect_no_mat.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect_no_mat.test
subselect_no_opts.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect_no_opts.test
subselect_no_scache.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect_no_scache.test
subselect_no_semijoin.result Adjusted test results after rebase against 11.0.1 2023-03-15 17:35:22 -07:00
subselect_no_semijoin.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
subselect_notembedded.result
subselect_notembedded.test
subselect_nulls.result
subselect_nulls.test
subselect_partial_match.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_partial_match.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_sj.result MDEV-30699: Updated prev_record_reads() to be more exact 2023-02-21 15:36:39 +03:00
subselect_sj.test Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
subselect_sj2.result Adjust costs for rowid filter 2023-02-21 15:35:27 +03:00
subselect_sj2.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_sj2_jcl6.result Fixed the cost for HASH join 2023-03-07 14:27:26 +02:00
subselect_sj2_jcl6.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_sj2_mat.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_sj2_mat.test Stabilize a testcase in subselect_sj2_mat 2023-02-02 23:17:25 +03:00
subselect_sj_aria.result
subselect_sj_aria.test
subselect_sj_jcl6.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_sj_jcl6.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_sj_mat.result Allow firstmatch to use HASH joins 2023-03-07 14:27:26 +02:00
subselect_sj_mat.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_sj_nonmerged.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
subselect_sj_nonmerged.test
sum_distinct-big.result
sum_distinct-big.test
sum_distinct.result
sum_distinct.test
symlink-aria-11902.result
symlink-aria-11902.test
symlink-myisam-11902.result
symlink-myisam-11902.test
symlink.result
symlink.test
synchronization.result
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.result
sysdate_is_now.test
system_mysql_db.result
system_mysql_db.test
system_mysql_db_507.result
system_mysql_db_507.test
system_mysql_db_error_log-master.opt
system_mysql_db_error_log.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
system_mysql_db_error_log.test
system_mysql_db_fix40123.result
system_mysql_db_fix40123.test
system_mysql_db_fix50030.result
system_mysql_db_fix50030.test
system_mysql_db_fix50117.result
system_mysql_db_fix50117.test
system_mysql_db_refs.result
system_mysql_db_refs.test
system_time_debug.result
system_time_debug.test
table_elim.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
table_elim.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
table_elim_debug.result
table_elim_debug.test
table_keyinfo-6838.result
table_keyinfo-6838.test
table_options-5867.opt
table_options-5867.result
table_options-5867.test
table_options.result
table_options.test
table_value_constr.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
table_value_constr.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
tablelock.result
tablelock.test
tablespace.result
tablespace.test
tc_heuristic_recover.result
tc_heuristic_recover.test
temp_table-master.opt
temp_table.result
temp_table.test
temp_table_frm.result
temp_table_frm.test
temp_table_symlink.result
temp_table_symlink.test
temporal_literal.result
temporal_literal.test
temporal_scale_4283.result
temporal_scale_4283.test
thread_id_overflow.result
thread_id_overflow.test
thread_pool_info.opt
thread_pool_info.result
thread_pool_info.test
timeout.result
timeout.test
timezone-master.opt
timezone.result
timezone.test
timezone2.result
timezone2.test
timezone3-master.opt
timezone3.result
timezone3.test
timezone4-master.opt
timezone4.result
timezone4.test
timezone_grant.result
timezone_grant.test
tls_version.opt
tls_version.result
tls_version.test
tls_version1.opt
tls_version1.result
tls_version1.test
tmp_table_count-7586.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
tmp_table_count-7586.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
tmp_table_error.result
tmp_table_error.test
trans_read_only-master.opt
trans_read_only.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
trans_read_only.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
transaction_timeout.result
transaction_timeout.test
trigger-compat.result
trigger-compat.test
trigger-trans.result
trigger-trans.test
trigger.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
trigger.test
trigger_no_defaults-11698.result
trigger_no_defaults-11698.test
trigger_notembedded.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
trigger_notembedded.test
trigger_null-8605.result
trigger_null-8605.test
trigger_wl3253.result
trigger_wl3253.test
truncate-stale-6500.result
truncate-stale-6500.test
truncate.result
truncate.test
truncate_badse.opt
truncate_badse.result
truncate_badse.test
truncate_coverage.result
truncate_coverage.test
truncate_notembedded.result
truncate_notembedded.test
type_binary.result
type_binary.test
type_bit.result
type_bit.test
type_bit_innodb.result
type_bit_innodb.test
type_blob.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
type_blob.test
type_date.result Merge 10.6 into 10.7 2023-01-13 10:47:56 +02:00
type_date.test
type_date_round.result
type_date_round.test
type_datetime.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
type_datetime.test
type_datetime_hires.result
type_datetime_hires.test
type_datetime_round.result
type_datetime_round.test
type_decimal.result
type_decimal.test
type_enum.result MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICATE_CONVERSION_THRESHOLD, derived_with_keys=off 2023-02-10 12:58:50 +02:00
type_enum.test
type_float.result
type_float.test
type_geometry_mix_int.result
type_geometry_mix_int.test
type_hex_hybrid.result
type_hex_hybrid.test
type_int.result
type_int.test
type_interval.result
type_interval.test
type_json.result
type_json.test
type_nchar.result
type_nchar.test
type_newdecimal-big.result
type_newdecimal-big.test
type_newdecimal.result
type_newdecimal.test
type_num.result
type_num.test
type_num_innodb.result
type_num_innodb.test
type_ranges.result Changing all cost calculation to be given in milliseconds 2023-02-02 23:54:45 +03:00
type_ranges.test
type_row.result
type_row.test
type_set.result MDEV-30310 Assertion failure in best_access_path upon IN exceeding IN_PREDICATE_CONVERSION_THRESHOLD, derived_with_keys=off 2023-02-10 12:58:50 +02:00
type_set.test
type_temporal_innodb.result
type_temporal_innodb.test
type_temporal_mariadb53.result
type_temporal_mariadb53.test
type_temporal_mysql56.result
type_temporal_mysql56.test
type_temporal_mysql56_debug.result
type_temporal_mysql56_debug.test
type_time.result
type_time.test
type_time_6065.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
type_time_6065.test
type_time_hires.result
type_time_hires.test
type_time_round.result
type_time_round.test
type_timestamp.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
type_timestamp.test Merge branch '10.9' into 10.10 2023-01-31 11:01:48 +01:00
type_timestamp_hires.result
type_timestamp_hires.test
type_timestamp_round.result
type_timestamp_round.test
type_uint.result
type_uint.test
type_varchar.opt
type_varchar.result
type_varchar.test
type_varchar_mysql41.result
type_varchar_mysql41.test
type_year.result
type_year.test
udf.result
udf.test
udf_debug_sync.result
udf_debug_sync.test
udf_notembedded.result
udf_notembedded.test
udf_query_cache.result
udf_query_cache.test
udf_skip_grants-master.opt
udf_skip_grants.result
udf_skip_grants.test
union-master.opt
union.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
union.test Derived tables and union can now create distinct keys 2023-02-02 22:32:57 +03:00
union_crash-714.result
union_crash-714.test
union_innodb.result
union_innodb.test
unique.result
unique.test
unsafe_binlog_innodb.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
unsafe_binlog_innodb.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
update.result MDEV-29189 Crash of the second execution of SF using DELETE/UPDATE 2023-03-15 17:35:22 -07:00
update.test MDEV-29189 Crash of the second execution of SF using DELETE/UPDATE 2023-03-15 17:35:22 -07:00
update_ignore_216.result
update_ignore_216.test
update_innodb.result
update_innodb.test
update_single_to_multi.result MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
update_single_to_multi.test MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
update_use_source.result MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
update_use_source.test MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suites 2023-03-15 17:35:22 -07:00
upgrade.opt
upgrade.result
upgrade.test
upgrade_geometrycolumn_procedure_definer.result
upgrade_geometrycolumn_procedure_definer.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
upgrade_MDEV-19650.result
upgrade_MDEV-19650.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
upgrade_MDEV-23102-1.result
upgrade_MDEV-23102-1.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
upgrade_MDEV-23102-2.result
upgrade_MDEV-23102-2.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
upgrade_mdev_24363.result
upgrade_mdev_24363.test MDEV-30498 Rename mysql_upgrade state file to mariadb_upgrade 2023-02-07 07:29:04 +00:00
user_limits-master.opt
user_limits.result
user_limits.test
user_var-binlog.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
user_var-binlog.test
user_var.result Changing all cost calculation to be given in milliseconds 2023-02-02 23:54:45 +03:00
user_var.test
userstat-badlogin-4824.result
userstat-badlogin-4824.test
userstat.opt
userstat.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
userstat.test
varbinary.result
varbinary.test
variables-master.opt
variables-notembedded-master.opt
variables-notembedded.result
variables-notembedded.test
variables.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
variables.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
variables_community.result
variables_community.test
view.result Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
view.test Added test cases for preceding test 2023-02-03 00:00:35 +03:00
view_alias.result
view_alias.test
view_debug.result
view_debug.test
view_grant.result MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements 2023-03-15 17:35:22 -07:00
view_grant.test MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statements 2023-03-15 17:35:22 -07:00
wait_timeout.result
wait_timeout.test
warnings-master.opt
warnings.result
warnings.test
warnings_debug.result
warnings_debug.test
warnings_engine_disabled.result
warnings_engine_disabled.test
win.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
win.test Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
win_as_arg_to_aggregate_func.result
win_as_arg_to_aggregate_func.test
win_avg.result
win_avg.test
win_big-mdev-10092.result
win_big-mdev-10092.test
win_big-mdev-11697.result
win_big-mdev-11697.test
win_big.result
win_big.test
win_bit.result
win_bit.test
win_empty_over.result MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'. 2023-02-03 11:22:17 +03:00
win_empty_over.test MDEV-30032: EXPLAIN FORMAT=JSON output: print costs 2023-02-03 11:01:24 +03:00
win_first_last_value.result
win_first_last_value.test
win_i_s.result
win_i_s.test
win_insert_select.result
win_insert_select.test
win_lead_lag.result
win_lead_lag.test
win_min_max.result
win_min_max.test
win_nth_value.result
win_nth_value.test
win_ntile.result
win_ntile.test
win_orderby.result MDEV-30052 Crash with a query containing nested WINDOW clauses 2023-01-20 09:07:02 +01:00
win_orderby.test MDEV-30052 Crash with a query containing nested WINDOW clauses 2023-01-20 09:07:02 +01:00
win_percent_cume.result
win_percent_cume.test
win_percentile.result
win_percentile.test
win_rank.result
win_rank.test
win_std.result
win_std.test
win_sum.result
win_sum.test
windows.result
windows.test
windows_debug.result
windows_debug.test
winservice.inc
winservice_basic.result
winservice_basic.test
winservice_i18n.result
winservice_i18n.test
wl4435_generated.inc
wolfssl.opt
wolfssl.result
wolfssl.test
xa.result
xa.test
xa_binlog.result
xa_binlog.test
xa_prepared_binlog_off-master.opt
xa_prepared_binlog_off.result
xa_prepared_binlog_off.test
xa_sync.result
xa_sync.test
xml.result
xml.test
xtradb_mrr.result Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00
xtradb_mrr.test Update row and key fetch cost models to take into account data copy costs 2023-02-02 21:43:30 +03:00