mariadb/mysql-test/main
Aleksey Midenkov 787d088aa5 MDEV-37199 Review
Gap logs prevented race conditions when a concurrent connection
          ^
Typo, gap locks.

Integer lax with postfix operator-- allows redundant
long_unique_fields_differ(). I've replaced it with bool logic.

What happens if to replace innodb_row_ins_step_enter with
ha_write_row_end in the first example? Row-level locking works and
ha_index_next_same() of INSERT(5) long unique check is blocked until
INSERT(15) commits. That proves post-write long unique check is enough
for fixing race condition. I've added test case for that.

The below was done by Sachin but the cleanup commit b7905fa61b is
good occasion to fix these.

Redundant if (result == HA_ERR_FOUND_DUPP_KEY) check, same for other
error codes. The below patch brings up understanding at which calls
which error codes overridden to 0.

if (!result) is needless extra indentation level for substantional
amount of code.

For convenience these cleanups are separated on top of b7905fa61b
cleanup for easy merge:

934b9f2868 (mariadb/bb-10.6-midenok-review2, bb-10.6-midenok-review2) MDEV-37199 Cleanup

One more FIXME below for test file. Also innodb_lock_wait_timeout is
not needed for original test cases (nor for unpatched repro).
2025-07-16 00:09:19 +03:00
..
1st.result
1st.test
aborted_clients.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
aborted_clients.test
adddate_454.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
adddate_454.test
alias.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
alias.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
almost_full.result Add support for minimum field width for strings to my_vsnprintf() 2021-05-19 22:27:29 +02:00
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 branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
alter_table.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
alter_table_autoinc-5574.result
alter_table_autoinc-5574.test
alter_table_combinations,aria.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
alter_table_combinations,heap.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02: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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02: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 MDEV-36848: identify tests with various MSAN suitability 2025-05-28 16:33:49 +10: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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
analyze.result MDEV-36536 Add option to not collect statistics for long char/varchars 2025-04-28 12:38:01 +03:00
analyze.test MDEV-36536 Add option to not collect statistics for long char/varchars 2025-04-28 12:38:01 +03:00
analyze_debug.result
analyze_debug.test
analyze_engine_stats.combinations MDEV-31577: Make ANALYZE FORMAT=JSON print innodb stats 2023-07-21 16:50:11 +03:00
analyze_engine_stats.result MDEV-31764: ASAN use-after-poison in trace_engine_stats in ANALYZE JSON 2023-08-01 22:32:54 +03:00
analyze_engine_stats.test MDEV-31764: ASAN use-after-poison in trace_engine_stats in ANALYZE JSON 2023-08-01 22:32:54 +03:00
analyze_engine_stats2.opt Stabilize analyze_engine_stats2.test 2024-07-04 15:24:49 +03:00
analyze_engine_stats2.result Stabilize analyze_engine_stats2.test 2024-07-04 15:24:49 +03:00
analyze_engine_stats2.test Stabilize analyze_engine_stats2.test 2024-07-04 15:24:49 +03:00
analyze_format_json.result Merge branch '10.5' into 10.6 2024-07-16 15:54:22 +08:00
analyze_format_json.test MDEV-30806: ANALYZE FORMAT=JSON: better support for BNL and BNL-H joins 2023-03-31 14:11:32 +03:00
analyze_format_json_emb.result MDEV-31121: ANALYZE statement produces 0 for all timings in embedded server 2023-04-25 13:47:46 +03:00
analyze_format_json_emb.test MDEV-31121: ANALYZE statement produces 0 for all timings in embedded server 2023-04-25 13:47:46 +03:00
analyze_format_json_timings.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
analyze_format_json_timings.test MDEV-30972: ANALYZE FORMAT=JSON: some time is unaccounted-for in BNL-H join 2023-04-04 12:18:37 +03:00
analyze_stmt.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
analyze_stmt.test
analyze_stmt_orderby.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
analyze_stmt_orderby.test
analyze_stmt_prefetch_count.opt MDEV-34190: r_engine_stats.pages_read_count is unrealistically low 2024-07-04 15:24:49 +03:00
analyze_stmt_prefetch_count.result MDEV-34190: r_engine_stats.pages_read_count is unrealistically low 2024-07-04 15:24:49 +03:00
analyze_stmt_prefetch_count.test MDEV-34190: r_engine_stats.pages_read_count is unrealistically low 2024-07-04 15:24:49 +03:00
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 MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
analyze_stmt_privileges2.test
analyze_stmt_slow_query_log-master.opt MDEV-31558 Add InnoDB engine information to the slow query log 2023-07-07 12:53:18 +03:00
analyze_stmt_slow_query_log.result
analyze_stmt_slow_query_log.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
auth_named_pipe.result
auth_named_pipe.test Merge 10.2 into 10.3 2021-05-10 09:09:50 +03:00
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 MDEV-17333 Assertion in update_auto_increment() upon exotic LOAD 2019-10-10 00:20:34 +03:00
auto_increment_ranges_innodb.result
auto_increment_ranges_innodb.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
auto_increment_ranges_myisam.result
auto_increment_ranges_myisam.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
backup_aria.result
backup_aria.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
backup_interaction.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
backup_interaction.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
backup_lock.result MDEV-36143 Row event replication with Aria does not honour BLOCK_COMMIT 2025-06-02 14:02:53 +03:00
backup_lock.test MDEV-36143 Row event replication with Aria does not honour BLOCK_COMMIT 2025-06-02 14:02:53 +03:00
backup_lock_binlog.result
backup_lock_binlog.test
backup_lock_debug.result
backup_lock_debug.test
backup_locks.result Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
backup_locks.test Add --source include/long_test.inc to some tests 2025-03-15 11:15:54 +01:00
backup_log.inc
backup_log.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
backup_log.test
backup_priv.result
backup_priv.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
backup_stages.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
backup_stages.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
bind_address_resolution.opt
bind_address_resolution.result
bind_address_resolution.test
blackhole.result Merge branch '10.2' into 10.3 2020-10-30 17:23:53 +01:00
blackhole.test
blackhole_plugin.result
blackhole_plugin.test
bool.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 2023-04-25 13:10:33 +03:00
bootstrap.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
bootstrap_innodb.result Merge branch '10.3' into 10.4 2020-10-31 21:06:49 +01:00
bootstrap_innodb.test sporadic failures of main.bootstrap 2022-09-26 15:01:36 +02:00
brackets.result
brackets.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
bug39022.result MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
bug39022.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
bug46760-master.opt
bug46760.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
bug46760.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
bug47671-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
bug47671.result
bug47671.test MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
bug58669-master.opt
bug58669.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
bug58669.test
bug12427262.result
bug12427262.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
bug13633383.result
bug13633383.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
bulk_replace.result
bulk_replace.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
case.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
cast.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
cast.test MDEV-32645 CAST(AS UNSIGNED) fails with --view-protocol 2024-01-09 11:44:05 +04:00
change_user.result MDEV-32617 deprecate secure_auth=0 2023-12-12 15:21:28 +01:00
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
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 MDEV-29155 CREATE OR REPLACE with self-referencing CHECK hangs 2025-05-29 12:34:07 +03:00
check_constraint.test MDEV-29155 CREATE OR REPLACE with self-referencing CHECK hangs 2025-05-29 12:34:07 +03:00
check_constraint_innodb.result
check_constraint_innodb.test dirty merge 2019-02-07 13:59:31 +01:00
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 Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
cli_options_force_protocol_not_win.test Cleanup of MDEV-14974: --port ignored for --host=localhost 2023-04-27 11:34:26 +03:00
cli_options_force_protocol_win.opt
cli_options_force_protocol_win.result MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-30 15:59:14 +07:00
cli_options_force_protocol_win.test MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-30 15:59:14 +07:00
client.result MDEV-34831: MDEV-34704 introduces a typo, --qick 2024-08-29 12:30:05 +02:00
client.test MDEV-34831: MDEV-34704 introduces a typo, --qick 2024-08-29 12:30:05 +02:00
client_xml.result
client_xml.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
column_compression.inc Fix compression tests for s390x 2023-09-05 12:34:39 +03:00
column_compression.result MDEV-24726 Assertion on compressed varstring as key field in optimizer 2025-07-08 11:44:49 +03:00
column_compression.test MDEV-24726 Assertion on compressed varstring as key field in optimizer 2025-07-08 11:44:49 +03:00
column_compression_parts.result MDEV-34318 mariadb-dump SQL syntax error with MAX_STATEMENT_TIME against Percona MySQL server 2024-07-17 21:25:40 +02:00
column_compression_parts.test
column_compression_rpl.opt
column_compression_rpl.result
column_compression_rpl.test Fix test failures on s390x in test following main.column_compression_rpl 2024-01-12 17:22:08 +01:00
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 MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
comment_column2.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
comment_column2.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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
comments.test
commit.result MDEV-35335 implicit commit at START TRANSACTION doesn't reset characteristics 2025-01-09 10:00:35 +01:00
commit.test MDEV-35335 implicit commit at START TRANSACTION doesn't reset characteristics 2025-01-09 10:00:35 +01:00
commit_1innodb.result Merge from 10.4 to 10.5 2024-04-15 17:46:49 +02:00
commit_1innodb.test
compare.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
compare.test
compound.result
compound.test Merge 10.5 into 10.6 2022-01-04 09:26:38 +02:00
compress.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
compress.test Disable valgrind for test in main that takes > 200 seconds 2022-10-04 11:59:01 +03:00
concurrent_innodb_safelog.result
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
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-no-db.result MDEV-34226 On startup: UBSAN: applying zero offset to null pointer in my_copy_fix_mb from strings/ctype-mb.c and other locations 2024-05-27 13:19:13 +04:00
connect-no-db.test MDEV-34226 On startup: UBSAN: applying zero offset to null pointer in my_copy_fix_mb from strings/ctype-mb.c and other locations 2024-05-27 13:19:13 +04:00
connect.cnf
connect.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
connect.test Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
connect2.cnf
connect2.result
connect2.test
connect_debug.result
connect_debug.test
consistent_snapshot.result
consistent_snapshot.test
constraints.result Merge branch '10.5' into 10.6 2024-04-11 13:58:22 +02:00
constraints.test MDEV-33768: Memory leak found in the test main.constraints run with --ps-protocol against a server built with the option -DWITH_PROTECT_STATEMENT_MEMROOT 2024-03-28 14:53:58 +07:00
contributors.result Update sponsors 2024-08-12 09:32:30 +01:00
contributors.test
count_distinct.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
count_distinct.test
count_distinct2-master.opt
count_distinct2.result
count_distinct2.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
count_distinct3.result
count_distinct3.test
crash_commit_before-master.opt
crash_commit_before.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
crash_commit_before.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
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.5 into 10.6 2024-06-10 15:22:15 +03:00
create.test MDEV-32376 SHOW CREATE DATABASE statement crashes the server when db name contains some unicode characters, ASAN stack-buffer-overflow 2024-06-10 09:31:14 +04: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
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 Use mysql.user.authentication_string for password 2018-10-31 16:06:16 +01:00
create_drop_user.test
create_drop_view.result
create_drop_view.test
create_not_windows.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
create_not_windows.test
create_or_replace-master.opt
create_or_replace.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
create_or_replace.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
create_or_replace2.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
create_or_replace2.test
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 Merge 10.2 into 10.3 2018-07-23 18:56:52 +03:00
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 MDEV-24193 UBSAN: sql/sql_acl.cc:9985:29: runtime error: member access within null pointer of type 'struct TABLE' , ASAN: use-after-poison in handle_grant_table 2024-10-01 18:29:11 +02:00
create_user.test MDEV-24193 UBSAN: sql/sql_acl.cc:9985:29: runtime error: member access within null pointer of type 'struct TABLE' , ASAN: use-after-poison in handle_grant_table 2024-10-01 18:29:11 +02:00
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 Merge branch '10.6' into 10.6.14 2023-06-07 19:59:52 +02:00
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
cset_narrowing.result MDEV-32113: utf8mb3_key_col=utf8mb4_value cannot be used for ref 2023-10-19 17:24:30 +03:00
cset_narrowing.test Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
cte_cycle.result Merge 10.4 into 10.5 2022-04-21 15:33:50 +03:00
cte_cycle.test
cte_grant.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
cte_grant.test
cte_nonrecursive.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
cte_nonrecursive.test MDEV-27944: View-protocol fails if database was changed 2024-09-25 11:44:28 +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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
cte_recursive.test MDEV-36848: identify tests with various MSAN suitability 2025-05-28 16:33:49 +10:00
cte_recursive_not_embedded.result Merge 10.2 into 10.3 2018-07-23 18:56:52 +03:00
cte_recursive_not_embedded.test
ctype_ascii.result
ctype_ascii.test
ctype_big5.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_big5.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_binary.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_binary.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
ctype_collate.result Merge branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
ctype_collate.test MDEV-33318 ORDER BY COLLATE improperly applied to non-character columns 2024-03-13 15:01:32 +01:00
ctype_cp850.result
ctype_cp850.test
ctype_cp866.result
ctype_cp866.test
ctype_cp932.result MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_cp932.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_cp932_binlog_row.result
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.result Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02: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 branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_cp1251.test
ctype_create.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
ctype_create.test
ctype_dec8.result
ctype_dec8.test
ctype_errors.result
ctype_errors.test
ctype_eucjpms.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_eucjpms.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_euckr.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_euckr.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_filename.result MDEV-35393 ASAN unknown-crash in Field_varstring::reset when inserting NULL value to a table with filename charset 2024-11-14 16:06:04 +04:00
ctype_filename.test MDEV-35393 ASAN unknown-crash in Field_varstring::reset when inserting NULL value to a table with filename charset 2024-11-14 16:06:04 +04:00
ctype_filename_innodb.result MDEV-35393 ASAN unknown-crash in Field_varstring::reset when inserting NULL value to a table with filename charset 2024-11-14 16:06:04 +04:00
ctype_filename_innodb.test MDEV-35393 ASAN unknown-crash in Field_varstring::reset when inserting NULL value to a table with filename charset 2024-11-14 16:06:04 +04:00
ctype_filesystem-master.opt
ctype_filesystem.result
ctype_filesystem.test
ctype_gb2312.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_gb2312.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_gbk.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_gbk.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_gbk_binlog.result
ctype_gbk_binlog.test
ctype_gbk_export_import.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
ctype_gbk_export_import.test
ctype_hebrew.result
ctype_hebrew.test
ctype_latin1.result Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
ctype_latin1.test MDEV-31221 UBSAN runtime error: negation of -9223372036854775808 cannot be represented in type 'long long int' in my_strtoll10_utf32 2024-09-20 13:04:57 +04:00
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 Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_ldml.test Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02: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 Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07: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-27944: View-protocol fails if database was changed 2024-09-25 11:44:28 +07:00
ctype_sjis.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_sjis.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_sjis_innodb.result MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_sjis_innodb.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_swe7.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07: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 Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_tis620.test Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
ctype_uca.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_uca.test MDEV-34417 Wrong result set with utf8mb4_danish_ci and BNLH join 2024-06-20 11:30:02 +04: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 2023-04-25 13:10:33 +03:00
ctype_uca_partitions.test MDEV-30072 Wrong ORDER BY for a partitioned prefix key + NOPAD 2023-04-06 09:57:58 +04:00
ctype_ucs.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_ucs.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01: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 Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_ucs2_uca.test
ctype_ujis.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_ujis.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_ujis_ucs2.result
ctype_ujis_ucs2.test
ctype_upgrade.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
ctype_upgrade.test MDEV-30746 Regression in ucs2_general_mysql500_ci 2023-03-01 15:38:02 +04:00
ctype_utf8-master.opt
ctype_utf8.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
ctype_utf8.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01: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 Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_utf8_uca.test Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
ctype_utf8mb3_innodb.result MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_utf8mb3_innodb.test MDEV-30111 InnoDB: Failing assertion: update->n_fields == 0 in row_ins_sec_index_entry_by_modify 2025-01-24 11:36:47 +04:00
ctype_utf8mb4-master.opt
ctype_utf8mb4.result Merge 10.5 into 10.6 2024-08-14 10:56:11 +03:00
ctype_utf8mb4.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
ctype_utf8mb4_heap.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_utf8mb4_heap.test
ctype_utf8mb4_innodb-master.opt
ctype_utf8mb4_innodb.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_utf8mb4_innodb.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_utf8mb4_myisam.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
ctype_utf8mb4_myisam.test
ctype_utf8mb4_uca.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_utf8mb4_uca.test Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
ctype_utf8mb4_unicode_ci_def.opt
ctype_utf8mb4_unicode_ci_def.result
ctype_utf8mb4_unicode_ci_def.test
ctype_utf16.result MDEV-23138 Odd behavior of character_set variables set to utf16 (when allowed) 2024-11-18 11:34:13 +04:00
ctype_utf16.test MDEV-23138 Odd behavior of character_set variables set to utf16 (when allowed) 2024-11-18 11:34:13 +04:00
ctype_utf16_def-master.opt
ctype_utf16_def.result
ctype_utf16_def.test
ctype_utf16_uca.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_utf16_uca.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
ctype_utf16le.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_utf16le.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
ctype_utf32.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
ctype_utf32.test MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
ctype_utf32_def.opt
ctype_utf32_def.result
ctype_utf32_def.test
ctype_utf32_innodb.result
ctype_utf32_innodb.test
ctype_utf32_not_embedded.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
ctype_utf32_not_embedded.test MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
ctype_utf32_uca.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
ctype_utf32_uca.test Merge branch 'bb-10.4-all-builders' into bb-10.5-all-builders 2022-09-26 10:24:59 +07:00
custom_aggregate_functions.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
custom_aggregate_functions.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
custom_aggregates_i_s.result
custom_aggregates_i_s.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
date_formats-master.opt
date_formats.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
date_formats.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
datetime_456.result
datetime_456.test
ddl_i18n_koi8r.result Merge 10.5 into 10.6 2025-01-20 09:57:37 +02: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.5 into 10.6 2025-01-20 09:57:37 +02: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 MDEV-26642/MDEV-26643/MDEV-32898 Implement innodb_snapshot_isolation 2024-03-20 09:48:03 +02:00
deadlock_innodb.test
debug_sync.result Implement DEBUG_SYNC multiple signal firing capability 2023-02-03 16:27:16 +02:00
debug_sync.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
default.result Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
default.test don't set default value in temp table if NO_DEFAULT_VALUE_FLAG 2023-01-09 18:06:06 +01: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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
delayed.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
delayed_blob.opt
delayed_blob.result
delayed_blob.test
delete.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
delete.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
delete_innodb.result MDEV-35944 DELETE fails to notice transaction abort, violating ACID 2025-01-29 10:43:29 +01:00
delete_innodb.test MDEV-35944 DELETE fails to notice transaction abort, violating ACID 2025-01-29 10:43:29 +01:00
delete_returning.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
delete_returning.test
delete_returning_grant.result
delete_returning_grant.test
delete_use_source.result Merge 10.3 into 10.4 2021-06-01 09:14:59 +03:00
delete_use_source.test MDEV-31465: main.sum_distinct-big and main.merge-big fail with timeout with view-protocol 2023-09-27 10:28:00 +07:00
delimiter_case_mdev_10728.sql
delimiter_command_case_sensitivity.result
delimiter_command_case_sensitivity.test
deprecated_features.result
deprecated_features.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
derived.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
derived.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
derived_cond_pushdown.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
derived_cond_pushdown.test Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
derived_cond_pushdown_innodb.result MDEV-33010 Crash when pushing condition with CHARSET()/COERCIBILITY() into derived table 2024-07-16 16:20:17 +07:00
derived_cond_pushdown_innodb.test MDEV-33010 Crash when pushing condition with CHARSET()/COERCIBILITY() into derived table 2024-07-16 16:20:17 +07:00
derived_opt.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
derived_opt.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
derived_split_innodb.result Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
derived_split_innodb.test Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
derived_view.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
derived_view.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
dirty_close.result
dirty_close.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
disabled.def Followup for fix for MDEV-20169: enable main.partition_innodb 2023-12-04 20:34:45 +03:00
distinct.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
distinct.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
distinct_notembedded.result MDEV-30660 Aggregation functions fail to leverage uniqueness property 2024-02-10 14:54:03 +07:00
distinct_notembedded.test MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
drop.result Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
drop.test MDEV-34205: ASAN stack buffer overflow in strxnmov() in frm_file_exists 2024-05-23 22:08:27 +02: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 Fix drop_combinations for embedded 2020-06-15 17:30:26 +03:00
drop_table_force.result
drop_table_force.test
dyncol.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
dyncol.test Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
empty_server_name-8224.result
empty_server_name-8224.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
empty_string_literal.result Merge branch '10.5' into 10.6 2024-04-11 13:58:22 +02:00
empty_string_literal.test MDEV-33460 use the correct sql_mode and fix for --view 2024-03-27 16:14:55 +01:00
empty_table.result MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty table 2023-02-15 13:56:33 +02:00
empty_table.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
empty_user_table.result
empty_user_table.test
endspace.result MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
endspace.test
enforce_storage_engine.result MDEV-8578: Wrong error code/message with enforce_storage_engine and 2024-10-18 16:42:52 +05:30
enforce_storage_engine.test MDEV-8578: Wrong error code/message with enforce_storage_engine and 2024-10-18 16:42:52 +05:30
enforce_storage_engine_opt.opt
enforce_storage_engine_opt.result MDEV-8578: Wrong error code/message with enforce_storage_engine and 2024-10-18 16:42:52 +05:30
enforce_storage_engine_opt.test MDEV-8578: Wrong error code/message with enforce_storage_engine and 2024-10-18 16:42:52 +05:30
engine_error_in_alter-8453.result
engine_error_in_alter-8453.test
error_simulation-master.opt
error_simulation.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
error_simulation.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
errors.result Merge 10.5 into 10.6 2025-01-20 09:57:37 +02:00
errors.test MDEV-35828: Assertion fails in alloc_root() when memory causes it to call itself 2025-01-15 12:34:25 +02:00
events_1.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
events_1.test
events_2.result
events_2.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
events_bugs-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
events_bugs.result MDEV-33472 Assertion `0' failed in Item_row::illegal_method_call on CREATE EVENT 2024-11-25 18:29:13 +04:00
events_bugs.test MDEV-33472 Assertion `0' failed in Item_row::illegal_method_call on CREATE EVENT 2024-11-25 18:29:13 +04:00
events_embedded.result
events_embedded.test
events_grant.result
events_grant.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
events_logs_tests-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Merge branch '10.3' into 10.4 2020-03-11 14:28:24 +01:00
events_restart.test
events_scheduling.result
events_scheduling.test
events_slowlog.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
events_slowlog.test
events_stress.result
events_stress.test MDEV-31465: main.sum_distinct-big and main.merge-big fail with timeout with view-protocol 2023-09-27 10:28:00 +07:00
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 Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
except.test Fix of Backport block-nl-join.r_unpack_time_ms. 2023-10-27 16:44:58 +02:00
except_all.result MDEV-31577: Make ANALYZE FORMAT=JSON print innodb stats 2023-07-21 16:50:11 +03:00
except_all.test
execution_constants.result
execution_constants.test fix test failures with ASAN 2023-12-21 10:21:05 +02:00
explain.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
explain.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
explain_innodb.result Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
explain_innodb.test Merge branch '10.4' into 10.4.29 release 2023-05-11 09:07:45 +02:00
explain_json.result Merge branch '10.5' into 10.6 2024-07-16 15:54:22 +08:00
explain_json.test
explain_json_format_partitions.result MDEV-31577: Make ANALYZE FORMAT=JSON print innodb stats 2023-07-21 16:50:11 +03:00
explain_json_format_partitions.test
explain_json_innodb.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
explain_json_innodb.test
explain_non_select.result Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
explain_non_select.test MDEV-31224 Crash with EXPLAIN EXTENDED for multi-table update of system table 2023-06-03 10:39:34 +02:00
explain_slowquerylog-master.opt
explain_slowquerylog.result
explain_slowquerylog.test
ext_key_noPK_6794.result
ext_key_noPK_6794.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
failed_auth_3909.result
failed_auth_3909.test
failed_auth_unixsocket.result MDEV-18151 Skipped error returning for GRANT/SET PASSWORD 2024-10-09 15:48:14 +02:00
failed_auth_unixsocket.test MDEV-18151 Skipped error returning for GRANT/SET PASSWORD 2024-10-09 15:48:14 +02:00
fast_prefix_index_fetch_innodb.result
fast_prefix_index_fetch_innodb.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
features,ps.rdiff MDEV-26142: Fix failures of the tests main.features and sys_vars.stored_program_cache_func when they are run in PS mode 2021-07-15 16:27:31 +07:00
features.result
features.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
fetch_first.result MDEV-30324: Wrong result upon SELECT DISTINCT ... WITH TIES 2023-02-15 16:58:31 +02:00
fetch_first.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02: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
flush-innodb.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
flush.result
flush.test MDEV-27691: make working view-protocol 2022-09-27 13:18:28 +07:00
flush2-master.opt
flush2.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
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 Combine GLOBAL and COMMIT namespaces into BACKUP namespace. 2018-12-09 22:12:26 +02:00
flush_block_commit_notembedded.result
flush_block_commit_notembedded.test MDEV-23974 Tests fail due to [Warning] InnoDB: Trying to delete tablespace 2022-03-23 16:42:43 +02:00
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 Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
flush_notembedded.test
flush_read_lock.result Merge 10.5 into 10.6 2021-04-22 18:13:47 +03:00
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 MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
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 branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
fulltext.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
fulltext2.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
fulltext_derived_4257.test
fulltext_derived_4316.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
fulltext_derived_4316.test
fulltext_distinct.result
fulltext_distinct.test
fulltext_left_join.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
fulltext_left_join.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
fulltext_multi.result
fulltext_multi.test
fulltext_order_by.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
fulltext_order_by.test
fulltext_update.result
fulltext_update.test
fulltext_var.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
fulltext_var.test
func_analyse.result MDEV-31881 ASAN: unknown-crash in check_ulonglong (sql/sql_analyse.cc) on SELECT ... FROM ... PROCEDURE ANALYSE() 2024-11-22 14:54:08 +04:00
func_analyse.test MDEV-31881 ASAN: unknown-crash in check_ulonglong (sql/sql_analyse.cc) on SELECT ... FROM ... PROCEDURE ANALYSE() 2024-11-22 14:54:08 +04:00
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 Fix test failures on s390x in test following main.column_compression_rpl 2024-01-12 17:22:08 +01:00
func_concat.result MDEV-21589 AddressSanitizer: memcpy-param-overlap in Static_binary_string::q_append or String::append 2024-12-13 11:09:29 +01:00
func_concat.test MDEV-21589 AddressSanitizer: memcpy-param-overlap in Static_binary_string::q_append or String::append 2024-12-13 11:09:29 +01: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 MDEV-30931 UBSAN: negation of -X cannot be represented in type 'long long int'; cast to an unsigned type to negate this value to itself in get_interval_value on SELECT 2024-05-27 13:19:13 +04:00
func_date_add.test MDEV-30931 UBSAN: negation of -X cannot be represented in type 'long long int'; cast to an unsigned type to negate this value to itself in get_interval_value on SELECT 2024-05-27 13:19:13 +04:00
func_debug.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
func_debug.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
func_default.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
func_default.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +07:00
func_des_encrypt.result
func_des_encrypt.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +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-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
func_encrypt-master.opt
func_encrypt.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
func_encrypt.test
func_encrypt_nossl.result openssl: add a more specific DES support detection 2024-04-30 23:09:02 +10:00
func_encrypt_nossl.test
func_encrypt_ucs2.result MDEV-28643: view protocol fails due to different column name 2022-12-02 11:59:36 +01:00
func_encrypt_ucs2.test MDEV-28643: view protocol fails due to different column name 2022-12-02 11:59:36 +01:00
func_equal.result MDEV-21029 Incorrect result for expression with the <=> operator and IS NULL 2024-11-25 10:37:02 +04:00
func_equal.test MDEV-21029 Incorrect result for expression with the <=> operator and IS NULL 2024-11-25 10:37:02 +04:00
func_extract.result MDEV-35489 Assertion `!ldate->neg' or unexpected result upon extracting unit from invalid value 2024-11-25 16:13:16 +04:00
func_extract.test MDEV-35489 Assertion `!ldate->neg' or unexpected result upon extracting unit from invalid value 2024-11-25 16:13:16 +04:00
func_gconcat.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
func_gconcat.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
func_group.result Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
func_group.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
func_group_innodb.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
func_group_innodb.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
func_hybrid_type.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
func_hybrid_type.test Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
func_if.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
func_if.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
func_in.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
func_in.test Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
func_int.result
func_int.test
func_isnull.result
func_isnull.test
func_json.result MDEV-27412: JSON_TABLE doesn't properly unquote strings 2024-10-01 13:45:46 +05:30
func_json.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03: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-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
func_math.result Merge 10.5 into 10.6 2025-01-08 08:48:21 +02:00
func_math.test MDEV-35651 NO_UNSIGNED_SUBTRACTION does not work for multiple unsigned integers 2025-01-07 16:31:39 +01:00
func_misc.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
func_misc.test Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
func_op.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
func_op.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
func_regexp.result MDEV-21058 CREATE TABLE with generated column and RLIKE results in sigabrt 2024-04-29 11:08:07 +04:00
func_regexp.test MDEV-21058 CREATE TABLE with generated column and RLIKE results in sigabrt 2024-04-29 11:08:07 +04:00
func_regexp_pcre.result Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
func_regexp_pcre.test Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
func_regexp_pcre_debug.result
func_regexp_pcre_debug.test
func_replace.result MDEV-17226 Column Data in Truncated on UNION to the length of the first value if using REPLACE 2023-12-11 10:42:37 +04:00
func_replace.test MDEV-17226 Column Data in Truncated on UNION to the length of the first value if using REPLACE 2023-12-11 10:42:37 +04:00
func_rollback.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
func_rollback.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
func_sapdb.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
func_sapdb.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
func_set.result MDEV-29184 Assertion `0' in Item_row::illegal_method_call, Type_handler_row::Item_update_null_value, Item::update_null_value 2024-11-01 12:40:43 +04:00
func_set.test MDEV-29184 Assertion `0' in Item_row::illegal_method_call, Type_handler_row::Item_update_null_value, Item::update_null_value 2024-11-01 12:40:43 +04:00
func_str.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
func_str.test Merge 10.5 into 10.6 2024-11-29 12:37:46 +02: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 MDEV-31302 Assertion `mon > 0 && mon < 13' failed in my_time_t sec_since_epoch(int, int, int, int, int, int) 2024-09-20 14:13:53 +04:00
func_time.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
func_time_hires.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
func_time_hires.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
func_time_round.result
func_time_round.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +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 Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
function_defaults.result Merge branch 10.4 into 10.5 2024-05-06 13:55:42 +02:00
function_defaults.test MDEV-33790 Incorrect DEFAULT expression evaluated in UPDATE 2024-04-25 14:11:28 +02:00
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-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
get_diagnostics.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
gis-alter_table_online.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
gis-alter_table_online.test
gis-debug.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
gis-debug.test MDEV-27691: make working view-protocol 2022-09-26 10:25:41 +07:00
gis-json.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
gis-json.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
gis-loaddata.result
gis-loaddata.test
gis-precise.result MDEV-35117 Improve error message on unexpected geometries for st_distance_sphere 2025-02-06 13:17:47 +11:00
gis-precise.test MDEV-35117 Improve error message on unexpected geometries for st_distance_sphere 2025-02-06 13:17:47 +11: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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
gis-rtree.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
gis-rtree.test Merge 10.2 into 10.3 2020-03-20 18:12:17 +02:00
gis.result Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
gis.test Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01: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 branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
grant.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
grant2.opt
grant2.result Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
grant2.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
grant3-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
grant3.result Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
grant3.test typo fixed, followup for 3fe55fa8be 2022-10-07 15:24:02 +02:00
grant4.opt
grant4.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01: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 branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
grant5.test Fix grant5.test with view protocol 2024-10-15 12:44:24 +02:00
grant_4332.result
grant_4332.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
grant_binlog_replay.result
grant_binlog_replay.test
grant_cache_no_prot.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
grant_cache_no_prot.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
grant_cache_ps_prot.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02: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 MDEV-24312 master_host has 60 character limit, increase to 255 bytes 2021-04-20 16:36:56 +02:00
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_not_windows.result Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
grant_not_windows.test
grant_plugin.result Correct cursor protocol tests main.{loaddata,grant_plugin} & innodb_fts.fulltext 2024-11-21 21:43:44 +11:00
grant_plugin.test Correct cursor protocol tests main.{loaddata,grant_plugin} & innodb_fts.fulltext 2024-11-21 21:43:44 +11:00
grant_read_only.result
grant_read_only.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_repair.result Improve error reporting in Aria 2022-06-07 20:43:11 +03:00
grant_repair.test fix the test for windows 2020-04-28 15:12:02 +02:00
grant_server.result
grant_server.test
grant_slave_admin.result
grant_slave_admin.test
grant_slave_monitor.result
grant_slave_monitor.test
greedy_optimizer.result
greedy_optimizer.test
group_by.result Merge branch '10.5' into '10.6' 2025-04-15 01:49:48 +02:00
group_by.test MDEV-35238 (MDEV-34922) Wrong results from a tables with a single record and an aggregate 2025-04-14 10:47:27 +02:00
group_by_innodb.result
group_by_innodb.test
group_by_null.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
group_by_null.test
group_min_max.result MDEV-32958 Unusable key notes do not get reported for some operations 2023-12-11 08:55:27 +04:00
group_min_max.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
group_min_max_innodb.result Merge branch '10.4' into 10.5 2023-12-07 16:38:00 +11:00
group_min_max_innodb.test MDEV-15656 Assertion `is_last_prefix <= 0' failed in QUICK_GROUP_MIN_MAX_SELECT::get_next 2023-12-06 15:19:49 +03:00
group_min_max_notembedded.result Moved test from group_min_max.test to group_min_max_not_embedded.test 2023-06-25 16:26:28 +03:00
group_min_max_notembedded.test MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
handler_read_last.result
handler_read_last.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
handlersocket.opt
handlersocket.result MDEV-5313 Improving audit api. 2018-12-12 01:49:39 +04:00
handlersocket.test
having.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
having.test Merge 10.5 into 10.6 2024-08-14 10:56:11 +03:00
having_cond_pushdown.result Merge branch '10.5' into '10.6' 2024-09-01 06:51:25 +02:00
having_cond_pushdown.test Merge branch '10.5' into '10.6' 2024-09-01 06:51:25 +02: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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
host_cache_size_functionality.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
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 Rename IGNORED INDEX tests to match the SQL syntax 2021-03-17 13:45:45 +03:00
ignored_index_innodb.test Rename IGNORED INDEX tests to match the SQL syntax 2021-03-17 13:45:45 +03:00
implicit_char_to_num_conversion.result
implicit_char_to_num_conversion.test
implicit_commit-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
in_datetime_241.test
in_subq_cond_pushdown.result MDEV-34041 Display additional information for materialized subqueries in EXPLAIN/ANALYZE FORMAT=JSON 2024-07-11 17:40:39 +07:00
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 Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07: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.5 into 10.6 2025-01-08 08:48:21 +02:00
information_schema.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
information_schema2.result bugfix: INFORMATION_SCHEMA.STATISTICS doesn't show whether the index is disabled 2024-05-05 21:37:08 +02:00
information_schema2.test bugfix: INFORMATION_SCHEMA.STATISTICS doesn't show whether the index is disabled 2024-05-05 21:37:08 +02:00
information_schema_all_engines-master.opt
information_schema_all_engines.result
information_schema_all_engines.test Merge branch 'bb-10.6-vp-MDEV-27691' into 10.6 2022-10-15 23:36:57 +02:00
information_schema_chmod.result
information_schema_chmod.test
information_schema_columns.result
information_schema_columns.test Merge branch '10.2' into 10.3 2022-05-03 10:59:54 +02:00
information_schema_db.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
information_schema_db.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
information_schema_inno.result
information_schema_inno.test
information_schema_linux.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
information_schema_linux.test
information_schema_parameters.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
information_schema_parameters.test
information_schema_part.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
information_schema_part.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
information_schema_prepare.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
information_schema_prepare.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
information_schema_routines.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
information_schema_routines.test
information_schema_stats.result
information_schema_stats.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
init_connect.result
init_connect.test
init_connection_query_cache-master.opt
init_connection_query_cache.result
init_connection_query_cache.test
init_file.opt
init_file.result
init_file.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
init_file_longline_3816.opt
init_file_longline_3816.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
init_file_longline_3816.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
init_file_set_password-7656.result
init_file_set_password-7656.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb_bug878769.result
innodb_bug878769.test
innodb_ext_key,covering,on.rdiff mtr: remove innodb combinations 2024-05-05 21:37:08 +02:00
innodb_ext_key,off.rdiff cleanup 2024-05-05 21:37:08 +02:00
innodb_ext_key,on,unoptimized.rdiff mtr: remove innodb combinations 2024-05-05 21:37:08 +02:00
innodb_ext_key.combinations Merge 10.2 into 10.3 2020-09-03 09:26:54 +03:00
innodb_ext_key.result Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
innodb_ext_key.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
innodb_group.result
innodb_group.test
innodb_icp.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
innodb_icp.test
innodb_icp_debug.result
innodb_icp_debug.test
innodb_ignore_builtin-master.opt
innodb_ignore_builtin.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
innodb_ignore_builtin.test
innodb_load_xa.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
innodb_load_xa.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_mysql_lock.result
innodb_mysql_lock.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
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 branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
insert.test MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 2025-04-25 15:10:36 +02:00
insert_debug-master.opt
insert_debug.result Merge branch '10.2' into 10.3 2020-01-21 09:11:14 +01:00
insert_debug.test
insert_innodb.result Fix test after merge (by Thiru) 2023-05-03 07:30:12 +02:00
insert_innodb.test Fix test after merge (by Thiru) 2023-05-03 07:30:12 +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 Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
insert_returning.test MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 2025-04-25 15:10:36 +02:00
insert_returning_datatypes.result
insert_returning_datatypes.test
insert_select.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
insert_select.test MDEV-32086 Server crash when inserting from derived table containing insert target table 2025-04-25 12:58:24 +02:00
insert_update.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
insert_update.test MDEV-31164 default current_timestamp() not working when used INSERT ON DUPLICATE KEY in some cases 2023-05-04 16:07:39 +02:00
insert_update_autoinc-7150.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
insert_update_autoinc-7150.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
intersect.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
intersect.test Fix of Backport block-nl-join.r_unpack_time_ms. 2023-10-27 16:44:58 +02:00
intersect_all.result MDEV-25158 Segfault on INTERSECT ALL with UNION in Oracle mode 2025-05-29 12:34:06 +03:00
intersect_all.test MDEV-25158 Segfault on INTERSECT ALL with UNION in Oracle mode 2025-05-29 12:34:06 +03:00
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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
invisible_field.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
invisible_field_debug.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
invisible_field_debug.test
invisible_field_grant_completely.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
invisible_field_grant_completely.test
invisible_field_grant_system.result MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB 2022-09-30 08:48:57 +02:00
invisible_field_grant_system.test
invisible_partition.result
invisible_partition.test
ipv4_and_ipv6.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
item_types.result MDEV-34833 Assertion failure in Item_float::do_build_clone (Item_static_float_func) 2024-08-29 09:32:29 +02:00
item_types.test MDEV-34833 Assertion failure in Item_float::do_build_clone (Item_static_float_func) 2024-08-29 09:32:29 +02:00
join.result MDEV-35180: ref_to_range rewrite causes poor query plan 2024-10-18 13:37:04 +03:00
join.test MDEV-35180: ref_to_range rewrite causes poor query plan 2024-10-18 13:37:04 +03:00
join_cache.result MDEV-35180: ref_to_range rewrite causes poor query plan 2024-10-18 13:37:04 +03:00
join_cache.test MDEV-35180: ref_to_range rewrite causes poor query plan 2024-10-18 13:37:04 +03:00
join_cache_cardinality.result MDEV-30812: Improve output cardinality estimates for hash join 2023-04-28 16:24:08 +03:00
join_cache_cardinality.test MDEV-30812: Improve output cardinality estimates for hash join 2023-04-28 16:24:08 +03:00
join_cache_debug.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
join_cache_debug.test MDEV-32351: Significant slowdown with outer joins: fix embedded. 2023-10-28 12:47:55 +03:00
join_cache_notasan.cnf MDEV-36848: identify tests with various MSAN suitability 2025-05-28 16:33:49 +10:00
join_cache_notasan.result MDEV-36848: identify tests with various MSAN suitability 2025-05-28 16:33:49 +10:00
join_cache_notasan.test MDEV-36848: identify tests with various MSAN suitability 2025-05-28 16:33:49 +10:00
join_crash.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
join_crash.test
join_nested.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
join_nested.test Merge branch '10.3' into 10.4 2023-01-10 21:04:17 +01:00
join_nested_jcl6.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
join_nested_jcl6.test
join_optimizer.result MDEV-35253: xa_prepare_unlock_unmodified fails: shift exponent 32 is too large 2024-10-25 18:02:14 +03:00
join_optimizer.test MDEV-35253: xa_prepare_unlock_unmodified fails: shift exponent 32 is too large 2024-10-25 18:02:14 +03:00
join_outer.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
join_outer.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
join_outer_innodb.result
join_outer_innodb.test
join_outer_jcl6.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
join_outer_jcl6.test
json_debug_nonembedded_noasan.result Merge branch '10.5' into 10.6 2024-08-03 09:04:24 +02:00
json_debug_nonembedded_noasan.test Merge branch '10.5' into 10.6 2024-08-03 09:04:24 +02:00
key.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
key.test Merge branch 'bb-10.3-all-builders' into bb-10.4-all-builders 2022-09-23 19:47:13 +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 MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
key_diff.result
key_diff.test
key_primary.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
key_primary.test
keyread.result
keyread.test
keywords.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
keywords.test
kill-2-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
kill-2.result Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
kill-2.test Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
kill.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
kill.test Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
kill_debug.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
kill_debug.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
kill_processlist-6619.result Revert "Fixed random failure in main.kill_processlist-6619" 2024-03-27 16:14:56 +01:00
kill_processlist-6619.test Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
kill_query-6728.result
kill_query-6728.test
large_pages.opt
large_pages.result mysql-test: add large_pages test 2020-04-08 14:51:14 +04:00
large_pages.test
last_value.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
last_value.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
leaks.result MDEV-32476 LeakSanitizer errors in get_quick_select or Assertion ... 2023-10-19 16:17:01 +03:00
leaks.test MDEV-32476 LeakSanitizer errors in get_quick_select or Assertion ... 2023-10-19 16:17:01 +03:00
limit.result
limit.test
limit_rows_examined.result clarify the message when filesort is aborted by LIMIT ROWS EXAMINED 2025-01-07 16:31:39 +01:00
limit_rows_examined.test MDEV-35571 Check for LIMIT ROWS EXAMINED exceeded in UNION ALL 2024-12-13 15:44:01 +11:00
load_timezones_with_alter_algorithm_inplace.result MDEV-33044 Loading time zones does not work with alter_algorithm INPLACE 2024-03-28 09:37:22 +11:00
load_timezones_with_alter_algorithm_inplace.test MDEV-33044 Loading time zones does not work with alter_algorithm INPLACE (postfix) 2024-03-28 14:47:29 +11:00
loaddata.result MDEV-15497 fixed outdated syntax 2024-10-22 09:12:23 +02:00
loaddata.test Correct cursor protocol tests main.{loaddata,grant_plugin} & innodb_fts.fulltext 2024-11-21 21:43:44 +11:00
loaddata_autocom_innodb.result
loaddata_autocom_innodb.test
loadxml.result
loadxml.test
locale.opt Merge 10.2 into 10.3 2020-01-31 11:37:12 +02:00
locale.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
locale.test MDEV-30630 locale: Chinese error messages for ZH_CN 2023-02-15 22:39:38 +11:00
lock.result
lock.test
lock_kill.result
lock_kill.test
lock_multi.result
lock_multi.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
lock_multi_bug38499.result
lock_multi_bug38499.test
lock_multi_bug38691.result
lock_multi_bug38691.test
lock_sync-master.opt
lock_sync.result
lock_sync.test
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.result
lock_tables_lost_commit.test
lock_user.result
lock_user.test
lock_view.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04: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 Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
log_crash.result MDEV-33373 part 2: Unexpected ER_FILE_NOT_FOUND upon reading from logging table after crash recovery 2024-09-30 13:50:51 +02:00
log_crash.test MDEV-33373 part 2: Unexpected ER_FILE_NOT_FOUND upon reading from logging table after crash recovery 2024-09-30 13:50:51 +02:00
log_errchk.result
log_errchk.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
log_slow.result MDEV-35550 main.log_slow test failure: expects count(*) 5 got 4 2025-01-09 10:00:36 +01:00
log_slow.test MDEV-35550 main.log_slow test failure: expects count(*) 5 got 4 2025-01-09 10:00:36 +01:00
log_slow_debug.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
log_slow_debug.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
log_slow_filter.opt MDEV-34491 Setting log_slow_admin="" at startup should be converted to log_slow_admin=ALL 2024-07-02 11:26:13 +03:00
log_slow_filter.result MDEV-34491 Setting log_slow_admin="" at startup should be converted to log_slow_admin=ALL 2024-07-02 11:26:13 +03:00
log_slow_filter.test MDEV-34491 Setting log_slow_admin="" at startup should be converted to log_slow_admin=ALL 2024-07-02 11:26:13 +03:00
log_slow_innodb.result MDEV-34190: r_engine_stats.pages_read_count is unrealistically low 2024-07-04 15:24:49 +03:00
log_slow_innodb.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
log_state-master.opt
log_state.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
log_state.test
log_state_bug33693-master.opt
log_state_bug33693.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
log_state_bug33693.test
log_tables-big-master.opt
log_tables-big.result
log_tables-big.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
log_tables-master.opt
log_tables.result Merge branch '10.5' into 10.6 2024-01-31 18:04:03 +01:00
log_tables.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
log_tables_debug.result
log_tables_debug.test
log_tables_upgrade.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
log_tables_upgrade.test
long_host.result main.long_host failures 2023-12-12 15:21:28 +01:00
long_host.test main.long_host failures 2023-12-12 15:21:28 +01:00
long_tmpdir-master.opt
long_tmpdir-master.sh Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
long_tmpdir.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
long_tmpdir.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
long_unique.result cleanup: long unique checks 2025-07-15 13:22:19 +02:00
long_unique.test cleanup: long unique checks 2025-07-15 13:22:19 +02:00
long_unique_big.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
long_unique_big.test MDEV-27160 Out of memory in main.long_unique 2021-12-03 09:56:30 +02:00
long_unique_bugs.result MDEV-37203 UBSAN: applying zero offset to null pointer in strings/ctype-uca.inl | my_uca_strnncollsp_onelevel_utf8mb4 | handler::check_duplicate_long_entries_update 2025-07-15 13:22:19 +02:00
long_unique_bugs.test MDEV-37203 UBSAN: applying zero offset to null pointer in strings/ctype-uca.inl | my_uca_strnncollsp_onelevel_utf8mb4 | handler::check_duplicate_long_entries_update 2025-07-15 13:22:19 +02:00
long_unique_bugs_no_sp_protocol.result MDEV-32837 long unique does not work like unique key when using replace 2024-01-24 17:19:54 +04:00
long_unique_bugs_no_sp_protocol.test MDEV-32837 long unique does not work like unique key when using replace 2024-01-24 17:19:54 +04:00
long_unique_bugs_replication.result MDEV-32093 long uniques break old->new replication 2023-09-06 22:38:41 +02:00
long_unique_bugs_replication.test MDEV-32093 long uniques break old->new replication 2023-09-06 22:38:41 +02:00
long_unique_debug.result enforce no trailing \n in Diagnostic_area messages 2025-01-07 16:31:39 +01:00
long_unique_debug.test
long_unique_delayed.result Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
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_innodb_debug.result MDEV-37199 Review 2025-07-16 00:09:19 +03:00
long_unique_innodb_debug.test MDEV-37199 Review 2025-07-16 00:09:19 +03:00
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 MDEV-7317: Make an index ignorable to the optimizer 2021-03-04 22:50:00 +05:30
long_unique_using_hash.test
lotofstack.result fix test failures with ASAN 2023-12-21 10:21:05 +02:00
lotofstack.test fix test failures with ASAN 2023-12-21 10:21:05 +02:00
lowercase_fs_off.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
lowercase_fs_off.test
lowercase_fs_on.result
lowercase_fs_on.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
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-27944: View-protocol fails if database was changed 2024-09-25 11:44:28 +07:00
lowercase_table2.opt MDEV-30765 SHOW TABLES not working properly with lower_case_table_names=2 2023-05-11 12:06:08 +07:00
lowercase_table2.result Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00
lowercase_table2.test MDEV-32025 Crashes in MDL_key::mdl_key_init with lower-case-table-names=2 2023-10-23 09:20:42 +04:00
lowercase_table4-master.opt
lowercase_table4.result
lowercase_table4.test
lowercase_table5.result Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
lowercase_table5.test Backporting bugs fixes fixed by MDEV-31340 from 11.5 2024-05-21 14:58:01 +04:00
lowercase_table_grant-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
lowercase_table_grant.result
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.result
lowercase_table_qcache.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
lowercase_utf8-master.opt
lowercase_utf8.result
lowercase_utf8.test
lowercase_view-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
lowercase_view.result MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 2025-04-25 15:10:36 +02:00
lowercase_view.test MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 2025-04-25 15:10:36 +02:00
max_password_errors.result MDEV-34311: Alter USER should reset all account limit counters 2024-06-19 23:08:35 +03:00
max_password_errors.test MDEV-34311: Alter USER should reset all account limit counters 2024-06-19 23:08:35 +03:00
max_statement_time.result
max_statement_time.test
mdev-21101.opt
mdev-21101.result
mdev-21101.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
mdev-25830.result
mdev-25830.test
mdev-31636.result MDEV-31636 Memory leak in Sys_var_gtid_binlog_state::do_check() 2024-09-25 14:17:21 -04:00
mdev-31636.test MDEV-31636 Memory leak in Sys_var_gtid_binlog_state::do_check() 2024-09-25 14:17:21 -04:00
mdev316.result
mdev316.test
mdev375.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mdev375.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
mdev6830.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
mdev6830.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
mdev13607.result Merge branch '10.3' into 10.4 2019-06-14 22:10:50 +02:00
mdev13607.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mdev19198.result
mdev19198.test
mdev_14586.result
mdev_14586.test
mdev_19276.result
mdev_19276.test
mdev_22370.result
mdev_22370.test MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-bug/sql/rpl_parallel.cc, line 470 upon shutdown during FTWRL 2020-06-17 02:22:46 +05:30
mdl.result Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
mdl.test Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
mdl_sync-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
mdl_sync.result Merge branch '10.5' into 10.6 2024-04-11 13:58:22 +02:00
mdl_sync.test Merge branch '10.5' into 10.6 2024-04-11 13:58:22 +02:00
memory_used.result Added status variable "Max_memory_used" to SHOW STATUS 2025-01-05 16:40:11 +02:00
memory_used.test Added status variable "Max_memory_used" to SHOW STATUS 2025-01-05 16:40:11 +02:00
merge-big.result
merge-big.test MDEV-31465: main.sum_distinct-big and main.merge-big fail with timeout with view-protocol 2023-09-27 10:28:00 +07:00
merge.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
merge.test Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
merge_debug.result
merge_debug.test
merge_innodb.result
merge_innodb.test
merge_mmap-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 mysqltest: fix --sorted_results 2025-01-09 10:00:36 +01:00
metadata.test cleanup 2023-10-17 14:32:05 +02: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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
mix2_myisam_ucs2.test
mrr_derived_crash_4610.result
mrr_derived_crash_4610.test
mrr_icp_extra.result MDEV-32958 Unusable key notes do not get reported for some operations 2023-12-11 08:55:27 +04:00
mrr_icp_extra.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
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 Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
multi_update.test MDEV-31647 Stack looping and SIGSEGV in Item_args::walk_args on UPDATE 2025-04-21 21:13:52 +02:00
multi_update_big.opt
multi_update_big.result Merge 10.2 into 10.3 2020-10-22 08:26:28 +03:00
multi_update_big.test
multi_update_binlog.result
multi_update_binlog.test
multi_update_debug.result
multi_update_debug.test Fixed multi_update_debug.test 2020-03-16 17:49:44 +02:00
multi_update_innodb.result
multi_update_innodb.test
multi_update_tiny_hash-master.opt
multi_update_tiny_hash.result
multi_update_tiny_hash.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
my_getopt_case_insensitive.opt MDEV-27126 my_getopt compares option names case sensitively 2025-02-23 19:09:05 +02:00
my_getopt_case_insensitive.result MDEV-27126 my_getopt compares option names case sensitively 2025-02-23 19:09:05 +02:00
my_getopt_case_insensitive.test MDEV-27126 my_getopt compares option names case sensitively 2025-02-23 19:09:05 +02:00
my_print_defaults.result
my_print_defaults.test MDEV-25908: -e does not work for my_print_defaults 2021-07-26 13:54:01 +05:30
myisam-big.result MDEV-33813 ERROR 1021 (HY000): Disk full (./org/test1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 2025-03-06 09:40:55 +02:00
myisam-big.test MDEV-33813 ERROR 1021 (HY000): Disk full (./org/test1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") 2025-03-06 09:40:55 +02:00
myisam-blob-master.opt
myisam-blob.result
myisam-blob.test
myisam-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
myisam-optimize.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
myisam-optimize.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
myisam-system.result
myisam-system.test
myisam.result Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
myisam.test Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
myisam_crash_before_flush_keys-master.opt
myisam_crash_before_flush_keys.result
myisam_crash_before_flush_keys.test Merge 10.5 into 10.6 2024-04-18 07:14:56 +03:00
myisam_debug.result
myisam_debug.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
myisam_explain_non_select_all.test
myisam_icp.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
myisam_icp.test
myisam_icp_debug.result
myisam_icp_debug.test MDEV-22761: innodb row_search_idx_cond_check handle CHECK_ABORTED_BY_USER 2020-10-14 15:14:46 +03:00
myisam_icp_notembedded.result
myisam_icp_notembedded.test
myisam_mrr,32bit.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
myisam_mrr.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
myisam_mrr.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
myisam_optimize.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
myisam_optimize.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
myisam_recover-master.opt
myisam_recover.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
myisam_recover.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
myisampack.result
myisampack.test
mysql-bug41486.result
mysql-bug41486.test
mysql-bug45236.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
mysql-bug45236.test
mysql-interactive.result MDEV-35727 main.mysql-interactive fails in buildbot on debian 2025-03-27 21:25:05 +01:00
mysql-interactive.test MDEV-35727 main.mysql-interactive fails in buildbot on debian 2025-03-27 21:25:05 +01:00
mysql-metadata.result
mysql-metadata.test MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
mysql.result Merge 10.5 into 10.6 2025-01-20 09:57:37 +02:00
mysql.test MDEV-34203 Sandbox mode \- is not compatible with --binary-mode 2024-06-07 14:07:54 +02: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
mysql_binary_mode.test
mysql_binary_zero_insert.result
mysql_binary_zero_insert.test
mysql_client_test-master.opt
mysql_client_test.result MDEV-33506 Show original IP in the "aborted" message. 2024-03-26 13:10:36 +01:00
mysql_client_test.test Merge 10.5 into 10.6 2024-04-18 07:14:56 +03:00
mysql_client_test_comp-master.opt Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
mysql_client_test_comp.result
mysql_client_test_comp.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
mysql_client_test_nonblock-master.opt Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
mysql_client_test_nonblock.result
mysql_client_test_nonblock.test MDEV-16944 postfix. Fix a typo 2024-04-18 09:45:41 +02:00
mysql_comments.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
mysql_comments.sql Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
mysql_install_db_win.result
mysql_install_db_win.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
mysql_json_table_recreate.opt
mysql_json_table_recreate.result MDEV-32919 Cannot select particular field from IS.tables in case table needs upgrade from MySQL 5.7 2025-01-09 10:00:36 +01:00
mysql_json_table_recreate.test MDEV-32919 Cannot select particular field from IS.tables in case table needs upgrade from MySQL 5.7 2025-01-09 10:00:36 +01:00
mysql_locale_posix.result
mysql_locale_posix.test
mysql_not_windows.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
mysql_not_windows.test MDEV-34090 Client allows to set character set to utf32 and crashes on the next command 2024-11-26 13:57:55 +04:00
mysql_protocols.result
mysql_protocols.test
mysql_tzinfo_to_sql_symlink.result MDEV-34505: galera.mariadb_tzinfo_to_sql fails deterministically on Ubuntu 24.04 2024-07-13 04:38:10 +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 Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade-6984.test
mysql_upgrade-20228.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade-20228.test
mysql_upgrade-28915.opt MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from 2023-06-26 15:10:30 +05:30
mysql_upgrade-28915.result MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from 2023-06-26 15:10:30 +05:30
mysql_upgrade-28915.test MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from 2023-06-26 15:10:30 +05:30
mysql_upgrade-34014.opt MDEV-34014 mysql_upgrade failed 2024-06-17 16:38:48 +04:00
mysql_upgrade-34014.result MDEV-34014 mysql_upgrade failed 2024-06-17 16:38:48 +04:00
mysql_upgrade-34014.test MDEV-34014 mysql_upgrade failed 2024-06-17 16:38:48 +04:00
mysql_upgrade.result Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysql_upgrade.test Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysql_upgrade_file_leak.result MDEV-31925 Fix for File Leak in mysql_upgrade with --check-if-upgrade-is-needed Option 2023-12-19 19:30:02 +11:00
mysql_upgrade_file_leak.test MDEV-31925 Fix for File Leak in mysql_upgrade with --check-if-upgrade-is-needed Option 2023-12-19 19:30:02 +11:00
mysql_upgrade_mysql_json.result Merge 10.5 into 10.6 2023-11-15 14:10:21 +02:00
mysql_upgrade_mysql_json.test MDEV-32462: mysql_upgrade -s still checks for non system tables 2023-10-30 21:33:06 +01:00
mysql_upgrade_mysql_json_datatype.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade_mysql_json_datatype.test
mysql_upgrade_mysql_json_system_tables.result Merge 10.5 into 10.6 2023-11-15 14:10:21 +02:00
mysql_upgrade_mysql_json_system_tables.test MDEV-32462: mysql_upgrade -s still checks for non system tables 2023-10-30 21:33:06 +01:00
mysql_upgrade_mysql_json_with_plugin_loaded.result Merge 10.5 into 10.6 2023-11-15 14:10:21 +02:00
mysql_upgrade_mysql_json_with_plugin_loaded.test MDEV-32462: mysql_upgrade -s still checks for non system tables 2023-10-30 21:33:06 +01:00
mysql_upgrade_no_innodb.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade_no_innodb.test
mysql_upgrade_noengine.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade_noengine.test Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade_ssl.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_upgrade_ssl.test
mysql_upgrade_to_100502.result MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to 10.5, mysql_upgrade should take of that 2020-11-16 14:31:44 +05:30
mysql_upgrade_to_100502.test
mysql_upgrade_view.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03: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 2024-10-03 09:31:39 +03:00
mysqlbinlog-innodb.result [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client' 2023-03-21 17:19:44 +04:00
mysqlbinlog-innodb.test
mysqlbinlog-master.opt
mysqlbinlog.result Merge 10.5 -> 10.6 2024-12-05 09:20:36 +01:00
mysqlbinlog.test MDEV-24959: ER_BINLOG_ROW_LOGGING_FAILED (1534: Writing one row to the row-based binary log failed) 2024-12-05 08:17:35 +01:00
mysqlbinlog_raw_mode.result
mysqlbinlog_raw_mode.test
mysqlbinlog_row_big.result mysqltest: fix --sorted_results 2025-01-09 10:00:36 +01:00
mysqlbinlog_row_big.test
mysqlbinlog_row_compressed.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
mysqlbinlog_row_compressed.test MDEV-22964: archive.archive and main.mysqlbinlog_{row,stmt}_compressed) 2024-12-16 10:04:07 +11:00
mysqlbinlog_row_minimal.opt
mysqlbinlog_row_minimal.result Merge branch '10.5' into 10.6 2024-07-18 16:25:33 +02:00
mysqlbinlog_row_minimal.test
mysqlbinlog_stmt_compressed.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
mysqlbinlog_stmt_compressed.test MDEV-22964: archive.archive and main.mysqlbinlog_{row,stmt}_compressed) 2024-12-16 10:04:07 +11:00
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 clarify --thread-pool-mode usage 2024-09-23 12:51:21 +02:00
mysqld--help-aria.result
mysqld--help-aria.test MDEV-34733 main.mysqld--help-aria test failure: feedback plugin: failed to retrieve the MAC address 2025-01-07 16:31:39 +01:00
mysqld--help.result MDEV-34388 default stack size under MSAN needs increasing 2025-05-28 16:30:56 +10:00
mysqld--help.test MDEV-34388 default stack size under MSAN needs increasing 2025-05-28 16:30:56 +10:00
mysqld_help_crash-9183.result
mysqld_help_crash-9183.test
mysqld_option_err.result Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
mysqld_option_err.test Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
mysqldump-compat-102.opt
mysqldump-compat-102.result also protect the /*!999999 sandbox comment 2024-07-17 21:25:40 +02:00
mysqldump-compat-102.test
mysqldump-compat.opt
mysqldump-compat.result
mysqldump-compat.test
mysqldump-max-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
mysqldump-max.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
mysqldump-max.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
mysqldump-nl.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
mysqldump-nl.test
mysqldump-no-binlog-master.opt
mysqldump-no-binlog.result also protect the /*!999999 sandbox comment 2024-07-17 21:25:40 +02:00
mysqldump-no-binlog.test MDEV-29615 mtr to use mariadb names 2022-10-21 18:37:13 +11:00
mysqldump-system,win.rdiff Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
mysqldump-system.result Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysqldump-system.test reenable main.mysqldump-system test 2024-03-27 16:14:55 +01:00
mysqldump-timing.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04: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 Merge 10.5 into 10.6 2025-01-20 09:57:37 +02:00
mysqldump-utf8mb4.test
mysqldump.opt
mysqldump.result Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysqldump.test Merge branch '10.5' into 10.6 2025-03-31 12:12:50 +02:00
mysqldump_restore.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
mysqldump_restore.test
mysqlhotcopy_myisam.result
mysqlhotcopy_myisam.test
mysqlshow.result
mysqlshow.test
mysqlslap.opt
mysqlslap.result
mysqlslap.test
mysqltest.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
mysqltest.test
mysqltest_256.result
mysqltest_256.test
mysqltest_cont_on_error.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
mysqltest_cont_on_error.test
mysqltest_ps.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
mysqltest_ps.test
mysqltest_tracking_info.result Merge branch '10.5' into 10.6 2024-10-09 08:38:48 +02:00
mysqltest_tracking_info.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
mysqltest_tracking_info_debug.result MDEV-25237 crash after setting global session_track_system_variables to an invalid value 2023-07-20 10:42:30 +02:00
mysqltest_tracking_info_debug.test MDEV-25237 crash after setting global session_track_system_variables to an invalid value 2023-07-20 10:42:30 +02:00
name_const_replacement.result MDEV-33971 NAME_CONST in WHERE clause replaced by inner item 2024-07-10 17:23:43 -04:00
name_const_replacement.test MDEV-33971 NAME_CONST in WHERE clause replaced by inner item 2024-07-10 17:23:43 -04:00
name_resolution_cache_debug.result MDEV-26831 fallout: fix problems of name resolution cache 2023-03-02 09:24:54 +01:00
name_resolution_cache_debug.test MDEV-26831 fallout: fix problems of name resolution cache 2023-03-02 09:24:54 +01:00
named_pipe-master.opt
named_pipe.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
named_pipe.test
negation_elimination.result
negation_elimination.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
nested_profiling.result
nested_profiling.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
no-threads.opt "un-skip" more skipped tests 2023-09-11 11:23:26 +02:00
no-threads.result
no-threads.test "un-skip" more skipped tests 2023-09-11 11:23:26 +02:00
no_binlog.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
no_binlog.test
non_blocking_api.result
non_blocking_api.test
not_embedded_server.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
not_embedded_server.test
not_partition.result
not_partition.test
null.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
null.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
null_key.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
null_key.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
odbc.result
odbc.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
olap.result MDEV-33010 Crash when pushing condition with CHARSET()/COERCIBILITY() into derived table 2024-07-16 16:20:17 +07:00
olap.test Merge branch '10.5' into 10.6 2024-07-18 16:25:33 +02:00
old-mode-master.opt
old-mode.result MDEV-26765 UNIX_TIMESTAMP(CURRENT_TIME()) return null ?!? 2023-03-29 11:56:44 +04:00
old-mode.test MDEV-26765 UNIX_TIMESTAMP(CURRENT_TIME()) return null ?!? 2023-03-29 11:56:44 +04:00
openssl_1.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +04:00
openssl_1.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02: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 Avoid printing "rowid_filter_skipped" in optimizer trace if no rowid filter 2025-01-05 16:40:11 +02:00
opt_trace.test Merge remote-tracking branch 'origin/10.5' into 10.6 2024-07-08 18:59:04 +04:00
opt_trace_default.result
opt_trace_default.test
opt_trace_index_merge.result Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
opt_trace_index_merge.test MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
opt_trace_index_merge_innodb.result MDEV-30218 Incorrect optimization for rowid_filtering 2023-02-15 16:28:08 +01:00
opt_trace_index_merge_innodb.test MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
opt_trace_security.result Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
opt_trace_security.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
opt_trace_ucs2.result Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
opt_trace_ucs2.test MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
opt_tvc.result
opt_tvc.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
order_by-mdev-10122.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
order_by-mdev-10122.test
order_by.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
order_by.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
order_by_innodb.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
order_by_innodb.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
order_by_limit_join.result MDEV-35164: optimizer_join_limit_pref_ratio: assertion when the ORDER BY table becomes constant 2024-10-18 15:42:05 +03:00
order_by_limit_join.test MDEV-35164: optimizer_join_limit_pref_ratio: assertion when the ORDER BY table becomes constant 2024-10-18 15:42:05 +03:00
order_by_optimizer.result
order_by_optimizer.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
order_by_optimizer_innodb.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
order_by_optimizer_innodb.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
order_by_pack_big.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
order_by_pack_big.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
order_by_sortkey.result
order_by_sortkey.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
order_by_zerolength-4285.result Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
order_by_zerolength-4285.test
order_fill_sortbuf.result
order_fill_sortbuf.test
outfile.result
outfile.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
outfile_loaddata.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
outfile_loaddata.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
overflow.result
overflow.test
packet.result
packet.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
parser.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
parser.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03: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 Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
partition-master.opt
partition.result Merge branch '10.5' into '10.6' 2024-12-03 13:08:12 +01:00
partition.test Merge branch '10.5' into '10.6' 2024-12-03 13:08:12 +01:00
partition_alter.result Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
partition_alter.test Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
partition_binlog.result MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows 2024-01-30 09:19:01 +02:00
partition_binlog.test
partition_binlog_stmt.result
partition_binlog_stmt.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_blackhole.result
partition_blackhole.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_bug18198.result
partition_bug18198.test
partition_cache.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
partition_column.test
partition_column_prune.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_column_prune.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_csv.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_csv.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
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 Merge 10.2 into 10.3 2022-02-28 10:17:39 +02:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_disabled.test
partition_error.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
partition_error.test Merge 10.4 into 10.5 2022-06-02 16:51:13 +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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_exchange-master.opt
partition_exchange.result MDEV-35612 fix for system-versioning 2025-01-28 19:31:29 +01:00
partition_exchange.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
partition_explicit_prune.result MDEV-29693 ANALYZE TABLE still flushes table definition cache when engine-independent statistics is used 2023-08-18 13:28:39 +03:00
partition_explicit_prune.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03: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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
partition_hash.result
partition_hash.test
partition_innodb.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
partition_innodb.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
partition_innodb_plugin.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
partition_innodb_plugin.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02: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 MDEV-32155 MariaDB Server crashes with ill-formed partitions 2024-07-17 21:25:40 +02:00
partition_key_cache.test MDEV-32155 MariaDB Server crashes with ill-formed partitions 2024-07-17 21:25:40 +02:00
partition_list.result MDEV-16101: ADD PARTITION on table partitioned by list does not work with more than 32 list values. 2018-05-14 13:25:41 -07:00
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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
partition_mgm_err.test MDEV-32155 MariaDB Server crashes with ill-formed partitions 2024-07-17 21:25:40 +02:00
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 MDEV-31122 Server crash in get_lock_data / mysql_lock_abort_for_thread 2025-04-01 19:45:30 +02:00
partition_myisam.test MDEV-31122 Server crash in get_lock_data / mysql_lock_abort_for_thread 2025-04-01 19:45:30 +02:00
partition_not_blackhole-master.opt
partition_not_blackhole.result Merge 10.4 to 10.5 2022-03-17 17:03:24 +11:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
partition_pruning.test MDEV-24283 Assertion `bitmap_is_set(&m_part_info->read_partitions, m_part_spec.start_part)' failed in ha_partition::handle_ordered_index_scan 2023-10-17 14:32:05 +02:00
partition_range.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
partition_range.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
partition_rename_longfilename.result
partition_rename_longfilename.test
partition_sp.result Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
partition_sp.test
partition_symlink.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
partition_symlink.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07: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 MDEV-20855 Crash with PARTITION BY LIST and extended characters 2019-10-18 10:24:53 +04:00
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 MDEV-34168: Extend perror utility to print link to KB page 2024-06-18 13:25:39 +10:00
perror-win.test
perror.result MDEV-34168: Extend perror utility to print link to KB page 2024-06-18 13:25:39 +10:00
perror.test
plugin.opt
plugin.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
plugin.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
plugin_auth.result Merge branch '10.5' into 10.6 2024-07-18 16:25:33 +02:00
plugin_auth.test Merge branch '10.5' into 10.6 2024-10-15 16:00:44 +11: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
plugin_auth_qa_1.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
plugin_auth_qa_2-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
plugin_auth_qa_2.result
plugin_auth_qa_2.test Merge branch 'bb-10.5-all-builders' into bb-10.6-all-builders 2022-09-27 13:17:59 +07:00
plugin_auth_qa_3-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
plugin_auth_qa_3.result MDEV-14974: --port ignored for --host=localhost 2021-05-11 11:50:41 -06:00
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 Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin_innodb.result mysqld --help will now load mysqld.plugin table 2020-03-31 17:42:33 +02:00
plugin_innodb.test
plugin_load.opt
plugin_load.result
plugin_load.test
plugin_load_option.opt
plugin_load_option.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
plugin_load_option.test
plugin_loaderr.opt
plugin_loaderr.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
plugin_loaderr.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
plugin_maturity-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
pool_of_threads.test Merge branch 'bb-10.6-vp-MDEV-27691' into 10.6 2022-10-15 23:36:57 +02:00
precedence.result
precedence.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +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 Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
preload.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
prepare.result MDEV-9938 Prepared statement return wrong result (missing row) 2023-08-15 21:41:01 +03:00
prepare.test MDEV-9938 Prepared statement return wrong result (missing row) 2023-08-15 21:41:01 +03:00
processlist.result
processlist.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +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 MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
progress_976225.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
progress_976225.test
ps-master.opt
ps.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ps.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
ps_1general.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02: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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ps_2myisam.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
ps_3innodb-master.opt
ps_3innodb.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ps_3innodb.test
ps_4heap.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ps_4heap.test
ps_5merge.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ps_5merge.test
ps_10nestset.result
ps_10nestset.test
ps_11bugs.result MDEV-35596 Assertion `type_handler()->result_type() == 2025-01-13 17:51:51 +04:00
ps_11bugs.test MDEV-35596 Assertion `type_handler()->result_type() == 2025-01-13 17:51:51 +04:00
ps_change_master.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
ps_change_master.test
ps_ddl.result Merge branch '10.5' into '10.6' 2024-12-13 01:45:35 +01:00
ps_ddl.test Merge branch '10.5' into '10.6' 2024-12-13 01:45:35 +01:00
ps_ddl1.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ps_ddl1.test MDEV-16708: fixed issue with handling of the directive --enable-prepared-warnings in mysqltest 2021-06-17 19:30:24 +02:00
ps_error.result
ps_error.test Fix the location of test files 2019-01-04 17:24:54 +02:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
ps_mem_leaks.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
ps_mem_leaks.test Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
ps_missed_cmds.result MDEV-16708: ps_missed_cmds test - HELP deconflict 2022-09-15 18:32:42 +10:00
ps_missed_cmds.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
ps_missed_cmds_bin_prot.result MDEV-16708: mtr ps_missed_cmds_bin_prot allow for updated HELP 2022-10-25 09:47:44 +11:00
ps_missed_cmds_bin_prot.test Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02: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 Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
ps_not_windows.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
ps_not_windows.test
ps_qc_innodb.result
ps_qc_innodb.test
ps_show_log.result Merge branch 'bb-10.4-release' into bb-10.5-release 2021-02-15 16:43:15 +01:00
ps_show_log.test
query_cache.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
query_cache.test Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
query_cache_28249.result
query_cache_28249.test
query_cache_debug.result
query_cache_debug.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
query_cache_innodb.result MDEV-18114 Foreign Key Constraint actions don't affect Virtual Column 2023-08-02 14:45:31 +02:00
query_cache_innodb.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
query_cache_merge.result
query_cache_merge.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +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-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07: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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
query_cache_with_views.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
quick_select_4161.result
quick_select_4161.test
range.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
range.test Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +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 MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
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 Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02: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-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
range_vs_index_merge.result
range_vs_index_merge.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
range_vs_index_merge_innodb.result
range_vs_index_merge_innodb.test
read_many_rows_innodb.result
read_many_rows_innodb.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
read_only.result
read_only.test
read_only_innodb.result MDEV-33889 Read only server throws error when running a create temporary table as select statement 2024-04-16 20:43:31 +02:00
read_only_innodb.test MDEV-33889 Read only server throws error when running a create temporary table as select statement 2024-04-16 20:43:31 +02:00
rename.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rename.test Added IF EXISTS to RENAME TABLE and ALTER TABLE 2020-03-24 20:47:41 +02:00
renamedb.result
renamedb.test
reopen_temp_table.result Merge 10.2 into 10.3 2019-03-12 14:26:34 +02:00
reopen_temp_table.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
repair.result Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
replace_returning.test
replace_returning_datatypes.result
replace_returning_datatypes.test
replace_returning_err.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
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 '10.5' into 10.6 2023-08-01 15:08:52 +02:00
rollback.result
rollback.test
round.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
round.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Merge branch '10.2' into 10.3 2022-05-03 10:59:54 +02:00
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 Merge 10.5 into 10.6 2024-06-24 13:09:47 +03:00
rowid_filter.test Restore test coverage for MDEV-18956 2024-06-17 14:08:32 +03:00
rowid_filter_innodb.result Merge 10.5 into 10.6 2024-06-24 13:09:47 +03:00
rowid_filter_innodb.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
rowid_filter_innodb_debug.result MDEV-30651: Assertion `sel->quick' in make_range_rowid_filters 2024-06-17 14:08:32 +03:00
rowid_filter_innodb_debug.test MDEV-30218: Incorrect optimization for rowid_filtering 2022-12-13 13:45:54 +02:00
rowid_filter_myisam.result
rowid_filter_myisam.test
rowid_filter_myisam_debug.result MDEV-30651: Assertion `sel->quick' in make_range_rowid_filters 2024-06-17 14:08:32 +03:00
rowid_filter_myisam_debug.test
rowid_order_innodb.result
rowid_order_innodb.test
rownum.result MDEV-31073 Server crash, assertion `table != 0 && view->field_translation != 0' failure with ROWNUM and view 2023-04-27 21:19:10 +02:00
rownum.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
rpl_mysql_upgrade_slave_repo_check.result
rpl_mysql_upgrade_slave_repo_check.test
rpl_mysqldump_slave.result MDEV-15393 gtid_slave_pos duplicate key errors after mysqldump restore 2024-07-19 21:44:12 +03:00
rpl_mysqldump_slave.test MDEV-4827: prelude - additional gtid/no-gtid tests for mysqldump 2024-02-08 15:47:06 +11:00
schema.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
schema.test MDEV-28820 MyISAM wrong server status flags 2023-10-17 14:32:05 +02:00
second_frac-9175.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
second_frac-9175.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
secondary_key_costs.result MDEV-34993: fix merge into 10.6: OPTIMIZER_ADJ_FIX_CARD_MULT should be ON by default 2024-10-16 16:46:38 +03:00
secondary_key_costs.test MDEV-34664: Add an option to fix InnoDB's doubling of secondary index cardinalities 2024-07-29 16:40:53 +03: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 Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
select,ps.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
select.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
select.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
select_debug.result
select_debug.test
select_found.result
select_found.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
select_jcl6,ps.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
select_jcl6.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
select_jcl6.test
select_pkeycache,ps.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
select_pkeycache-master.opt
select_pkeycache.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
select_pkeycache.test
select_safe.result
select_safe.test
selectivity.result Merge 10.5 into 10.6 2023-05-23 12:25:39 +03:00
selectivity.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
selectivity_innodb.result Merge 10.5 into 10.6 2023-05-23 12:25:39 +03:00
selectivity_innodb.test
selectivity_innodb_notembedded.result MDEV-34993: fix merge into 10.6: OPTIMIZER_ADJ_FIX_CARD_MULT should be ON by default 2024-10-16 16:46:38 +03:00
selectivity_innodb_notembedded.test MDEV-34993: Incorrect cardinality estimation causes poor query plan 2024-10-02 10:52:09 +03:00
selectivity_no_engine.result MDEV-31199: Assertion `field->table->stats_is_read' fails with hash_join_cardinality=on 2023-05-05 13:55:42 +03:00
selectivity_no_engine.test MDEV-31199: Assertion `field->table->stats_is_read' fails with hash_join_cardinality=on 2023-05-05 13:55:42 +03:00
selectivity_notembedded.result MDEV-34993: fix merge into 10.6: OPTIMIZER_ADJ_FIX_CARD_MULT should be ON by default 2024-10-16 16:46:38 +03:00
selectivity_notembedded.test MDEV-35074: selectivity_notembedded fails with --view-protocol 2024-10-04 12:49:37 +03:00
sequence_debug.result MDEV-20471 Assertion during cleanup of failed CREATE TABLE LIKE <sequence> 2023-10-19 11:57:39 +02:00
sequence_debug.test MDEV-20471 Assertion during cleanup of failed CREATE TABLE LIKE <sequence> 2023-10-19 11:57:39 +02:00
servers.result MDEV-35641 bring call to use_all_columns() forward when reading from mysql.servers 2025-01-13 11:56:19 +11:00
servers.test MDEV-35641 bring call to use_all_columns() forward when reading from mysql.servers 2025-01-13 11:56:19 +11:00
session_tracker_sysvar.result MDEV-35086 Trying to lock mutex when the mutex was already locked (session_tracker.cc), server hangs 2024-10-08 15:31:02 +02:00
session_tracker_sysvar.test MDEV-35086 Trying to lock mutex when the mutex was already locked (session_tracker.cc), server hangs 2024-10-08 15:31:02 +02:00
set_operation.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
set_operation.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
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 MDEV-32617 deprecate secure_auth=0 2023-12-12 15:21:28 +01:00
set_password.test MDEV-27691: make working view-protocol 2022-09-23 19:47:30 +07:00
set_statement.result MDEV-17711 Assertion `arena_for_set_stmt== 0' failed in LEX::set_arena_for_set_stmt upon SET STATEMENT 2023-09-06 22:38:41 +02:00
set_statement.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03: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 MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
set_statement_profiling.result
set_statement_profiling.test
show.result
show.test
show_bad_definer-5553.result
show_bad_definer-5553.test
show_check-master.opt
show_check.result Merge branch '10.5' into 10.6 2024-09-06 13:52:57 +10:00
show_check.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
show_create_user.result
show_create_user.test
show_explain.opt Merge branch bb-10.2-release into bb-10.3-release 2021-05-04 14:49:31 +03:00
show_explain.result MDEV-29129: Performance regression starting in 10.6: select order by limit ... 2022-12-03 15:46:00 +03: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_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 Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
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-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
show_row_order-9226.result
show_row_order-9226.test
shutdown.result
shutdown.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
shutdown_not_windows.combinations
shutdown_not_windows.result MDEV-18353 Shutdown may miss to wait for connection thread 2021-07-24 15:08:08 +02:00
shutdown_not_windows.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
sighup-6580.result
sighup-6580.test
signal.result
signal.test
signal_code.result
signal_code.test
signal_demo1.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
signal_demo1.test
signal_demo2.result
signal_demo2.test
signal_demo3.result
signal_demo3.test
signal_sqlmode.result
signal_sqlmode.test
simultaneous_assignment.result MDEV-27769 Assertion failed in Field::ptr_in_record upon UPDATE in ORACLE mode 2025-01-26 16:15:46 +01:00
simultaneous_assignment.test MDEV-27769 Assertion failed in Field::ptr_in_record upon UPDATE in ORACLE mode 2025-01-26 16:15:46 +01:00
single_delete_update.result
single_delete_update.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
single_delete_update_innodb.result
single_delete_update_innodb.test
skip_grants.opt Merge branch '10.2' into 10.3 2021-02-01 13:49:33 +01:00
skip_grants.result Merge 10.5 into 10.6 2025-03-26 17:09:57 +02:00
skip_grants.test Merge 10.5 into 10.6 2025-03-26 17:09:57 +02:00
skip_log_bin-master.opt
skip_log_bin.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
skip_log_bin.test
skip_name_resolve-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
skip_name_resolve.result
skip_name_resolve.test
slowlog_enospace-10508.result
slowlog_enospace-10508.test
slowlog_integrity.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
slowlog_integrity.test MDEV-20281 "[ERROR] Failed to write to mysql.slow_log:" without error reason 2025-01-25 20:37:51 +01:00
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 MDEV-31250 ROW variables do not get assigned from subselects 2023-05-12 12:19:44 +04:00
sp-anchor-row-type-table.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
sp-anchor-type.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +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 Merge 10.5 into 10.6 2025-03-26 17:09:57 +02:00
sp-bugs.test MDEV-34501: SIGSEGV in pfs_start_mutex_wait_v1, __strlen_avx2, or __strlen_evex from safe_mutex_lock on CREATE DEFINER when using skip-grant-tables 2025-03-21 09:25:15 +01:00
sp-bugs2.result
sp-bugs2.test
sp-code.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
sp-code.test Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
sp-condition-handler.result
sp-condition-handler.test
sp-cursor.result
sp-cursor.test
sp-destruct.result
sp-destruct.test
sp-dynamic.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
sp-dynamic.test
sp-error.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
sp-error.test MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
sp-expr.result Adding more tests for IN/EXIST subqueries for better coverage 2018-04-20 23:15:27 +04:00
sp-expr.test
sp-fib.result
sp-fib.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
sp-for-loop.result MDEV-32275 getting error 'Illegal parameter data types row and bigint for operation '+' ' when using ITERATE in a FOR..DO 2023-10-04 16:06:59 +04:00
sp-for-loop.test MDEV-32275 getting error 'Illegal parameter data types row and bigint for operation '+' ' when using ITERATE in a FOR..DO 2023-10-04 16:06:59 +04:00
sp-group.result MDEV-15058: Revert the changes to INFORMATION_SCHEMA 2020-02-12 20:54:59 +02:00
sp-group.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
sp-i_s_columns.result MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstring 2022-04-09 23:01:26 +04:00
sp-i_s_columns.test
sp-innodb.result
sp-innodb.test
sp-lock.result MDEV-28820 MyISAM wrong server status flags 2023-10-17 14:32:05 +02:00
sp-lock.test MDEV-28820 MyISAM wrong server status flags 2023-10-17 14:32:05 +02:00
sp-memory-leak.result MDEV-31578 DECLARE CURSOR: "Memory not freed: 280 bytes lost" on syntax error 2023-06-29 21:29:46 +04:00
sp-memory-leak.test MDEV-31578 DECLARE CURSOR: "Memory not freed: 280 bytes lost" on syntax error 2023-06-29 21:29:46 +04:00
sp-no-code.result
sp-no-code.test
sp-no-valgrind.result
sp-no-valgrind.test Revert "Fix valgrind detection" 2025-04-22 21:06:55 +03:00
sp-prelocking.result
sp-prelocking.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
sp-row-vs-var.inc
sp-row.result MDEV-36179 Assertion `0' failed in virtual bool Type_handler_row::Item_save_in_value(THD*, Item*, st_value*) const 2025-03-19 16:50:23 +04:00
sp-row.test MDEV-36179 Assertion `0' failed in virtual bool Type_handler_row::Item_save_in_value(THD*, Item*, st_value*) const 2025-03-19 16:50:23 +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 MDEV-29852 SIGSEGV in mysql_create_routine or is_acl_user on 2nd execution, ASAN use-after-poison in get_current_user (sql_acl.cc) 2022-12-24 16:13:50 +01:00
sp-security.test MDEV-29852 SIGSEGV in mysql_create_routine or is_acl_user on 2nd execution, ASAN use-after-poison in get_current_user (sql_acl.cc) 2022-12-24 16:13:50 +01:00
sp-threads.result
sp-threads.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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.5 into 10.6 2024-06-07 10:03:51 +03:00
sp-vars.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
sp.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
sp.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
sp2.result
sp2.test
sp_gis.result
sp_gis.test
sp_missing_4665.result
sp_missing_4665.test
sp_notembedded.result fix test failures with ASAN 2023-12-21 10:21:05 +02:00
sp_notembedded.test fix test failures with ASAN 2023-12-21 10:21:05 +02:00
sp_stress_case.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
sp_trans_log.result
sp_trans_log.test
sql_mode.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
sql_mode.test Fix --view-protocol failures 2023-10-26 13:39:22 +02:00
sql_mode_pad_char_to_full_length.result MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic 2023-04-06 16:17:50 +04:00
sql_mode_pad_char_to_full_length.test MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic 2023-04-06 16:17:50 +04:00
sql_safe_updates.opt
sql_safe_updates.result MDEV-18304 sql_safe_updates does not work with OR clauses 2022-03-12 19:13:17 +01:00
sql_safe_updates.test
ssl-big.result
ssl-big.test Merge 10.5 into 10.6 2022-10-06 09:22:39 +03:00
ssl.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ssl.test MDEV-32751 fixup: cmake -DPLUGIN_PERFSCHEMA=NO 2023-12-14 13:15:51 +02:00
ssl_8k_key-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
ssl_8k_key.result
ssl_8k_key.test
ssl_7937,nossl.result CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_7937.combinations
ssl_7937.result CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_7937.test CC 3.1 update 2022-07-29 13:39:12 +02:00
ssl_and_innodb.result
ssl_and_innodb.test openssl: add a more specific DES support detection 2024-04-30 23:09:02 +10:00
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 2023-09-14 16:30:11 +10:00
ssl_cipher.test Removed warning from ssl_cipher.test 2023-10-10 14:05:02 +03:00
ssl_compress.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
ssl_compress.test
ssl_connect.result
ssl_connect.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
ssl_crl.combinations
ssl_crl.result Update tests to be compatible with OpenSSL 3.2.0 2024-04-19 15:44:28 +01:00
ssl_crl.test Merge '10.5' into 10.6 2024-04-20 14:47:26 +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 adjust timeout value in main.ssl_timeout test 2024-04-21 10:47:20 +02:00
ssl_timeout.test adjust timeout value in main.ssl_timeout test 2024-04-21 10:47:20 +02:00
ssl_verify_ip.opt
ssl_verify_ip.result
ssl_verify_ip.test
stack-crash.result
stack-crash.test
stack.result Fix main.stack on Windows 2025-01-16 23:04:59 +01:00
stack.test Merge 10.5 into 10.6 2025-01-20 09:57:37 +02:00
stat_tables-enospc.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
stat_tables-enospc.test
stat_tables.result Do not create histograms for single column unique key 2023-10-14 13:43:26 +03:00
stat_tables.test MDEV-29693 ANALYZE TABLE still flushes table definition cache when engine-independent statistics is used 2023-08-18 13:28:39 +03: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_flush.result Small corrections to MDEV-29693 ANALYZE TABLE 2023-09-05 19:37:07 +03:00
stat_tables_flush.test Small corrections to MDEV-29693 ANALYZE TABLE 2023-09-05 19:37:07 +03:00
stat_tables_innodb.result Do not create histograms for single column unique key 2023-10-14 13:43:26 +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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
stat_tables_innodb_debug.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
stat_tables_missing.result Give warnings if open_stat_table_for_ddl() fails 2023-10-03 08:25:31 +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 MDEV-7317: Make an index ignorable to the optimizer 2021-03-04 22:50:00 +05:30
stat_tables_par_innodb.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
stat_tables_partition.result MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows 2024-01-30 09:19:01 +02:00
stat_tables_partition.test
stat_tables_rbr.result MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks all rows 2024-01-30 09:19:01 +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 MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
statement-expr.test
statistics.result Do not create histograms for single column unique key 2023-10-14 13:43:26 +03:00
statistics.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
statistics_close.result
statistics_close.test
statistics_index_crash-7362.result
statistics_index_crash-7362.test
status-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
status.result Merge branch '10.5' into 10.6 2022-10-02 22:14:21 +02:00
status.test Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
status2.result
status2.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
status_bug17954.result
status_bug17954.test
str_to_datetime_457.result
str_to_datetime_457.test
strict-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
strict.result Fixed main.strict test to work with icc compiler 2024-01-23 13:03:12 +02:00
strict.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
strict_autoinc_1myisam.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
subselect.test Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
subselect2.result MDEV-30218: Incorrect optimization for rowid_filtering, correction 2023-01-28 18:24:22 +01:00
subselect2.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
subselect3.inc Fixed bug in subselect3.inc (not notable) 2024-11-26 14:23:31 +02:00
subselect3.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
subselect3.test
subselect3_jcl6.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
subselect3_jcl6.test
subselect4.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
subselect4.test Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
subselect_cache.result MDEV-31577: Make ANALYZE FORMAT=JSON print innodb stats 2023-07-21 16:50:11 +03:00
subselect_cache.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
subselect_debug.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
subselect_debug.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
subselect_elimination.result MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 2025-04-25 15:10:36 +02:00
subselect_elimination.test MDEV-32086 (part 2) Server crash when inserting from derived table containing insert target table 2025-04-25 15:10:36 +02:00
subselect_exists2in.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
subselect_exists2in.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
subselect_exists2in_costmat.result
subselect_exists2in_costmat.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
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 Trivial fix: Make test_if_cheaper_ordering() use actual_rec_per_key() 2024-08-25 16:05:00 +03:00
subselect_innodb.test Trivial fix: Make test_if_cheaper_ordering() use actual_rec_per_key() 2024-08-25 16:05:00 +03:00
subselect_mat.result Merge branch '10.5' into 10.6 2024-11-05 21:02:22 +01:00
subselect_mat.test MDEV-34665 Simplify IN predicate processing for NULL-aware materialization involving only one column 2024-10-30 16:48:36 +07:00
subselect_mat_analyze_json.result Merge branch '10.5' into 10.6 2024-11-05 21:02:22 +01:00
subselect_mat_analyze_json.test MDEV-34665 Simplify IN predicate processing for NULL-aware materialization involving only one column 2024-10-30 16:48:36 +07:00
subselect_mat_cost-master.opt
subselect_mat_cost.result
subselect_mat_cost.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
subselect_mat_cost_bugs.result Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
subselect_mat_cost_bugs.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
subselect_no_exists_to_in.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
subselect_no_exists_to_in.test
subselect_no_mat.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
subselect_no_mat.test
subselect_no_opts.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
subselect_no_opts.test
subselect_no_scache.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
subselect_no_scache.test
subselect_no_semijoin.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02: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 Merge 10.5 into 10.6 2022-07-27 17:52:37 +03:00
subselect_sj.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
subselect_sj2.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
subselect_sj2.test
subselect_sj2_jcl6.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
subselect_sj2_jcl6.test
subselect_sj2_mat.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
subselect_sj2_mat.test
subselect_sj_aria.result
subselect_sj_aria.test
subselect_sj_jcl6.result Merge 10.5 into 10.6 2022-07-27 17:52:37 +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 MDEV-32656: ASAN errors in base_list_iterator::next / setup_table_map upon 2nd execution of PS 2023-11-08 12:08:23 +01:00
subselect_sj_mat.test Merge 10.5 into 10.6 2024-03-12 09:19:57 +02:00
subselect_sj_nonmerged.result
subselect_sj_nonmerged.test
sum_distinct-big.result
sum_distinct-big.test MDEV-36848: identify tests with various MSAN suitability 2025-05-28 16:33:49 +10:00
sum_distinct.result
sum_distinct.test
symlink-aria-11902.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
symlink-aria-11902.test
symlink-myisam-11902.result
symlink-myisam-11902.test
symlink.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04: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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
sysdate_is_now.result
sysdate_is_now.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
system_mysql_db.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
system_mysql_db.test
system_mysql_db_507.result
system_mysql_db_507.test MDEV-7597 Expiration of user passwords 2019-02-21 15:04:03 +01:00
system_mysql_db_error_log-master.opt MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.priv 2020-02-28 15:58:31 +04:00
system_mysql_db_error_log.result
system_mysql_db_error_log.test MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from an older JSON user table 2020-03-25 00:41:32 +04:00
system_mysql_db_fix40123.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
system_mysql_db_fix40123.test MDEV-23908: Implement SELECT ... OFFSET ... FETCH ... 2021-04-21 14:09:14 +03:00
system_mysql_db_fix50030.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
system_mysql_db_fix50030.test
system_mysql_db_fix50117.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
system_mysql_db_fix50117.test
system_mysql_db_fix50568.result Merge branch '10.5' into 10.6 2024-12-17 11:06:09 +11:00
system_mysql_db_fix50568.test Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
system_mysql_db_refs.result
system_mysql_db_refs.test MDEV-15851 Stop creating mysql.host table 2018-08-16 18:12:13 +01:00
system_time_debug.result
system_time_debug.test MDEV-20079 When setting back the system time while mysqld is running, NOW() and UNIX_TIMESTAMP() results get stuck 2019-09-04 09:30:43 +02:00
table_elim.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
table_elim.test MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07: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-31822 ALTER TABLE ENGINE=x started failing instead of producing warning on unsupported TRANSACTIONAL=1 2023-08-02 14:45:31 +02:00
table_options.test MDEV-31822 ALTER TABLE ENGINE=x started failing instead of producing warning on unsupported TRANSACTIONAL=1 2023-08-02 14:45:31 +02:00
table_value_constr.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
table_value_constr.test Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00
tablelock.result
tablelock.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
tablespace.result
tablespace.test
tc_heuristic_recover.result
tc_heuristic_recover.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
temp_table-master.opt
temp_table.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
temp_table.test Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
temp_table_frm.result MDEV-36138 Server null-pointer crash at startup when tmptables left in --tmpdir 2025-02-24 12:10:32 +11:00
temp_table_frm.test MDEV-36138 Server null-pointer crash at startup when tmptables left in --tmpdir 2025-02-24 12:10:32 +11:00
temp_table_symlink.result
temp_table_symlink.test MDEV-31933: Make working view-protocol + ps-protocol (running two protocols together) 2024-07-02 10:11:33 +07:00
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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
thread_id_overflow.result
thread_id_overflow.test
thread_pool_info.opt
thread_pool_info.result MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECT 2022-01-25 10:31:55 +04:00
thread_pool_info.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
timeout.result
timeout.test
timezone-master.opt
timezone.opt MDEV-35088 main.timezone failing - MEST vs CET time zone difference 2024-11-13 17:39:47 +11:00
timezone.result fix main.timezone test for DST 2025-03-31 11:10:12 +02:00
timezone.test fix main.timezone test for DST 2025-03-31 11:10:12 +02:00
timezone2.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
timezone2.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
timezone3-master.opt
timezone3.result
timezone3.test
timezone4-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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 MDEV-14101 Provide an option to select TLS protocol version 2019-06-17 12:26:25 +02:00
tls_version.result MDEV-31369 Disable TLS v1.0 and 1.1 for MariaDB 2023-09-13 20:17:29 +10:00
tls_version.test MDEV-31369 Disable TLS v1.0 and 1.1 for MariaDB 2023-09-13 20:17:29 +10:00
tls_version1.opt enable TLSv1.0 in WolfSSL 2019-07-02 14:27:31 +02:00
tls_version1.result MDEV-31369 Disable TLS v1.0 and 1.1 for MariaDB 2023-09-13 20:17:29 +10:00
tls_version1.test MDEV-31369 Disable TLS v1.0 and 1.1 for MariaDB 2023-09-13 20:17:29 +10:00
tlsv13.result ssl_cipher parameter cannot configure TLSv1.3 and TLSv1.2 ciphers at the same time 2024-09-26 11:50:20 +02:00
tlsv13.test ssl_cipher parameter cannot configure TLSv1.3 and TLSv1.2 ciphers at the same time 2024-09-26 11:50:20 +02:00
tmp_table_count-7586.result
tmp_table_count-7586.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +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 MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
trigger-trans.result Updated main.trigger-trans.test to make it more resiliant 2021-06-02 01:03:38 +03:00
trigger-trans.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
trigger.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
trigger.test Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
trigger_no_defaults-11698.result MDEV-19761 Before Trigger not processed for Not Null Columns if no explicit value and no DEFAULT 2025-01-17 23:42:56 +01:00
trigger_no_defaults-11698.test MDEV-19761 Before Trigger not processed for Not Null Columns if no explicit value and no DEFAULT 2025-01-17 23:42:56 +01:00
trigger_notembedded.result Merge branch '10.4' into 10.5 2022-10-02 14:38:13 +02:00
trigger_notembedded.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
trigger_null.result MDEV-36026 Problem with INSERT SELECT on NOT NULL columns while having BEFORE UPDATE trigger 2025-02-10 15:55:00 +01:00
trigger_null.test MDEV-36026 Problem with INSERT SELECT on NOT NULL columns while having BEFORE UPDATE trigger 2025-02-10 15:55:00 +01:00
trigger_wl3253.result MDEV-29968 Functions in default values in tables with some character sets break SHOW CREATE (and mysqldump) 2025-01-17 15:39:55 +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 MDEV-27691: make working view-protocol 2022-09-23 17:36:20 +07:00
type_binary.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_binary.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
type_bit.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
type_bit.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
type_bit_innodb.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_bit_innodb.test MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_blob.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_blob.test MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_bool.result MDEV-35135 Assertion `!is_cond()' failed in Item_bool_func::val_int / do_select 2024-10-14 09:36:17 +02:00
type_bool.test MDEV-35135 Assertion `!is_cond()' failed in Item_bool_func::val_int / do_select 2024-10-14 09:36:17 +02:00
type_char.result MDEV-34295 CAST(char_col AS DOUBLE) prints redundant spaces in a warning 2024-06-04 15:34:14 +04:00
type_char.test MDEV-34295 CAST(char_col AS DOUBLE) prints redundant spaces in a warning 2024-06-04 15:34:14 +04:00
type_date.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
type_date.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
type_date_round.result
type_date_round.test
type_datetime.result MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_datetime.test MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_datetime_hires.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
type_datetime_hires.test
type_datetime_round.result
type_datetime_round.test
type_decimal.result MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_decimal.test MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_enum.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_enum.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
type_float.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
type_float.test Merge 10.5 into 10.6 2024-11-29 12:37:46 +02: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 MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_int.test MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02: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 branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
type_json.test MDEV-26506 Over-quoted JSON when combining JSON_ARRAYAGG with JSON_OBJECT 2023-07-04 16:37:29 +02: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.5 into 10.6 2024-11-29 12:37:46 +02:00
type_newdecimal.test Merge 10.5 into 10.6 2024-11-29 12:37:46 +02: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 Additional tests for MDEV-28345 ASAN: use-after-poison or unknown-crash in my_strtod_int from charset_info_st::strntod or test_if_number 2024-07-18 08:17:53 +04:00
type_num_innodb.test Additional tests for MDEV-28345 ASAN: use-after-poison or unknown-crash in my_strtod_int from charset_info_st::strntod or test_if_number 2024-07-18 08:17:53 +04:00
type_ranges.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
type_ranges.test MDEV-22230 : Unexpected ER_ERROR_ON_RENAME upon DROP non-existing FOREIGN KEY 2023-11-26 18:46:00 +05:30
type_row.result
type_row.test
type_set.result MDEV-35864 UBSAN: "applying zero offset to null pointer" when using a Field_set with empty values 2025-01-17 14:05:48 +04:00
type_set.test MDEV-35864 UBSAN: "applying zero offset to null pointer" when using a Field_set with empty values 2025-01-17 14:05:48 +04:00
type_temporal_innodb.result MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
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 remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
type_temporal_mysql56_debug.test
type_time.result MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_time.test MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_time_6065.result
type_time_6065.test
type_time_hires.result MDEV-29924 Assertion `(((nr) % (1LL << 24)) % (int) log_10_int[6 - dec]) == 0' failed in my_time_packed_to_binary on SELECT when using TIME field 2022-11-01 13:22:34 +01:00
type_time_hires.test MDEV-29924 Assertion `(((nr) % (1LL << 24)) % (int) log_10_int[6 - dec]) == 0' failed in my_time_packed_to_binary on SELECT when using TIME field 2022-11-01 13:22:34 +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 MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_timestamp.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
type_timestamp_hires.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
type_timestamp_hires.test
type_timestamp_round.result
type_timestamp_round.test
type_uint.result MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_uint.test MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
type_varchar.opt
type_varchar.result MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
type_varchar.test MDEV-34123 CONCAT Function Returns Unexpected Empty Set in Query 2024-10-08 11:58:46 +02:00
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 branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
type_year.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
udf.result MDEV-24507: Server Crash using UDF in WHERE clause of VIEW 2024-02-13 15:28:43 +11:00
udf.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +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 Write information about restart in .result 2019-04-01 19:47:24 +03:00
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 MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
union.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +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
unusable_keys_joins.inc MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
unusable_keys_literals.inc MDEV-32203 Raise notes when an index cannot be used on data type mismatch 2023-10-03 08:25:31 +03:00
update.result MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
update.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02: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 MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
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 Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
upgrade_geometrycolumn_procedure_definer.test
upgrade_MDEV-19650.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
upgrade_MDEV-19650.test
upgrade_MDEV-23102-1.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
upgrade_MDEV-23102-1.test
upgrade_MDEV-23102-2.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
upgrade_MDEV-23102-2.test
upgrade_mdev_24363.result Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
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
user_limits.test
user_var-binlog.result [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client' 2023-03-21 17:19:44 +04:00
user_var-binlog.test
user_var.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
user_var.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
userstat-badlogin-4824.result
userstat-badlogin-4824.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
userstat.opt
userstat.result
userstat.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
varbinary.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02: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 MDEV-35750 Change MEM_ROOT allocation sizes to reduse calls to malloc() and avoid memory fragmentation 2025-01-05 16:40:11 +02:00
variables.test MDEV-35469 Heap tables are calling mallocs to often 2025-01-05 16:40:11 +02:00
variables_community.result
variables_community.test
view.result Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
view.test Merge branch '10.5' into 10.6 2025-04-26 10:41:52 +02:00
view_alias.result Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
view_alias.test
view_debug.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +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 Merge branch '10.5' into 10.6 2025-04-21 10:43:17 +02:00
view_grant.test Merge branch '10.5' into 10.6 2025-04-21 10:43:17 +02:00
wait_timeout.result
wait_timeout.test CC 3.1 update 2022-07-29 13:39:12 +02:00
warnings-master.opt Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
warnings.result MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL) 2022-07-06 15:05:25 +04:00
warnings.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
warnings_debug.result
warnings_debug.test
warnings_engine_disabled.result
warnings_engine_disabled.test
win.result Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
win.test Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
win_as_arg_to_aggregate_func.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
win_as_arg_to_aggregate_func.test
win_avg.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_avg.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_big-mdev-10092.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
win_big-mdev-10092.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
win_big-mdev-11697.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
win_big-mdev-11697.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
win_big.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_big.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +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 Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
win_i_s.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
win_insert_select.result
win_insert_select.test
win_lead_lag.result
win_lead_lag.test
win_min_max.result Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
win_min_max.test
win_nth_value.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_nth_value.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_ntile.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_ntile.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_orderby.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
win_orderby.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
win_percent_cume.result
win_percent_cume.test
win_percentile.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_percentile.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
win_rank.result
win_rank.test
win_std.result Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
win_std.test Removing MDEV-27871 because it is not a bug 2023-10-13 14:09:22 +02:00
win_sum.result MDEV-32411 Item_sum arguments incorrectly reset to temp table fields which causes crash 2025-01-09 11:35:09 +07:00
win_sum.test MDEV-32411 Item_sum arguments incorrectly reset to temp table fields which causes crash 2025-01-09 11:35:09 +07:00
windows.result
windows.test Create 'main' test directory and move 't' and 'r' there 2018-03-29 13:59:44 +03:00
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
wl4435_generated.inc MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
wolfssl.opt
wolfssl.result
wolfssl.test
xa.result Revert "MDEV-35019 Provide a way to enable "rollback XA on disconnect" behavior we had before 10.5.2" 2024-10-16 13:23:47 +02:00
xa.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
xa_binlog.result
xa_binlog.test Aria will now register it's transactions 2020-05-23 12:29:10 +03:00
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 MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xml.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
xml.test Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +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