mariadb/mysql-test/main
Monty 956980971f Update cost for hash and cached joins
The old code did not't correctly add TIME_FOR_COMPARE to rows that are
part of the scan that will be compared with the attached where clause.

Now the cost calculation for hash join and full join cache join are
identical except for HASH_FANOUT (10%)

The cost for a join with keys is now also uniform.
The total cost for a using a key for lookup is calculated in one place as:

(cost_of_finding_rows_through_key(records) + records/TIME_FOR_COMPARE)*
record_count_of_previous_row_combinations + startup_cost

startup_cost is the cost of a creating a temporary table (if needed)

Best_cost now includes the cost of comparing all WHERE clauses and also
cost of joining with previous row combinations.

Other things:
- Optimizer trace is now printing the total costs, including testing the
  WHERE clause (TIME_FOR_COMPARE) and comparing with all previous rows.
- In optimizer trace, include also total cost of query together with the
  final join order. This makes it easier to find out where the cost was
  calculated.
- Old code used filter even if the cost for it was higher than not using a
  filter. This is not corrected.
- When rebasing on 10.11, I noticed some changes to access_cost_factor
  calculation. These changes was not picked as the coming changes
  to filtering will make that code obsolete.
2023-02-02 20:49:35 +03:00
..
1st.result
1st.test
aborted_clients.result
aborted_clients.test
adddate_454.result
adddate_454.test
alias.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
alias.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
almost_full.result
almost_full.test
alter_events.result
alter_events.test
alter_table-big.result
alter_table-big.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
alter_table.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
alter_table.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
alter_table_autoinc-5574.result
alter_table_autoinc-5574.test
alter_table_combinations,aria.rdiff Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
alter_table_combinations,heap.rdiff Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
alter_table_combinations.combinations move alter_table combinations to a separate test file 2022-05-30 09:58:40 +02:00
alter_table_combinations.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
alter_table_combinations.test move alter_table combinations to a separate test file 2022-05-30 09:58:40 +02:00
alter_table_debug.result
alter_table_debug.test
alter_table_errors.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
alter_table_errors.test
alter_table_lock.result main.alter_table_lock could fail with query "'LOCK TABLE t1 WRITE' failed" 2022-05-24 15:14:37 +03:00
alter_table_lock.test main.alter_table_lock could fail with query "'LOCK TABLE t1 WRITE' failed" 2022-05-24 15:14:37 +03:00
alter_table_mdev539_maria.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
alter_table_mdev539_maria.test
alter_table_mdev539_myisam.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
alter_table_mdev539_myisam.test
alter_table_online.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
alter_table_online.test
alter_table_trans.result
alter_table_trans.test
alter_table_upgrade_aria.result MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_table_upgrade_aria.test MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_table_upgrade_mdev29481_myisam_aria.inc MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_table_upgrade_myisam.result MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_table_upgrade_myisam.test MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_table_upgrade_myisam_debug.result MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_table_upgrade_myisam_debug.test MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_user.result
alter_user.test
analyze.result
analyze.test
analyze_debug.result
analyze_debug.test
analyze_format_json.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
analyze_format_json.test
analyze_stmt.result
analyze_stmt.test
analyze_stmt_orderby.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
analyze_stmt_orderby.test
analyze_stmt_privileges.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
analyze_stmt_privileges.test
analyze_stmt_privileges2.result Ensure that test_quick_select doesn't return more rows than in the table 2023-01-30 15:22:20 +02:00
analyze_stmt_privileges2.test
analyze_stmt_slow_query_log-master.opt
analyze_stmt_slow_query_log.result
analyze_stmt_slow_query_log.test
ansi.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ansi.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
auto_increment.test
auto_increment_ranges.inc
auto_increment_ranges_innodb.result
auto_increment_ranges_innodb.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
auto_increment_ranges_myisam.result
auto_increment_ranges_myisam.test
backup_aria.result
backup_aria.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
backup_interaction.result
backup_interaction.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
backup_lock.result
backup_lock.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
backup_lock_binlog.result
backup_lock_binlog.test
backup_lock_debug.result
backup_lock_debug.test
backup_locks.result Fix a sporadic failure of main.backup_locks 2022-06-28 20:58:45 +03:00
backup_locks.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
backup_log.inc Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
backup_log.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
backup_log.test Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
backup_priv.result
backup_priv.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
backup_stages.result
backup_stages.test
backup_syntax.result
backup_syntax.test
bad_frm_crash_5029.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
bad_frm_crash_5029.test
bad_startup_options.result Merge branch '10.3' into 10.4 2022-10-26 14:55:47 +02:00
bad_startup_options.test [MDEV-30002] Skip bad_startup_options test when running as root (#2344) 2022-11-29 13:27:56 +00:00
bench_count_distinct.result
bench_count_distinct.test
bigint.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
bigint.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
binary.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
binary.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
binary_to_hex.result MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structure 2022-09-20 11:02:36 +04:00
binary_to_hex.test
bind_address_resolution.opt
bind_address_resolution.result
bind_address_resolution.test
bind_multiple_addresses_resolution.opt MDEV-24377: Accept comma separated addresses as --bind-address value (#2009) 2022-10-27 10:42:30 +01:00
bind_multiple_addresses_resolution.result MDEV-24377: Accept comma separated addresses as --bind-address value (#2009) 2022-10-27 10:42:30 +01:00
bind_multiple_addresses_resolution.test MDEV-24377: Accept comma separated addresses as --bind-address value (#2009) 2022-10-27 10:42:30 +01:00
blackhole.result
blackhole.test
blackhole_plugin.result
blackhole_plugin.test
bool.result
bool.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
bootstrap-master.opt
bootstrap.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
bootstrap.test Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
bootstrap_innodb.result
bootstrap_innodb.test sporadic failures of main.bootstrap 2022-09-26 15:01:36 +02:00
brackets.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
brackets.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07: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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
bug46760.test
bug47671-master.opt
bug47671.result
bug47671.test MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
bug58669-master.opt
bug58669.result
bug58669.test
bug12427262.result
bug12427262.test
bug13633383.result
bug13633383.test
bulk_replace.result
bulk_replace.test
cache_innodb.result
cache_innodb.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
case.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
cast.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
cast.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
change_user.result
change_user.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
change_user_notembedded.result
change_user_notembedded.test
charset_client_win.result
charset_client_win.test MDEV-28982- race condition in charset_client_win. 2022-06-29 19:44:29 +02:00
charset_client_win_utf8mb4.result
charset_client_win_utf8mb4.test
check.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
check.test
check_constraint.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
check_constraint.test MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
check_constraint_innodb.result
check_constraint_innodb.test
check_constraint_show.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
column_compression.inc
column_compression.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
column_compression.test
column_compression_parts.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
comment_column.test
comment_column2.result
comment_column2.test
comment_database.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
comment_database.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
comment_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
comment_index.test
comment_table.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
comment_table.test
comments.result 11.0 branch 2022-12-20 16:02:19 +01:00
comments.test 11.0 branch 2022-12-20 16:02:19 +01:00
commit.result
commit.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
commit_1innodb.result
commit_1innodb.test
compare.result MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers and strings 2022-07-06 15:42:21 +04:00
compare.test
compound.result
compound.test
compress.result
compress.test Disable valgrind for test in main that takes > 200 seconds 2022-10-04 11:59:01 +03:00
concurrent_innodb_safelog.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
concurrent_innodb_safelog.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
concurrent_innodb_unsafelog.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
concurrent_innodb_unsafelog.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07: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
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 Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
crash_commit_before.test
create-big.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
create-big.test
create-uca.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
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 Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
create_drop_binlog.test
create_drop_db.result
create_drop_db.test
create_drop_event.result
create_drop_event.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
create_drop_function.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
create_drop_function.test
create_drop_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
create_drop_index.test
create_drop_procedure.result
create_drop_procedure.test
create_drop_role.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
create_drop_role.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
create_drop_server.result MDEV-27892 Improve an error message for foreign server exists 2022-05-24 10:57:13 +10:00
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 Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_not_windows.test Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace-master.opt
create_or_replace.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace.test Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace2.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace2.test Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace_permission.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
create_or_replace_permission.test
create_replace_tmp.result
create_replace_tmp.test
create_select.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
create_select.test Merge branch '10.3' into 10.4 2022-05-08 23:03:08 +02:00
create_user.result
create_user.test
create_utf8.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
create_utf8.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
create_w_max_indexes_64.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
create_w_max_indexes_64.test
create_w_max_indexes_128.result
create_w_max_indexes_128.test
create_windows.result MDEV-28746 Wrong error code ER_BAD_DB_ERROR for long filenames 2022-07-07 15:14:14 +02:00
create_windows.test MDEV-28746 Wrong error code ER_BAD_DB_ERROR for long filenames 2022-07-07 15:14:14 +02:00
cte_cycle.result
cte_cycle.test
cte_grant.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
cte_grant.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
cte_nonrecursive.result
cte_nonrecursive.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
cte_nonrecursive_not_embedded.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
cte_nonrecursive_not_embedded.test
cte_recursive.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
cte_recursive.test Merge 10.4 into 10.5 2023-01-03 17:08:42 +02:00
cte_recursive_not_embedded.result
cte_recursive_not_embedded.test
ctype_ascii.result
ctype_ascii.test
ctype_big5.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_big5.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
ctype_binary.result Merge 10.4 into 10.5 2022-09-20 13:17:02 +03:00
ctype_binary.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_collate.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ctype_collate.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_collate_column.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
ctype_collate_column.test
ctype_collate_context.result MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
ctype_collate_context.test MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
ctype_collate_database.result MDEV-27906 CREATE TABLE/DATABASE .. CHARSET .. COLLATE is not consistent on errors 2022-06-07 05:45:51 +04:00
ctype_collate_database.test MDEV-27906 CREATE TABLE/DATABASE .. CHARSET .. COLLATE is not consistent on errors 2022-06-07 05:45:51 +04:00
ctype_collate_table.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
ctype_collate_table.test MDEV-27906 CREATE TABLE/DATABASE .. CHARSET .. COLLATE is not consistent on errors 2022-06-07 05:45:51 +04:00
ctype_cp850.result
ctype_cp850.test
ctype_cp866.result
ctype_cp866.test
ctype_cp932.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_cp932.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
ctype_cp932_binlog_row.result
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_cp932_binlog_stm.test
ctype_cp1250_ch.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_cp1250_ch.test
ctype_cp1251.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_cp1251.test
ctype_create.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
ctype_create.test Main patch MDEV-27896 Wrong result upon COLLATE latin1_bin CHARACTER SET latin1 on the table or the database level 2022-05-24 09:36:15 +04:00
ctype_dec8.result
ctype_dec8.test
ctype_errors.result
ctype_errors.test
ctype_eucjpms.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_eucjpms.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
ctype_euckr.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_euckr.test
ctype_filename.result MDEV-28481 SIGSEGV in Lex_charset_collation_st::find_bin_collation 2022-05-12 11:11:43 +04:00
ctype_filename.test Merge branch 'bb-10.8-all-builders' into bb-10.9-all-builders 2022-09-27 18:58:22 +07:00
ctype_filesystem-master.opt
ctype_filesystem.result
ctype_filesystem.test
ctype_gb2312.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_gb2312.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
ctype_gbk.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_gbk.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
ctype_gbk_binlog.result
ctype_gbk_binlog.test
ctype_gbk_export_import.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_gbk_export_import.test
ctype_hebrew.result
ctype_hebrew.test
ctype_latin1.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
ctype_latin1.test
ctype_latin1_de.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ctype_latin1_de.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_latin2.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ctype_latin2.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_latin2_ch.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ctype_latin2_ch.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_ldml-master.opt
ctype_ldml.result MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
ctype_ldml.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
ctype_like_range.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ctype_like_range.test
ctype_many.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_many.test
ctype_mb.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_mb.test
ctype_nopad_8bit.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
ctype_nopad_8bit.test
ctype_partitions.result
ctype_partitions.test
ctype_recoding.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_recoding.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_sjis.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_sjis.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
ctype_swe7.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
ctype_swe7.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_tis620.result Merge 10.6 into 10.7 2022-12-07 09:39:46 +02:00
ctype_tis620.test Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
ctype_uca.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_uca.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_uca_innodb.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_uca_innodb.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
ctype_uca_partitions.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_uca_partitions.test
ctype_ucs.result Merge 10.4 into 10.5 2022-10-25 11:26:37 +03:00
ctype_ucs.test Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
ctype_ucs2_def-master.opt
ctype_ucs2_def.result
ctype_ucs2_def.test
ctype_ucs2_query_cache-master.opt
ctype_ucs2_query_cache.result
ctype_ucs2_query_cache.test
ctype_ucs2_uca.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ctype_ucs2_uca.test MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
ctype_ujis.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ctype_ujis.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
ctype_ujis_ucs2.result
ctype_ujis_ucs2.test
ctype_upgrade.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_upgrade.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_utf8-master.opt
ctype_utf8.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ctype_utf8.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
ctype_utf8_def_upgrade.opt
ctype_utf8_def_upgrade.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_utf8_def_upgrade.test
ctype_utf8_uca.result MDEV-29776 collation_connection and db_collation are too short in mysql.proc and mysql.event 2022-10-13 18:45:30 +04:00
ctype_utf8_uca.test MDEV-29776 collation_connection and db_collation are too short in mysql.proc and mysql.event 2022-10-13 18:45:30 +04:00
ctype_utf8mb4-master.opt
ctype_utf8mb4.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
ctype_utf8mb4.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
ctype_utf8mb4_heap.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_utf8mb4_heap.test
ctype_utf8mb4_innodb-master.opt
ctype_utf8mb4_innodb.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_utf8mb4_innodb.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
ctype_utf8mb4_myisam.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_utf8mb4_myisam.test
ctype_utf8mb4_uca.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ctype_utf8mb4_uca.test MDEV-27691: make working view-protocol 2022-09-28 13:53:08 +07:00
ctype_utf8mb4_uca_allkeys400.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
ctype_utf8mb4_uca_allkeys400.test
ctype_utf8mb4_uca_allkeys520.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
ctype_utf8mb4_uca_allkeys520.test
ctype_utf8mb4_uca_allkeys1400.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ctype_utf8mb4_uca_allkeys1400.test MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
ctype_utf8mb4_unicode_ci_def.opt
ctype_utf8mb4_unicode_ci_def.result
ctype_utf8mb4_unicode_ci_def.test
ctype_utf16.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
ctype_utf16.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_utf16_def-master.opt
ctype_utf16_def.result
ctype_utf16_def.test
ctype_utf16_uca.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ctype_utf16_uca.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
ctype_utf16le.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
ctype_utf16le.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_utf32.result Merge 10.4 into 10.5 2022-09-20 13:17:02 +03:00
ctype_utf32.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_utf32_def.opt
ctype_utf32_def.result
ctype_utf32_def.test
ctype_utf32_innodb.result
ctype_utf32_innodb.test
ctype_utf32_uca.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ctype_utf32_uca.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
custom_aggregate_functions.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
custom_aggregate_functions.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
custom_aggregates_i_s.result
custom_aggregates_i_s.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
date_formats-master.opt
date_formats.result
date_formats.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
datetime_456.result
datetime_456.test
ddl_i18n_koi8r.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ddl_i18n_koi8r.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
ddl_i18n_utf8.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ddl_i18n_utf8.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
deadlock_ftwrl.result
deadlock_ftwrl.test
deadlock_innodb.result
deadlock_innodb.test
debug_sync.result
debug_sync.test
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 Merge 10.5 into 10.6 2022-07-27 17:52:37 +03:00
delayed.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
delayed_blob.opt
delayed_blob.result
delayed_blob.test
delete.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
delete.test
delete_innodb.result
delete_innodb.test
delete_returning.result
delete_returning.test
delete_returning_grant.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
delete_returning_grant.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
delete_use_source.result
delete_use_source.test
delimiter_case_mdev_10728.sql
delimiter_command_case_sensitivity.result
delimiter_command_case_sensitivity.test
deprecated_features.result
deprecated_features.test
derived.result Merge branch '10.10' into 10.11 2022-11-02 13:08:01 +01:00
derived.test Merge branch '10.10' into 10.11 2022-11-02 13:08:01 +01:00
derived_cond_pushdown.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
derived_cond_pushdown.test
derived_opt.result
derived_opt.test
derived_split_innodb.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
derived_split_innodb.test
derived_view.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
derived_view.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
desc_index_range.result Merge 10.7 into 10.8 2023-01-13 11:11:04 +02:00
desc_index_range.test MDEV-27691: make working view-protocol 2022-09-27 18:50:18 +07:00
dirty_close.result
dirty_close.test
disabled.def
distinct.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03: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 Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
drop_bad_db_type.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
drop_bad_db_type.test
drop_combinations.inc
drop_combinations.result
drop_combinations.test
drop_table_force.result
drop_table_force.test
dyncol.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
dyncol.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
empty_server_name-8224.result
empty_server_name-8224.test
empty_string_literal.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
empty_string_literal.test
empty_table.result
empty_table.test
empty_user_table.result
empty_user_table.test
endspace.result
endspace.test
enforce_storage_engine.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
enforce_storage_engine.test
enforce_storage_engine_opt.opt
enforce_storage_engine_opt.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
enforce_storage_engine_opt.test
engine_error_in_alter-8453.result
engine_error_in_alter-8453.test
error_simulation-master.opt
error_simulation.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
error_simulation.test
errors.result
errors.test
events_1.result MDEV-28866: mariadb-upgrade to 10.8 mysql.column_stats hist_type + histogram errors 2022-07-12 07:29:51 +10:00
events_1.test MDEV-28866: mariadb-upgrade to 10.8 mysql.column_stats hist_type + histogram errors 2022-07-12 07:29:51 +10:00
events_2.result
events_2.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
events_bugs-master.opt
events_bugs.result
events_bugs.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
events_embedded.result
events_embedded.test
events_grant.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
events_grant.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
events_logs_tests-master.opt
events_logs_tests.result
events_logs_tests.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
events_microsec.result
events_microsec.test
events_restart-master.opt
events_restart.result MDEV-28866: mariadb-upgrade to 10.8 mysql.column_stats hist_type + histogram errors 2022-07-12 07:29:51 +10:00
events_restart.test MDEV-28866: mariadb-upgrade to 10.8 mysql.column_stats hist_type + histogram errors 2022-07-12 07:29:51 +10:00
events_scheduling.result
events_scheduling.test
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
events_trans_notembedded.result
events_trans_notembedded.test
except.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
except.test
except_all.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
except_all.test
execution_constants.result
execution_constants.test
explain.result Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
explain.test Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
explain_innodb.result Limit calculated rows to the number of rows in the table 2023-01-30 15:22:20 +02:00
explain_innodb.test
explain_json.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
explain_json.test MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
explain_json_format_partitions.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
explain_json_format_partitions.test
explain_json_innodb.result
explain_json_innodb.test
explain_non_select.result
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 MDEV-28540 Deprecate and ignore the parameter innodb_prefix_index_cluster_optimization 2022-06-03 12:20:20 +03:00
fast_prefix_index_fetch_innodb.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
features,ps.rdiff
features.result
features.test
fetch_first.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
fetch_first.test Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
file_contents.result
file_contents.test
filesort_bad_i_s-7585.result
filesort_bad_i_s-7585.test
filesort_debug.result
filesort_debug.test
filesort_pack.result
filesort_pack.test
fix_priv_tables.result MDEV-30056 Impossible to export column grants 2022-12-02 16:19:13 +01:00
fix_priv_tables.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
flush-innodb-notembedded.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
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 MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
flush2-master.opt
flush2.result
flush2.test
flush_and_binlog.result
flush_and_binlog.test
flush_block_commit.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
flush_block_commit.test
flush_block_commit_notembedded.result
flush_block_commit_notembedded.test
flush_logs_not_windows.result
flush_logs_not_windows.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
flush_notembedded.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
flush_notembedded.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
flush_read_lock.result
flush_read_lock.test
flush_read_lock_kill.result
flush_read_lock_kill.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
flush_ssl.result
flush_ssl.test
flush_table.result
flush_table.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
foreign_key.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
foreign_key.test
frm-debug.result
frm-debug.test
frm_bad_row_type-7333.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
frm_bad_row_type-7333.test
fulltext.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
fulltext.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
fulltext2.result
fulltext2.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
fulltext_multi.result
fulltext_multi.test
fulltext_order_by.result
fulltext_order_by.test
fulltext_update.result
fulltext_update.test
fulltext_var.result
fulltext_var.test
func_analyse.result
func_analyse.test
func_bit.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
func_bit.test
func_compress.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
func_compress.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_concat.result
func_concat.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_crypt.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
func_crypt.test
func_date_add.result
func_date_add.test
func_debug.result Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
func_debug.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
func_default.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
func_default.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
func_des_encrypt.result MDEV-27104 deprecate DES_ENCRYPT/DECRYPT functions 2022-07-28 00:53:20 +02:00
func_des_encrypt.test MDEV-27691: make working view-protocol 2022-09-28 13:53:08 +07:00
func_digest.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
func_digest.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_encrypt-master.opt
func_encrypt.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
func_encrypt.test MDEV-27691: make working view-protocol 2022-09-28 13:53:08 +07:00
func_encrypt_nossl.result MDEV-27104 deprecate DES_ENCRYPT/DECRYPT functions 2022-07-28 00:53:20 +02:00
func_encrypt_nossl.test fix func_encrypt_nossl test to work as it was supposed to 2022-07-28 00:53:21 +02:00
func_encrypt_ucs2.result Merge 10.9 into 10.10 2022-12-14 08:57:39 +02:00
func_encrypt_ucs2.test Merge 10.9 into 10.10 2022-12-14 08:57:39 +02:00
func_equal.result
func_equal.test
func_extract.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
func_extract.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
func_gconcat.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
func_gconcat.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_group.result Merge 10.7 into 10.8 2023-01-13 11:11:04 +02:00
func_group.test Merge 10.7 into 10.8 2023-01-13 11:11:04 +02:00
func_group_innodb.result
func_group_innodb.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
func_hybrid_type.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
func_hybrid_type.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
func_if.result MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers and strings 2022-07-06 15:42:21 +04:00
func_if.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_in.result Merge branch '10.6' into 10.7 2022-10-29 19:22:04 +02:00
func_in.test Merge branch '10.6' into 10.7 2022-10-29 19:22:04 +02:00
func_int.result
func_int.test
func_isnull.result
func_isnull.test
func_json.result Merge branch '10.8' into 10.9 2023-01-18 16:39:11 +01:00
func_json.test Merge branch '10.8' into 10.9 2023-01-18 16:39:11 +01:00
func_json_notembedded.result
func_json_notembedded.test MDEV-29710: Disable a timing-sensitive test on Valgrind 2022-10-06 12:33:40 +03:00
func_like.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
func_like.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_math.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
func_math.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
func_misc.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
func_misc.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
func_op.result
func_op.test
func_regexp.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
func_regexp.test
func_regexp_pcre.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
func_regexp_pcre.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
func_regexp_pcre_debug.result
func_regexp_pcre_debug.test
func_rollback.result
func_rollback.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_sapdb.result
func_sapdb.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_set.result
func_set.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_sformat.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
func_sformat.test MDEV-27691: make working view-protocol 2022-09-27 17:47:12 +07:00
func_str.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
func_str.test MDEV-27691: make working view-protocol 2022-09-28 13:53:08 +07:00
func_system.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
func_system.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_test.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
func_test.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
func_time.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
func_time.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
func_time_hires.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
func_time_hires.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
func_time_round.result
func_time_round.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
func_timestamp.result
func_timestamp.test
func_weight_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
func_weight_string.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
function_defaults.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
function_defaults.test
function_defaults_innodb.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
function_defaults_innodb.test
function_defaults_notembedded.result
function_defaults_notembedded.test
gcc296.result
gcc296.test
get_diagnostics.result MDEV-29159 Patch for MDEV-28918 introduces more inconsistency than it solves, breaks usability 2022-08-05 22:23:40 +04:00
get_diagnostics.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
gis-alter_table_online.result
gis-alter_table_online.test
gis-debug.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
gis-debug.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
gis-json.result MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' error 2022-12-09 08:49:43 +11:00
gis-json.test MDEV-30150 ST_GeomFromGeoJSON, 'geometry' before 'type: feature' error 2022-12-09 08:49:43 +11:00
gis-loaddata.result
gis-loaddata.test
gis-precise.result
gis-precise.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
gis-rt-precise.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
gis-rt-precise.test
gis-rtree.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
gis-rtree.test
gis.result Merge branch '10.6' into 10.7 2022-11-02 21:06:47 +01:00
gis.test Merge 10.6 into 10.7 2023-01-04 14:52:25 +02:00
gis_notembedded.result Merge branch '10.3' into 10.4 2022-10-01 23:07:26 +02:00
gis_notembedded.test
grant.opt
grant.result Merge 10.10 into 10.11 2022-12-14 09:18:30 +02:00
grant.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant2.opt
grant2.result Merge 10.10 into 10.11 2022-12-14 09:18:30 +02:00
grant2.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant3-master.opt
grant3.result Merge 10.10 into 10.11 2022-12-14 09:18:30 +02:00
grant3.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant4.opt
grant4.result Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
grant4.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
grant5.result Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
grant5.test Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
grant_4332.result
grant_4332.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
grant_binlog_replay.result
grant_binlog_replay.test
grant_cache_no_prot.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant_cache_no_prot.test
grant_cache_ps_prot.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant_cache_ps_prot.test
grant_explain_non_select.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
grant_explain_non_select.test
grant_kill.result
grant_kill.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
grant_lowercase.opt
grant_lowercase.result
grant_lowercase.test
grant_lowercase_fs.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
grant_lowercase_fs.test
grant_master_admin.result
grant_master_admin.test
grant_read_only.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant_read_only.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
grant_repair.result Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
grant_repair.test
grant_server.result
grant_server.test
grant_slave_admin.result
grant_slave_admin.test
grant_slave_monitor.result
grant_slave_monitor.test
grant_utf8_cli.result
grant_utf8_cli.test
greedy_optimizer.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
greedy_optimizer.test MDEV-27691: make working view-protocol 2022-09-28 13:53:08 +07:00
group_by.result Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
group_by.test Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
group_by_innodb.result
group_by_innodb.test
group_by_null.result
group_by_null.test
group_min_max.result Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
group_min_max.test Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
group_min_max_innodb.result Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
group_min_max_innodb.test
handler_read_last.result
handler_read_last.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
handlersocket.opt
handlersocket.result
handlersocket.test
having.result MDEV-29129: Performance regression starting in 10.6: select order by limit ... 2022-12-03 15:46:00 +03:00
having.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
having_cond_pushdown.result Merge 10.7 into 10.8 2022-07-28 10:33:26 +03:00
having_cond_pushdown.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
help.result Merge 10.3 into 10.4 2022-06-09 11:53:46 +03:00
help.test Merge 10.3 into 10.4 2022-06-09 11:53:46 +03:00
host_cache_size_functionality.result
host_cache_size_functionality.test
huge_frm-6224.result
huge_frm-6224.test
ignored_index.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ignored_index.test
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 Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
in_datetime_241.result
in_datetime_241.test
in_subq_cond_pushdown.result
in_subq_cond_pushdown.test
index_intersect.result
index_intersect.test
index_intersect_innodb.result
index_intersect_innodb.test
index_merge_innodb.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
index_merge_innodb.test Merge 10.5 into 10.6 2022-10-06 09:22:39 +03:00
index_merge_myisam.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
index_merge_myisam.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
information_schema-big.result
information_schema-big.test
information_schema.result Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
information_schema.test Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
information_schema2.result
information_schema2.test
information_schema_all_engines-master.opt
information_schema_all_engines.result
information_schema_all_engines.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
information_schema_chmod.result
information_schema_chmod.test
information_schema_columns.result
information_schema_columns.test
information_schema_db.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
information_schema_db.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
information_schema_inno.result
information_schema_inno.test
information_schema_linux.result
information_schema_linux.test
information_schema_parameters.result MDEV-29858 Missing DBUG_RETURN or DBUG_VOID_RETURN in fill_schema_proc 2022-10-24 20:17:39 +07:00
information_schema_parameters.test MDEV-29858 Missing DBUG_RETURN or DBUG_VOID_RETURN in fill_schema_proc 2022-10-24 20:17:39 +07:00
information_schema_part.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
information_schema_part.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
information_schema_prepare.result
information_schema_prepare.test
information_schema_routines.result MDEV-29104 - fix test cases, for compilation without performance schema. 2022-10-22 01:20:42 +02:00
information_schema_routines.test MDEV-29104 - fix test cases, for compilation without performance schema. 2022-10-22 01:20:42 +02:00
information_schema_stats.result
information_schema_stats.test
information_schema_tables.result
information_schema_tables.test A cleanup for MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concurrent view DDL and I_S query with view and function 2022-06-28 13:34:58 +04:00
init_connect-master.opt
init_connect.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
init_connect.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
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 MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
innodb_bug878769.result
innodb_bug878769.test
innodb_ext_key,off.rdiff
innodb_ext_key.combinations
innodb_ext_key.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
innodb_ext_key.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
innodb_group.result
innodb_group.test
innodb_icp.result Update cost for hash and cached joins 2023-02-02 20:49: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 Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
innodb_mrr_cpk.test
innodb_mysql_lock.result
innodb_mysql_lock.test
innodb_mysql_lock2.result
innodb_mysql_lock2.test
innodb_mysql_sync.result
innodb_mysql_sync.test
innodb_utf8.result
innodb_utf8.test
insert.result Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
insert.test Merge branch '10.4' into 10.5 2022-05-18 09:50:26 +02:00
insert_debug-master.opt
insert_debug.result
insert_debug.test
insert_innodb.result MDEV-26433 assertion: table->get_ref_count() == 0 in dict0dict.cc line 1915 2022-07-12 11:12:55 +02:00
insert_innodb.test MDEV-26433 assertion: table->get_ref_count() == 0 in dict0dict.cc line 1915 2022-07-12 11:12:55 +02:00
insert_notembedded.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
insert_notembedded.test
insert_returning.result Crash in INSERT...SELECT..RETURNING with subquery 2022-10-03 18:07:41 +05:30
insert_returning.test Crash in INSERT...SELECT..RETURNING with subquery 2022-10-03 18:07:41 +05:30
insert_returning_datatypes.result
insert_returning_datatypes.test
insert_select.result MDEV-30342 Wrong "Truncated incorrect DECIMAL value" warning/error 2023-01-09 19:20:31 +11:00
insert_select.test MDEV-30342 Wrong "Truncated incorrect DECIMAL value" warning/error 2023-01-09 19:20:31 +11:00
insert_update.result
insert_update.test
insert_update_autoinc-7150.result
insert_update_autoinc-7150.test
intersect.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
intersect.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
intersect_all.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
intersect_all.test
invisible_binlog.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
invisible_binlog.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
invisible_field.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
invisible_field.test
invisible_field_debug.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
invisible_field_debug.test
invisible_field_grant_completely.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
invisible_field_grant_completely.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
invisible_field_grant_system.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
invisible_field_grant_system.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
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 Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
join.test Update matching_candidates_in_table() to treat all conditions similar 2023-02-02 20:19:32 +03:00
join_cache.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
join_cache.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
join_crash.result
join_crash.test
join_nested.result Update matching_candidates_in_table() to treat all conditions similar 2023-02-02 20:19:32 +03:00
join_nested.test Merge 10.9 into 10.10 2023-01-13 11:45:57 +02:00
join_nested_jcl6.result Return >= 1 from matching_candidates_in_table if records > 0.0 2023-02-02 20:24:54 +03:00
join_nested_jcl6.test
join_optimizer.result
join_optimizer.test
join_outer.result Merge 10.9 into 10.10 2023-01-13 11:45:57 +02:00
join_outer.test MDEV-28602 Wrong result with outer join, merged derived table and view 2023-01-11 16:19:16 +03:00
join_outer_innodb.result Added EQ_REF chaining to the greedy_optimizer 2022-07-26 22:27:29 +07:00
join_outer_innodb.test
join_outer_jcl6.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
join_outer_jcl6.test
json_debug_nonembedded.result Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
json_debug_nonembedded.test MDEV-28762: recursive call of some json functions without stack control 2022-07-23 23:02:12 +05:30
json_equals.result
json_equals.test MDEV-27691: make working view-protocol 2022-09-27 17:47:12 +07:00
json_normalize.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
json_normalize.test
key.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
key.test Merge branch 'bb-10.7-all-builders' into bb-10.8-all-builders 2022-09-27 18:12:06 +07:00
key_cache-master.opt
key_cache.result Merge 10.4 into 10.5 2022-06-27 10:51:20 +03:00
key_cache.test Merge 10.4 into 10.5 2022-06-27 10:51:20 +03:00
key_diff.result
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 Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
kill.result Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3 2022-10-14 08:29:11 +02:00
kill.test Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
kill_debug.result MDEV-29368 Assertion `trx->mysql_thd == thd' failed in innobase_kill_query from process_timers/timer_handler and use-after-poison in innobase_kill_query 2022-09-29 00:11:02 +02:00
kill_debug.test MDEV-29368 Assertion `trx->mysql_thd == thd' failed in innobase_kill_query from process_timers/timer_handler and use-after-poison in innobase_kill_query 2022-09-29 00:11:02 +02:00
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 Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
limit_rows_examined.test
loaddata.result
loaddata.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
loaddata_autocom_innodb.result
loaddata_autocom_innodb.test
loadxml.result
loadxml.test
locale.opt
locale.result
locale.test
lock.result
lock.test
lock_kill.result
lock_kill.test
lock_multi.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
lock_multi.test
lock_multi_bug38499.result
lock_multi_bug38499.test
lock_multi_bug38691.result
lock_multi_bug38691.test
lock_sync-master.opt
lock_sync.result MDEV-29060 fix ps protocol 2022-07-14 18:20:10 +03:00
lock_sync.test MDEV-29060 fix ps protocol 2022-07-14 18:20:10 +03:00
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 MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
lock_view.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
locked_temporary-5955.result
locked_temporary-5955.test
locking_clause.result
locking_clause.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
log_errchk.result
log_errchk.test
log_slow.result Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
log_slow.test Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
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
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 Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
log_tables.test
log_tables_debug.result
log_tables_debug.test
log_tables_upgrade.result
log_tables_upgrade.test
long_host.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
long_host.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
long_tmpdir-master.opt
long_tmpdir-master.sh
long_tmpdir.result
long_tmpdir.test
long_unique.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
long_unique.test
long_unique_big.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
long_unique_big.test
long_unique_bugs.result Merge 10.5 into 10.6 2022-11-08 17:37:22 +02:00
long_unique_bugs.test Merge 10.6 into 10.7 2022-11-09 12:27:54 +02: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 Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
long_unique_innodb.test
long_unique_update.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
long_unique_update.test
long_unique_using_hash.result
long_unique_using_hash.test
lowercase_fs_off.result Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
lowercase_fs_off.test
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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
lowercase_table.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
lowercase_table2.result
lowercase_table2.test
lowercase_table4-master.opt
lowercase_table4.result
lowercase_table4.test
lowercase_table5.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 Fix calculation of selectivity 2023-02-02 20:10:19 +03:00
mdev-25830.test
mdev316.result
mdev316.test
mdev375.result
mdev375.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 MDEV-22954 fix sporadic failure of main.mdl 2022-07-08 18:37:12 +02:00
mdl.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
mdl_sync-master.opt
mdl_sync.result
mdl_sync.test
merge-big.result
merge-big.test
merge.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
merge.test
merge_debug.result
merge_debug.test
merge_innodb.result
merge_innodb.test
merge_mmap-master.opt
merge_mmap.result
merge_mmap.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
metadata.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
metadata.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
mix2_myisam.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
mix2_myisam.test
mix2_myisam_ucs2.result
mix2_myisam_ucs2.test
mrr_derived_crash_4610.result
mrr_derived_crash_4610.test
mrr_icp_extra.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
mrr_icp_extra.test
multi_statement-master.opt
multi_statement.result
multi_statement.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
multi_update-master.opt
multi_update.result Update matching_candidates_in_table() to treat all conditions similar 2023-02-02 20:19:32 +03:00
multi_update.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +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 Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
myisam.test Merge branch 'bb-10.7-all-builders' into bb-10.8-all-builders 2022-09-27 18:12:06 +07:00
myisam_crash_before_flush_keys-master.opt
myisam_crash_before_flush_keys.result
myisam_crash_before_flush_keys.test
myisam_debug.result
myisam_debug.test
myisam_debug_keys.result Merge 10.4 into 10.5 2022-10-12 11:29:32 +03:00
myisam_debug_keys.test MDEV-29672 test fixup for --ps-protocol 2022-10-13 09:09:03 +03:00
myisam_enable_keys-10506.result
myisam_enable_keys-10506.test
myisam_explain_non_select_all.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
myisam_explain_non_select_all.test
myisam_icp.result Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
myisam_icp.test
myisam_icp_debug.result
myisam_icp_debug.test
myisam_icp_notembedded.result
myisam_icp_notembedded.test
myisam_mrr,32bit.rdiff
myisam_mrr.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
myisam_mrr.test
myisam_optimize.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
myisam_optimize.test Merge branch 'bb-10.7-all-builders' into bb-10.8-all-builders 2022-09-27 18:12:06 +07:00
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 Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
mysql.test Add option --enable-cleartext-plugin to the MariaDB client 2022-05-26 14:21:23 +10:00
mysql57_virtual.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
mysql57_virtual.test
mysql5613mysql.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
mysql5613mysql.test
mysql_binary_mode.result MDEV-27142 disable text mode for Windows stdio by default 2022-07-18 13:18:03 +02:00
mysql_binary_mode.test MDEV-27142 disable text mode for Windows stdio by default 2022-07-18 13:18:03 +02:00
mysql_binary_zero_insert.result
mysql_binary_zero_insert.test
mysql_client_test-master.opt
mysql_client_test.result
mysql_client_test.test
mysql_client_test_comp-master.opt
mysql_client_test_comp.result
mysql_client_test_comp.test Disable valgrind for test in main that takes > 200 seconds 2022-10-04 11:59:01 +03:00
mysql_client_test_nonblock-master.opt
mysql_client_test_nonblock.result
mysql_client_test_nonblock.test
mysql_comments.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
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 MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
mysql_install_db_win.test MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
mysql_install_db_win_admin.result MDEV-26715 Windows/installer - allow passwordless login for root 2022-11-08 14:58:47 +01:00
mysql_install_db_win_admin.test MDEV-26715 Windows/installer - allow passwordless login for root 2022-11-08 14:58:47 +01:00
mysql_install_db_win_utf8.result MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
mysql_install_db_win_utf8.test MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
mysql_json_mysql_upgrade.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
mysql_json_mysql_upgrade.test
mysql_json_mysql_upgrade_with_plugin_loaded.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
mysql_json_mysql_upgrade_with_plugin_loaded.test
mysql_json_table_recreate.opt
mysql_json_table_recreate.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
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 MDEV-29347 MariaDB 10.6.8 fails to start when ONLY_FULL_GROUP_BY gets provided 2022-09-26 11:17:53 +02:00
mysql_tzinfo_to_sql_symlink.test MDEV-29347 MariaDB 10.6.8 fails to start when ONLY_FULL_GROUP_BY gets provided 2022-09-26 11:17:53 +02:00
mysql_upgrade-6984.opt
mysql_upgrade-6984.result MDEV-24815 Add 'allow-suspicious-udfs' and 'skip-grant-tables' to system variables 2022-05-26 11:23:13 +10:00
mysql_upgrade-6984.test MDEV-24815 Add 'allow-suspicious-udfs' and 'skip-grant-tables' to system variables 2022-05-26 11:23:13 +10:00
mysql_upgrade-20228.result
mysql_upgrade-20228.test
mysql_upgrade.opt Speed up mysql_upgrade test on Windows by not using SSL 2022-10-06 12:07:01 +02:00
mysql_upgrade.result Merge 10.7 into 10.8 2022-12-13 18:11:24 +02:00
mysql_upgrade.test 11.0 branch 2022-12-20 16:02:19 +01:00
mysql_upgrade_mysql_json_datatype.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
mysql_upgrade_mysql_json_datatype.test
mysql_upgrade_no_innodb.result
mysql_upgrade_no_innodb.test
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
mysql_upgrade_ssl.result
mysql_upgrade_ssl.test
mysql_upgrade_to_100502.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
mysql_upgrade_to_100502.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
mysql_upgrade_view.result Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
mysql_upgrade_view.test Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
mysqladmin.result Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
mysqladmin.test Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
mysqlbinlog-innodb.result MDEV-29732 mysqlbinlog produces syntactically incorrect output with system_versioning_insert_history 2022-10-26 15:30:38 +02:00
mysqlbinlog-innodb.test
mysqlbinlog-master.opt
mysqlbinlog.result MDEV-30153 ad hoc client versions are confusing 2023-01-19 12:39:37 +01:00
mysqlbinlog.test MDEV-30153 ad hoc client versions are confusing 2023-01-19 12:39:37 +01:00
mysqlbinlog_raw_mode.result
mysqlbinlog_raw_mode.test
mysqlbinlog_row_big.result
mysqlbinlog_row_big.test
mysqlbinlog_row_compressed.result MDEV-29732 mysqlbinlog produces syntactically incorrect output with system_versioning_insert_history 2022-10-26 15:30:38 +02:00
mysqlbinlog_row_compressed.test
mysqlbinlog_row_minimal.opt
mysqlbinlog_row_minimal.result MDEV-29732 mysqlbinlog produces syntactically incorrect output with system_versioning_insert_history 2022-10-26 15:30:38 +02:00
mysqlbinlog_row_minimal.test
mysqlbinlog_stmt_compressed.result MDEV-29732 mysqlbinlog produces syntactically incorrect output with system_versioning_insert_history 2022-10-26 15:30:38 +02:00
mysqlbinlog_stmt_compressed.test
mysqlcheck-master.opt
mysqlcheck.opt
mysqlcheck.result
mysqlcheck.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
mysqld--defaults-file.result
mysqld--defaults-file.test
mysqld--help,aix.rdiff
mysqld--help,win.rdiff MDEV-29595 Adjust variable name for slow log file and help referring to the value 2022-10-04 12:28:03 +02:00
mysqld--help-aria.result
mysqld--help-aria.test
mysqld--help.result MDEV-6339 deprecate log_slow_admin_statements 2023-01-23 08:39:41 +11:00
mysqld--help.test MDEV-26715 Windows/installer - allow passwordless login for root 2022-11-08 14:58:47 +01: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 Merge branch '10.3' into 10.4 2022-05-08 23:03:08 +02:00
mysqldump-compat-102.test
mysqldump-compat.opt
mysqldump-compat.result
mysqldump-compat.test
mysqldump-header.result MDEV-22200 maridb-dump add --header option 2022-10-26 15:30:35 +02:00
mysqldump-header.test MDEV-22200 maridb-dump add --header option 2022-10-26 15:30:35 +02:00
mysqldump-max-master.opt
mysqldump-max.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
mysqldump-max.test
mysqldump-nl.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
mysqldump-nl.test
mysqldump-no-binlog-master.opt
mysqldump-no-binlog.result MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
mysqldump-no-binlog.test MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
mysqldump-order-by-size.result
mysqldump-order-by-size.test
mysqldump-system,win.rdiff
mysqldump-system.result
mysqldump-system.test
mysqldump-timing.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
mysqldump-timing.test MDEV-18702: mysqldump: add variable 'max-statement-time' (mtr fix) 2022-08-04 19:41:14 +10:00
mysqldump-utf8mb4.result
mysqldump-utf8mb4.test
mysqldump.opt
mysqldump.result Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
mysqldump.test Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
mysqldump_restore.result
mysqldump_restore.test
mysqlhotcopy_myisam.result
mysqlhotcopy_myisam.test
mysqlshow.result
mysqlshow.test
mysqlslap.opt
mysqlslap.result
mysqlslap.test
mysqltest.result Merge branch '10.5' into 10.6 2022-08-10 13:06:08 +02:00
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
named_pipe.test
natural_sort_key.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
natural_sort_key.test
negation_elimination.result
negation_elimination.test
nested_profiling.result
nested_profiling.test
no-threads-master.opt
no-threads.result
no-threads.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
no_binlog.result
no_binlog.test
non_blocking_api.result
non_blocking_api.test
not_embedded_server.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
not_embedded_server.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
not_partition.result
not_partition.test
null.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
null.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
null_key.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
null_key.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
odbc.result
odbc.test
olap.result don't set default value in temp table if NO_DEFAULT_VALUE_FLAG 2023-01-09 18:06:06 +01:00
olap.test Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
old-mode-master.opt
old-mode.result MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
old-mode.test MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
openssl_1.result Merge branch '10.10' into 10.11 2022-11-02 13:08:01 +01:00
openssl_1.test Merge branch '10.9' into 10.10 2022-11-01 11:55:28 +01:00
openssl_6975,tlsv10.result CC 3.1 update 2022-07-29 13:39:12 +02:00
openssl_6975,tlsv12.result CC 3.1 update 2022-07-29 13:39:12 +02:00
openssl_6975.combinations
openssl_6975.test
opt_trace.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
opt_trace.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
opt_trace_default.result
opt_trace_default.test
opt_trace_index_merge.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
opt_trace_index_merge.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
opt_trace_index_merge_innodb.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
opt_trace_index_merge_innodb.test
opt_trace_security.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
opt_trace_security.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
opt_trace_selectivity.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
opt_trace_selectivity.test Fix calculation of selectivity 2023-02-02 20:10:19 +03:00
opt_trace_ucs2.result Merge 10.7 into 10.8 2023-01-13 11:11:04 +02:00
opt_trace_ucs2.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
opt_tvc.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
opt_tvc.test
order_by-mdev-10122.result
order_by-mdev-10122.test
order_by.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
order_by.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
order_by_innodb.result Merge 10.7 into 10.8 2022-11-10 09:49:18 +02:00
order_by_innodb.test Merge 10.7 into 10.8 2022-11-10 09:49:18 +02: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-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
order_by_pack_big.test
order_by_sortkey.result
order_by_sortkey.test
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
outfile_loaddata.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
overflow.result
overflow.test
packet.result
packet.test
parser.result Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
parser.test Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
parser_bug21114_innodb.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
parser_bug21114_innodb.test
parser_not_embedded.result
parser_not_embedded.test Merge branch '10.5' into 10.6 2022-05-10 14:01:23 +02:00
parser_stack.result
parser_stack.test
partition-master.opt
partition.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
partition.test
partition_alter.result Merge 10.9 into 10.10 2022-12-14 08:57:39 +02:00
partition_alter.test Merge 10.9 into 10.10 2022-12-14 08:57:39 +02:00
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 Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
partition_cache_innodb.test
partition_cache_myisam.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
partition_cache_myisam.test
partition_charset.result
partition_charset.test
partition_column.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
partition_column.test
partition_column_prune.result
partition_column_prune.test
partition_csv.result
partition_csv.test
partition_datatype.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
partition_datatype.test
partition_debug_sync.result
partition_debug_sync.test
partition_default.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
partition_default.test
partition_disabled-master.opt
partition_disabled.result
partition_disabled.test
partition_error.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
partition_error.test Merge 10.6 into 10.7 2022-06-06 14:56:20 +03:00
partition_example.opt
partition_example.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
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 Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
partition_explicit_prune.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
partition_grant.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
partition_grant.test
partition_hash.result
partition_hash.test
partition_innodb.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
partition_innodb.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
partition_innodb_plugin.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
partition_innodb_plugin.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
partition_innodb_semi_consistent-master.opt
partition_innodb_semi_consistent.result
partition_innodb_semi_consistent.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
partition_mgm.test
partition_mgm_err.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
partition_mgm_err.test
partition_mgm_err2.result
partition_mgm_err2.test
partition_mrr_aria.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
partition_mrr_aria.test
partition_mrr_innodb.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
partition_mrr_innodb.test
partition_mrr_myisam.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
partition_mrr_myisam.test
partition_myisam.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
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 Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
partition_pruning.test
partition_range.result Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
partition_range.test Adjust costs for doing index scan in cost_group_min_max() 2023-02-02 20:25:25 +03:00
partition_rename_longfilename.result
partition_rename_longfilename.test
partition_sp.result
partition_sp.test
partition_symlink.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
partition_symlink.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
partition_sync.result
partition_sync.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
partition_truncate.result
partition_truncate.test
partition_ucs2.result
partition_ucs2.test
partition_utf8-debug.result
partition_utf8-debug.test
partition_utf8.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
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
percona_nonflushing_analyze_debug.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
perror-win.result
perror-win.test
perror.result
perror.test
plugin.opt
plugin.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
plugin.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
plugin_auth.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
plugin_auth.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
plugin_auth_qa.result
plugin_auth_qa.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
plugin_auth_qa_1.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
plugin_auth_qa_1.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
plugin_auth_qa_2-master.opt
plugin_auth_qa_2.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
plugin_auth_qa_2.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
plugin_auth_qa_3-master.opt
plugin_auth_qa_3.result
plugin_auth_qa_3.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
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 Merge branch '10.3' into 10.4 2022-10-01 23:07:26 +02:00
plugin_not_embedded.test
plugin_vars.result
plugin_vars.test
pool_of_threads.cnf
pool_of_threads.result
pool_of_threads.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
precedence.result
precedence.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
precedence_bugs.result MDEV-30082 View definition losing brackets changes semantics of the query and causes wrong result 2022-12-02 16:19:13 +01:00
precedence_bugs.test MDEV-30082 View definition losing brackets changes semantics of the query and causes wrong result 2022-12-02 16:19:13 +01:00
preload.result
preload.test
prepare.result MDEV-17869 AddressSanitizer: use-after-poison in Item_change_list::rollback_item_tree_changes 2023-01-09 18:06:06 +01:00
prepare.test MDEV-17869 AddressSanitizer: use-after-poison in Item_change_list::rollback_item_tree_changes 2023-01-09 18:06:06 +01:00
processlist.result
processlist.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
processlist_notembedded.result
processlist_notembedded.test
profiling.result Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
profiling.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
progress_976225.result
progress_976225.test
ps-master.opt
ps.result Merge 10.6 into 10.7 2023-01-13 10:47:56 +02:00
ps.test Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
ps_1general.result Merge 10.5 into 10.6 2022-07-27 17:52:37 +03:00
ps_1general.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
ps_2myisam.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
ps_2myisam.test
ps_3innodb-master.opt
ps_3innodb.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
ps_3innodb.test
ps_4heap.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
ps_4heap.test
ps_5merge.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
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 Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
ps_ddl.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
ps_ddl1.result
ps_ddl1.test
ps_error.result
ps_error.test
ps_grant.result Merge branch '10.3' into 10.4 2022-10-01 23:07:26 +02:00
ps_grant.test
ps_innodb.result Merge branch '10.3' into 10.4 2022-07-27 11:02:57 +02:00
ps_innodb.test
ps_max_subselect-5113.result
ps_max_subselect-5113.test
ps_missed_cmds.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
ps_missed_cmds.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
ps_missed_cmds_bin_prot.result Merge branch 10.6 into 10.7 2022-10-25 16:02:57 +11:00
ps_missed_cmds_bin_prot.test Merge branch 10.6 into 10.7 2022-10-25 16:02:57 +11:00
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 MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
ps_show_log.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
public_basic.result MDEV-30154: Assertion `strcasecmp(rolename, public_name.str) || acl_public == role' failed in acl_update_role on GRANT ... TO PUBLIC 2023-01-03 10:17:42 +01:00
public_basic.test MDEV-30154: Assertion `strcasecmp(rolename, public_name.str) || acl_public == role' failed in acl_update_role on GRANT ... TO PUBLIC 2023-01-03 10:17:42 +01:00
public_privileges.result Merge 10.10 into 10.11 2022-12-14 09:18:30 +02:00
public_privileges.test MDEV-29752 SHOW GRANTS for PUBLIC should work for all users 2022-11-02 00:31:20 +01:00
query_cache.result MDEV-29028 Queries using RANDOM_BYTES get stored in query cache 2022-07-31 14:54:37 +02:00
query_cache.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
query_cache_28249.result
query_cache_28249.test
query_cache_debug.result
query_cache_debug.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
query_cache_innodb.result
query_cache_innodb.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
query_cache_merge.result
query_cache_merge.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
query_cache_notembedded-master.opt
query_cache_notembedded.result MDEV-29760: DROP DATABASE hangs when particular query cache is present 2022-11-26 04:05:19 +11:00
query_cache_notembedded.test MDEV-29760: DROP DATABASE hangs when particular query cache is present 2022-11-26 04:05:19 +11:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
quick_select_4161.result
quick_select_4161.test
range.result Return >= 1 from matching_candidates_in_table if records > 0.0 2023-02-02 20:24:54 +03:00
range.test Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
range_aria_dbt3.result MDEV-30373 Wrong result with range access 2023-01-11 18:12:40 +02:00
range_aria_dbt3.test MDEV-30373 Wrong result with range access 2023-01-11 18:12:40 +02:00
range_debug.result
range_debug.test
range_innodb.result Merge 10.5 into 10.6 2022-11-08 17:37:22 +02:00
range_innodb.test Merge 10.5 into 10.6 2022-11-08 17:37:22 +02:00
range_interrupted-13751.result
range_interrupted-13751.test
range_mrr_icp.result Return >= 1 from matching_candidates_in_table if records > 0.0 2023-02-02 20:24:54 +03:00
range_mrr_icp.test
range_notembedded.result Merge 10.4 into 10.5 2023-01-13 10:18:30 +02:00
range_notembedded.test MDEV-29242: Assertion `computed_weight == weight' failed SEL_ARG::verify_weight 2022-08-04 17:10:20 +03:00
range_vs_index_merge.result
range_vs_index_merge.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
range_vs_index_merge_innodb.result
range_vs_index_merge_innodb.test
read_many_rows_innodb.result
read_many_rows_innodb.test
read_only.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
read_only.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
read_only_innodb.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
read_only_innodb.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
rename.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rename.test
renamedb.result
renamedb.test
reopen_temp_table.result
reopen_temp_table.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
repair.result
repair.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
repair_symlink-5543.result Merge branch '10.4' into 10.5 2022-05-09 22:04:06 +02:00
repair_symlink-5543.test Merge branch '10.4' into 10.5 2022-05-09 22:04:06 +02:00
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 Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
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 Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
row.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
rowid_filter.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
rowid_filter.test Merge branch '10.4' into 10.5 2022-10-26 15:26:06 +02:00
rowid_filter_innodb.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
rowid_filter_innodb.test Return >= 1 from matching_candidates_in_table if records > 0.0 2023-02-02 20:24:54 +03:00
rowid_filter_innodb_debug.result MDEV-30218: Incorrect optimization for rowid_filtering 2022-12-13 13:45:54 +02: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
rowid_filter_myisam.test
rowid_filter_myisam_debug.result Work around MDEV-24813 in main.rowid_filter_innodb_debug 2022-11-08 16:04:16 +02:00
rowid_filter_myisam_debug.test
rowid_order_innodb.result
rowid_order_innodb.test
rownum.result
rownum.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
rpl_mysql_upgrade_slave_repo_check.result
rpl_mysql_upgrade_slave_repo_check.test
rpl_mysqldump_slave.result
rpl_mysqldump_slave.test
schema.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
schema.test
second_frac-9175.result
second_frac-9175.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
secure_file_priv_win-master.opt
secure_file_priv_win.result MDEV-28562 main.secure_file_priv_win fails with ps-protocol due to missing warnings 2022-07-18 17:18:26 +02:00
secure_file_priv_win.test MDEV-28562 main.secure_file_priv_win fails with ps-protocol due to missing warnings 2022-07-18 17:18:26 +02:00
select.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
select.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
select_debug.result
select_debug.test
select_found.result
select_found.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
select_jcl6.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
select_jcl6.test
select_pkeycache-master.opt
select_pkeycache.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
select_pkeycache.test
select_safe.result
select_safe.test
selectivity.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
selectivity.test Merge branch '10.4' into 10.5 2022-10-26 15:26:06 +02:00
selectivity_innodb.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
selectivity_innodb.test
selectivity_no_engine.result
selectivity_no_engine.test
servers.result
servers.test
session_tracker_last_gtid.result
session_tracker_last_gtid.test
set_operation.result
set_operation.test
set_operation_oracle.result
set_operation_oracle.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
set_password.result
set_password.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
set_statement.result MDEV-7567 Add aliases with prefix log_slow for system variables relating to slow query log 2022-10-04 12:28:03 +02:00
set_statement.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02: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-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
show_analyze.test
show_analyze_json.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
show_analyze_json.test
show_bad_definer-5553.result
show_bad_definer-5553.test
show_check-master.opt
show_check.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
show_check.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
show_create_user.result
show_create_user.test
show_explain.opt
show_explain.result Merge 10.8 into 10.9 2022-12-07 09:43:38 +02:00
show_explain.test Merge branch 'bb-10.6-vp-MDEV-27691' into 10.6 2022-10-15 23:36:57 +02:00
show_explain_json.result
show_explain_json.test MDEV-27691: make working view-protocol 2022-09-27 21:24:33 +07:00
show_explain_non_select.result
show_explain_non_select.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
show_row_order-9226.result
show_row_order-9226.test
shutdown.result
shutdown.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
shutdown_debug.combinations MDEV-18353 fixup. Run mtr test on Windows 2022-09-07 17:58:34 +02:00
shutdown_debug.result MDEV-18353 fixup. Run mtr test on Windows 2022-09-07 17:58:34 +02:00
shutdown_debug.test Merge branch 'bb-10.7-all-builders' into bb-10.8-all-builders 2022-09-27 18:12:06 +07:00
sighup-6580.result
sighup-6580.test
signal.result
signal.test
signal_code.result
signal_code.test
signal_demo1.result
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
single_delete_update.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
single_delete_update.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
single_delete_update_innodb.result
single_delete_update_innodb.test
skip_grants.opt
skip_grants.result MDEV-24815 Add 'allow-suspicious-udfs' and 'skip-grant-tables' to system variables 2022-05-26 11:23:13 +10:00
skip_grants.test MDEV-24815 Add 'allow-suspicious-udfs' and 'skip-grant-tables' to system variables 2022-05-26 11:23:13 +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
slowlog_enospace-10508.result
slowlog_enospace-10508.test
sp-anchor-row-type-cursor.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
sp-anchor-row-type-cursor.test
sp-anchor-row-type-table.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
sp-anchor-row-type-table.test
sp-anchor-type.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
sp-anchor-type.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
sp-big.result
sp-big.test
sp-bugs.result MDEV-22001: Server crashes in st_select_lex_unit::exclude_level upon execution of SP 2022-07-12 17:18:48 +07:00
sp-bugs.test MDEV-22001: Server crashes in st_select_lex_unit::exclude_level upon execution of SP 2022-07-12 17:18:48 +07:00
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
sp-error.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
sp-no-code.result
sp-no-code.test
sp-no-valgrind.result
sp-no-valgrind.test Fixed that sp-no-valgrind.test is disabled on valgrind builds (not runs) 2022-08-08 11:19:55 +03:00
sp-prelocking.result
sp-prelocking.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
sp-row-vs-var.inc
sp-row.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
sp-row.test MDEV-28963 Incompatible data type assignment through SP vars is not consistent with columns 2022-06-27 19:52:48 +04:00
sp-security-anchor-type.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
sp-security-anchor-type.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
sp-security.result Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
sp-security.test Merge 10.10 into 10.11 2023-01-11 11:13:56 +02:00
sp-threads.result
sp-threads.test
sp-ucs2.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
sp-ucs2.test
sp-vars.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
sp-vars.test MDEV-29356 Assertion `0' failed in Type_handler_row::Item_save_in_field on INSERT 2022-08-26 14:25:04 +04:00
sp.result Merge 10.6 into 10.7 2022-12-07 09:39:46 +02:00
sp.test Merge 10.6 into 10.7 2022-12-07 09:39:46 +02:00
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 Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
sp_trans.test
sp_trans_log.result
sp_trans_log.test
sql_mode.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
sql_mode.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
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 Merge 10.5 into 10.6 2022-10-06 09:22:39 +03:00
ssl.result
ssl.test Merge 10.5 into 10.6 2022-10-06 09:22:39 +03:00
ssl_8k_key-master.opt
ssl_8k_key.result
ssl_8k_key.test
ssl_7937,nossl.result Merge branch '10.9' into 10.10 2022-08-09 09:47:16 +02:00
ssl_7937.combinations
ssl_7937.result Merge branch '10.9' into 10.10 2022-08-09 09:47:16 +02:00
ssl_7937.test Merge branch '10.9' into 10.10 2022-08-09 09:47:16 +02:00
ssl_and_innodb.result MDEV-27104 deprecate DES_ENCRYPT/DECRYPT functions 2022-07-28 00:53:20 +02:00
ssl_and_innodb.test
ssl_ca.result CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_ca.test CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_cipher.opt
ssl_cipher.result Merge branch '10.4' into 10.5 2022-08-03 07:12:27 +02:00
ssl_cipher.test Merge branch '10.4' into 10.5 2022-08-03 07:12:27 +02:00
ssl_compress.result
ssl_compress.test
ssl_connect.result
ssl_connect.test
ssl_crl.combinations
ssl_crl.result CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_crl.test Merge branch '10.5' into bb-10.6-release 2022-08-03 12:19:59 +02:00
ssl_crl_clients.result MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
ssl_crl_clients.test MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
ssl_system_ca,bad.result CC 3.1 update 2022-07-29 13:39:12 +02:00
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 CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_timeout.test CC 3.1 update 2022-07-29 13:39:12 +02: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 Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
stat_tables.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
stat_tables_disabled.result
stat_tables_disabled.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
stat_tables_innodb.result Return >= 1 from matching_candidates_in_table if records > 0.0 2023-02-02 20:24:54 +03:00
stat_tables_innodb.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
stat_tables_innodb_debug.result
stat_tables_innodb_debug.test
stat_tables_missing.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
stat_tables_missing.test
stat_tables_myisam_debug.result
stat_tables_myisam_debug.test
stat_tables_par.inc MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
stat_tables_par.result
stat_tables_par.test
stat_tables_par_innodb.result
stat_tables_par_innodb.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
stat_tables_partition.result
stat_tables_partition.test
stat_tables_rbr.result Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
stat_tables_rbr.test Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
stat_tables_repl.result
stat_tables_repl.test
statement-expr.result
statement-expr.test
statistics.result Merge 10.7 into 10.8 2022-10-13 10:42:41 +03:00
statistics.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
statistics_close.result
statistics_close.test
statistics_index_crash-7362.result
statistics_index_crash-7362.test
statistics_json.result Return >= 1 from matching_candidates_in_table if records > 0.0 2023-02-02 20:24:54 +03:00
statistics_json.test MDEV-27691: make working view-protocol 2022-09-27 18:50:18 +07:00
statistics_upgrade.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
statistics_upgrade.test MDEV-28866: mariadb-upgrade to 10.8 mysql.column_stats hist_type + histogram errors 2022-07-12 07:29:51 +10:00
statistics_upgrade_not_done.result
statistics_upgrade_not_done.test
status-master.opt
status.result Update cost for hash and cached joins 2023-02-02 20:49: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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
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 MDEV-28315 Fix ASAN stack-buffer-overflow in String::copy_aligned 2022-08-01 20:27:33 +09:00
strings.test MDEV-28315 Fix ASAN stack-buffer-overflow in String::copy_aligned 2022-08-01 20:27:33 +09:00
subselect-crash_15755.result
subselect-crash_15755.test
subselect.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect.test Merge branch '10.5' into 10.6 2022-11-02 14:33:20 +01:00
subselect2.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect2.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
subselect3.inc MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
subselect3.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect3.test
subselect3_jcl6.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect3_jcl6.test
subselect4.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect4.test Merge branch 'bb-10.8-all-builders' into bb-10.9-all-builders 2022-09-27 18:58:22 +07:00
subselect_cache.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
subselect_cache.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
subselect_debug.result
subselect_debug.test
subselect_exists2in.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_exists2in.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
subselect_exists2in_costmat.result
subselect_exists2in_costmat.test
subselect_extra.result
subselect_extra.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
subselect_extra_no_semijoin.result
subselect_extra_no_semijoin.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
subselect_gis.result
subselect_gis.test
subselect_innodb.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_innodb.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
subselect_mat.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_mat.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
subselect_mat_cost-master.opt
subselect_mat_cost.result
subselect_mat_cost.test
subselect_mat_cost_bugs.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_mat_cost_bugs.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
subselect_no_exists_to_in.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_no_exists_to_in.test
subselect_no_mat.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_no_mat.test
subselect_no_opts.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_no_opts.test
subselect_no_scache.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_no_scache.test
subselect_no_semijoin.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_no_semijoin.test
subselect_notembedded.result
subselect_notembedded.test
subselect_nulls.result
subselect_nulls.test
subselect_partial_match.result
subselect_partial_match.test
subselect_sj.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_sj.test Disable valgrind for test in main that takes > 200 seconds 2022-10-04 11:59:01 +03:00
subselect_sj2.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_sj2.test Improve pruning in greedy_search by sorting tables during search 2022-07-26 22:27:28 +07:00
subselect_sj2_jcl6.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_sj2_jcl6.test
subselect_sj2_mat.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_sj2_mat.test
subselect_sj_aria.result
subselect_sj_aria.test
subselect_sj_jcl6.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_sj_jcl6.test Disable valgrind for test in main that takes > 200 seconds 2022-10-04 11:59:01 +03:00
subselect_sj_mat.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
subselect_sj_mat.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
subselect_sj_nonmerged.result Improve pruning in greedy_search by sorting tables during search 2022-07-26 22:27:28 +07: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 Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
symlink.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
synchronization.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.result
sysdate_is_now.test
system_mysql_db.result MDEV-29776 collation_connection and db_collation are too short in mysql.proc and mysql.event 2022-10-13 18:45:30 +04:00
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
system_mysql_db_error_log.test
system_mysql_db_fix40123.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
system_mysql_db_fix40123.test MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
system_mysql_db_fix50030.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
system_mysql_db_fix50030.test MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
system_mysql_db_fix50117.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
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 Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
table_elim.test MDEV-30007 SIGSEGV in st_select_lex_unit::is_derived_eliminated, runtime error: member access within null pointer of type 'struct TABLE' in st_select_lex_unit::is_derived_eliminated() 2022-11-14 19:09:06 +01: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 MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
table_options-5867.test
table_options.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
table_options.test
table_value_constr.result MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +03:00
table_value_constr.test MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193) 2022-10-26 09:18:29 +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 Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
temp_table.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
temp_table_frm.result
temp_table_frm.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
temp_table_symlink.result
temp_table_symlink.test
temporal_literal.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
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 MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
timeout.result
timeout.test
timezone-master.opt
timezone.result
timezone.test
timezone2.result Merge 10.9 into 10.10 2022-08-29 14:04:25 +03:00
timezone2.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
timezone3-master.opt
timezone3.result
timezone3.test
timezone4-master.opt
timezone4.result
timezone4.test
timezone_grant.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
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
tmp_table_count-7586.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
tmp_table_error.result
tmp_table_error.test
trans_read_only-master.opt
trans_read_only.result
trans_read_only.test
transaction_timeout.result
transaction_timeout.test
trigger-compat.result
trigger-compat.test
trigger-trans.result
trigger-trans.test
trigger.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
trigger.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
trigger_no_defaults-11698.result
trigger_no_defaults-11698.test
trigger_notembedded.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
trigger_notembedded.test
trigger_null-8605.result MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
trigger_null-8605.test MDEV-28632 Change default of explicit_defaults_for_timestamp to ON 2022-08-10 15:03:22 +02:00
trigger_wl3253.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
trigger_wl3253.test
truncate-stale-6500.result
truncate-stale-6500.test
truncate.result
truncate.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
truncate_badse.opt
truncate_badse.result
truncate_badse.test
truncate_coverage.result
truncate_coverage.test
truncate_notembedded.result
truncate_notembedded.test Merge branch 'bb-10.6-all-builders' into bb-10.7-all-builders 2022-09-27 14:59:07 +07:00
type_binary.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_binary.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
type_bit.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_bit.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
type_bit_innodb.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
type_bit_innodb.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
type_blob.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +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 MDEV-29890 Update with inner join false row count result 2023-01-09 18:06:06 +01:00
type_date_round.result
type_date_round.test
type_datetime.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
type_datetime.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
type_datetime_hires.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
type_datetime_hires.test
type_datetime_round.result
type_datetime_round.test
type_decimal.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
type_decimal.test MDEV-27691: make working view-protocol 2022-09-27 17:47:12 +07:00
type_enum.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
type_enum.test MDEV-27691: make working view-protocol 2022-09-27 17:47:12 +07:00
type_float.result Merge 10.8 into 10.9 2022-12-13 18:24:51 +02:00
type_float.test Merge 10.8 into 10.9 2022-12-13 18:24:51 +02:00
type_geometry_mix_int.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
type_geometry_mix_int.test MDEV-28918 Implicit cast from INET6 UNSIGNED works differently on UPDATE vs ALTER 2022-06-27 12:49:40 +04:00
type_hex_hybrid.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
type_hex_hybrid.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
type_int.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_int.test Merge 10.4 into 10.5 2022-07-27 17:17:24 +03:00
type_interval.result
type_interval.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
type_json.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_json.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
type_nchar.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
type_nchar.test
type_newdecimal-big.result
type_newdecimal-big.test
type_newdecimal.result Merge 10.8 into 10.9 2022-09-21 10:07:09 +03:00
type_newdecimal.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
type_num.result Merge branch '10.3' into 10.4 2022-07-27 11:02:57 +02:00
type_num.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
type_num_innodb.result MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL) 2022-07-06 15:05:25 +04:00
type_num_innodb.test
type_ranges.result
type_ranges.test
type_row.result MDEV-29356 Assertion `0' failed in Type_handler_row::Item_save_in_field on INSERT 2022-08-26 14:25:04 +04:00
type_row.test MDEV-29356 Assertion `0' failed in Type_handler_row::Item_save_in_field on INSERT 2022-08-26 14:25:04 +04:00
type_set.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
type_set.test MDEV-27691: make working view-protocol 2022-09-27 17:47:12 +07:00
type_temporal_innodb.result
type_temporal_innodb.test
type_temporal_mariadb53.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_temporal_mariadb53.test
type_temporal_mysql56.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
type_temporal_mysql56.test
type_temporal_mysql56_debug.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
type_temporal_mysql56_debug.test
type_time.result
type_time.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
type_time_6065.result Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
type_time_6065.test
type_time_hires.result Merge branch '10.8' into 10.9 2022-11-02 21:43:42 +01:00
type_time_hires.test Merge branch '10.8' into 10.9 2022-11-02 21:43:42 +01:00
type_time_round.result
type_time_round.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
type_timestamp.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
type_timestamp.test Merge branch 'bb-10.9-all-builders' into bb-10.10-all-builders 2022-09-28 09:40:17 +07:00
type_timestamp_hires.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
type_timestamp_hires.test
type_timestamp_round.result
type_timestamp_round.test
type_uint.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
type_uint.test
type_varchar.opt
type_varchar.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
type_varchar.test
type_varchar_mysql41.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
type_varchar_mysql41.test
type_year.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_year.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
udf.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
udf.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
udf_debug_sync.result
udf_debug_sync.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 Update cost for hash and cached joins 2023-02-02 20:49:35 +03:00
union.test Merge 10.6 into 10.7 2022-12-13 18:01:49 +02:00
union_crash-714.result
union_crash-714.test
union_innodb.result
union_innodb.test
unique.result
unique.test
unsafe_binlog_innodb.result
unsafe_binlog_innodb.test
update.result
update.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
update_ignore_216.result
update_ignore_216.test
update_innodb.result
update_innodb.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
update_use_source.result
update_use_source.test Merge 10.5 into 10.6 2022-10-06 09:22:39 +03:00
upgrade.opt
upgrade.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
upgrade.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
upgrade_geometrycolumn_procedure_definer.result
upgrade_geometrycolumn_procedure_definer.test
upgrade_MDEV-19650.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
upgrade_MDEV-19650.test
upgrade_MDEV-23102-1.result
upgrade_MDEV-23102-1.test
upgrade_MDEV-23102-2.result
upgrade_MDEV-23102-2.test
upgrade_mdev_24363.result
upgrade_mdev_24363.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
user_limits-master.opt
user_limits.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
user_limits.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
user_var-binlog.result MDEV-29732 mysqlbinlog produces syntactically incorrect output with system_versioning_insert_history 2022-10-26 15:30:38 +02:00
user_var-binlog.test
user_var.result MDEV-29129: Performance regression starting in 10.6: select order by limit ... 2022-12-03 15:46:00 +03:00
user_var.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
userstat-badlogin-4824.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
userstat-badlogin-4824.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
userstat.opt
userstat.result
userstat.test
varbinary.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
varbinary.test MDEV-28696 View created as "select b''; " references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them 2022-12-02 08:14:00 +04:00
variables-master.opt
variables-notembedded-master.opt
variables-notembedded.result
variables-notembedded.test
variables.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
variables.test MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
variables_community.result
variables_community.test
view.result Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
view.test Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
view_alias.result
view_alias.test
view_debug.result MDEV-29060 main.view_debug fix 2022-07-13 03:56:45 +03:00
view_debug.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
view_grant.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
view_grant.test MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
wait_timeout.result
wait_timeout.test CC 3.1 update 2022-07-29 13:39:12 +02:00
warnings-master.opt
warnings.result MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL) 2022-07-06 15:05:25 +04:00
warnings.test
warnings_debug.result
warnings_debug.test
warnings_engine_disabled.result
warnings_engine_disabled.test
win.result Merge 10.10 into 10.11 2022-12-07 10:00:52 +02:00
win.test MDEV-28206: SIGSEGV in Item_field::fix_fields when using LEAD...OVER 2022-12-02 17:22:04 +11:00
win_as_arg_to_aggregate_func.result
win_as_arg_to_aggregate_func.test
win_avg.result
win_avg.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_big-mdev-10092.result
win_big-mdev-10092.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_big-mdev-11697.result
win_big-mdev-11697.test Merge branch 'bb-10.11-vp-MDEV-27691' into 10.11 2022-10-17 19:12:21 +02:00
win_big.result
win_big.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_bit.result
win_bit.test
win_empty_over.result
win_empty_over.test
win_first_last_value.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
win_first_last_value.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_ntile.result
win_ntile.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_orderby.result
win_orderby.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_percent_cume.result
win_percent_cume.test
win_percentile.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
win_percentile.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
win_rank.result
win_rank.test
win_std.result
win_std.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
win_sum.result
win_sum.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
windows.result
windows.test
windows_debug.result MDEV-30162 Fix occasional "Permission denied" on Windows caused by buggy 3rd party 2022-12-07 14:26:10 +01:00
windows_debug.test MDEV-30162 Fix occasional "Permission denied" on Windows caused by buggy 3rd party 2022-12-07 14:26:10 +01:00
winservice.inc MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
winservice_basic.result MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
winservice_basic.test
winservice_i18n.result MDEV-26715 Fix mysql_install_db_win tests. 2022-11-08 14:58:48 +01:00
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 MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
xa_sync.result
xa_sync.test
xml.result
xml.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
xtradb_mrr.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
xtradb_mrr.test