mariadb/mysql-test/suite/engines/funcs/r
Kristian Nielsen 0a68328673 MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads
This is actually an existing problem in the old binlog implementation, and
this patch is applicable to old binlog also. The problem is that RESET
MASTER can run concurrently with binlog dump threads / connected slaves.
This will remove the binlog from under the feet of the reader, which can
cause all sorts of strange behaviour.

This patch fixes the problem by disallowing to run RESET MASTER when dump
threads (or other RESET MASTER or SHOW BINARY LOGS) are running. An error is
thrown in this case, user must stop slaves and/or kill dump threads to make
the RESET MASTER go through. A slave that connects in the middle of RESET
MASTER will wait for it to complete.

Fix a lot of test cases to kill any lingering dump threads before doing
RESET MASTER, mostly just by sourcing include/kill_binlog_dump_threads.inc.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2025-06-11 11:32:10 +02:00
..
ai_init_alter_table.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ai_init_create_table.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ai_init_insert.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ai_init_insert_id.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ai_overflow_error.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ai_reset_by_truncate.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ai_sql_auto_is_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
an_calendar.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
an_number.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
an_string.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
comment_column.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
comment_column2.result clarify the error message for frm size overflow 2016-08-27 16:59:12 +02:00
comment_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
comment_table.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
crash_manycolumns_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manycolumns_string.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
crash_manyindexes_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manyindexes_string.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manytables_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manytables_string.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
date_function.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
datetime_function.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
db_alter_character_set.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
db_alter_character_set_collate.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
db_alter_collate_ascii.result MDEV-20912 fix test results 2025-01-15 09:51:19 +01:00
db_alter_collate_utf8.result MDEV-20912 fix test results 2025-01-15 09:51:19 +01:00
db_create_character_set.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
db_create_character_set_collate.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
db_create_drop.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
db_create_error.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
db_create_error_reserved.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
db_create_if_not_exists.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
db_drop_error.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
db_use_error.result Merge branch '10.5' into 10.6 2024-01-31 18:04:03 +01:00
de_autoinc.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_calendar_range.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
de_ignore.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_limit.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_multi_db_table.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_multi_db_table_using.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_multi_table.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_multi_table_using.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_number_range.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_quick.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_string_range.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_truncate.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_truncate_autoinc.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
fu_aggregate_avg_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
fu_aggregate_count_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
fu_aggregate_max_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
fu_aggregate_max_subquery.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
fu_aggregate_min_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
fu_aggregate_sum_number.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
general_no_data.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
general_not_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
general_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_calendar_2_unique_constraints_duplicate_update.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_calendar_pk_constraint_duplicate_update.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_calendar_pk_constraint_error.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_calendar_pk_constraint_ignore.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_calendar_unique_constraint_duplicate_update.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_calendar_unique_constraint_error.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_calendar_unique_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_enum_null.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
in_enum_null_boundary_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_enum_null_large_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_insert_select.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_insert_select_autoinc.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_insert_select_unique_violation.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_lob_boundary_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_calendar_pk_constraint_duplicate_update.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_multicolumn_calendar_pk_constraint_error.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_multicolumn_calendar_pk_constraint_ignore.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_multicolumn_calendar_unique_constraint_duplicate_update.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_multicolumn_calendar_unique_constraint_error.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_multicolumn_calendar_unique_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_multicolumn_number_pk_constraint_duplicate_update.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
in_multicolumn_number_pk_constraint_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_number_pk_constraint_ignore.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_number_unique_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_number_unique_constraint_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_number_unique_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_multicolumn_string_pk_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_string_pk_constraint_error.result Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_multicolumn_string_pk_constraint_ignore.result Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_multicolumn_string_unique_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_multicolumn_string_unique_constraint_error.result Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_multicolumn_string_unique_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_number_2_unique_constraints_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_boundary_error.result MDEV-14576 Include full name of object in message about incorrect value for column 2018-12-21 13:31:18 +01:00
in_number_decimal_boundary_error.result MDEV-14576 Include full name of object in message about incorrect value for column 2018-12-21 13:31:18 +01:00
in_number_length.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_pk_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_pk_constraint_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_pk_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_number_unique_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_unique_constraint_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_unique_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_set_null.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
in_set_null_boundary_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_set_null_large.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_2_unique_constraints_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_boundary_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_not_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_pk_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_pk_constraint_error.result Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_string_pk_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
in_string_set_enum_fail.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_unique_constraint_duplicate_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_unique_constraint_error.result Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_string_unique_constraint_ignore.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
ix_drop.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ix_drop_error.result clarify ER_CANT_DROP_FIELD_OR_KEY 2016-07-02 14:52:20 +02:00
ix_index_decimals.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_index_lob.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_index_non_string.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ix_index_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_index_string_length.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_unique_decimals.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_unique_lob.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_unique_non_string.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ix_unique_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_unique_string_length.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ix_using_order.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
jp_comment_column.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
jp_comment_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
jp_comment_older_compatibility1.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
jp_comment_table.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ld_all_number_string_calendar_types.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
ld_bit.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_enum_set.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_less_columns.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_more_columns_truncated.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_quote.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_simple.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_starting.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_unique_error1.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
ld_unique_error1_local.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
ld_unique_error2.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
ld_unique_error2_local.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
ld_unique_error3.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ld_unique_error3_local.result storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: 2012-12-28 17:02:33 +04:00
ps_number_length.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ps_number_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ps_string_not_null.result Bug#59955 - engines/funcs/ps_string_not_null test needs better cleanup 2011-02-07 11:10:35 +05:30
ps_string_null.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_number_range.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_number_range_set.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_number_select.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_string_range.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_string_range_set.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_000010.result MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
rpl_000011.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_000013.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_000015.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-06-11 11:32:10 +02:00
rpl_000017.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_alter,innodb.rdiff MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_alter.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_alter_db.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_bit.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_bit_npk.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_change_master.result MDEV-32976: Un-deprecate MASTER_USE_GTID=Current_Pos 2024-03-15 18:18:42 +01:00
rpl_create_database.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_do_grant.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
rpl_drop.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_drop_db.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
rpl_dual_pos_advance.result MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
rpl_err_ignoredtable.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_flushlog_loop.result MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
rpl_free_items.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_get_lock.result Fixed some mtr results found in Jenins after MDEV-333582 push 2024-03-06 15:16:03 +02:00
rpl_ignore_grant.result fix for tests from engines/funcs 2021-03-19 12:20:50 +01:00
rpl_ignore_revoke.result Merge 10.3 into 10.4 2021-03-19 11:42:44 +02:00
rpl_ignore_table_update.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_init_slave.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_insert.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_insert_select.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_LD_INFILE.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddata2.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddata_m.result Merge 10.5 into 10.6 2021-03-20 18:40:07 +02:00
rpl_loaddata_s.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddatalocal.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loadfile.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_log_pos.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_many_optimize.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_misc_functions.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
rpl_multi_delete.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_multi_delete2.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_multi_update4.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_ps.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_relayspace.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_replicate_ignore_db.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_drop.result MDEV-12459 post-review fixes 2023-08-11 19:36:22 +02:00
rpl_row_func001.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_inexist_tbl.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_max_relay_size.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_NOW.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_reset_slave.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_row_sp001.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp005.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp008.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp009.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp010.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp011.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp012.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_stop_middle.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_trig001.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_trig002.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_trig003.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_until.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_row_USER.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_view01.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_server_id1.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
rpl_server_id2.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-06-11 11:32:10 +02:00
rpl_session_var.result Merge branch '10.5' into 10.6 2024-01-31 18:04:03 +01:00
rpl_sf.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_skip_error.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_slave_status.result MDEV-32168 fix failing tests 2023-11-25 10:33:31 +01:00
rpl_sp,myisam,mix.rdiff Removed diff dates from rdiff files 2023-02-03 11:57:45 +03:00
rpl_sp.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_sp004.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_sp_effects.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_start_stop_slave.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_stm_max_relay_size.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_stm_mystery22.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_stm_no_op.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_stm_reset_slave.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_switch_stm_row_mixed.result UUID() function should return UUID, not VARCHAR(36) 2021-10-29 18:29:02 +02:00
rpl_temp_table.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_temporary.result MDEV-29668 SUPER should not allow actions that have fine-grained dedicated privileges 2023-02-06 14:31:48 +01:00
rpl_trigger.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-06-11 11:32:10 +02:00
rpl_trunc_temp.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_user_variables.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_variables.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_view.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
se_join_cross.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_default.result MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
se_join_inner.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_left.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_left_outer.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_natural_left.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_natural_left_outer.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_natural_right.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_natural_right_outer.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_right.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_right_outer.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_straight.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_rowid.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_distinct.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_from.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_groupby.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_having.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_limit.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_orderby.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_union.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_where.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_where_and.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_where_or.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sf_alter.result MDEV-7255 Failures in engines/* tests, part 2 2014-12-04 01:52:03 +04:00
sf_cursor.result MDEV-7255 Failures in engines/* tests, part 2 2014-12-04 01:52:03 +04:00
sf_simple1.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sp_alter.result MDEV-7255 Failures in engines/* tests, part 2 2014-12-04 01:52:03 +04:00
sp_cursor.result MDEV-7255 Failures in engines/* tests, part 2 2014-12-04 01:52:03 +04:00
sp_simple1.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_all.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
sq_any.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_corr.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_error.result MDEV-12874 UPDATE statements with the same source and target 2017-10-04 10:28:20 +02:00
sq_exists.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_from.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_in.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_row.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_scalar.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_some.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ta_2part_column_to_pk.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_2part_diff_string_to_pk.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_2part_diff_to_pk.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_2part_string_to_pk.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_3part_column_to_pk.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_3part_string_to_pk.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_add_column.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_column2.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_column_first.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_column_first2.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_column_middle.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_column_middle2.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_add_string2.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_string_first.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_add_string_first2.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_string_middle.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_add_string_middle2.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_add_string_unique_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_add_unique_index.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_column_from_unsigned.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_column_from_zerofill.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_column_to_index.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_column_to_not_null.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_column_to_null.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_column_to_pk.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_column_to_unsigned.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_column_to_zerofill.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_drop_column.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_drop_index.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_drop_pk_autoincrement.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_drop_pk_number.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_drop_pk_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_drop_string_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_orderby.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_rename.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
ta_set_drop_default.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_string_drop_column.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_string_to_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_string_to_not_null.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_string_to_null.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
ta_string_to_pk.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_autoincrement.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_comment.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_comment_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_default_decimal.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_default_number.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_default_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_enum.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_enum_long.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_key.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
tc_column_key_length.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_length.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_length_decimals.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_length_zero.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_not_null.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
tc_column_null.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_primary_key_number.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
tc_column_primary_key_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_serial.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_set.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_set_long.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_unique_key.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
tc_column_unique_key_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_unsigned.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_column_zerofill.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_drop_table.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tc_multicolumn_different.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
tc_multicolumn_same.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
tc_multicolumn_same_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_analyze.result fix test 2024-02-09 10:26:46 +01:00
tc_partition_change_from_range_to_hash_key.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_check.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_hash.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_hash_date_function.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_key.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_linear_key.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_list_directory.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tc_partition_list_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tc_partition_optimize.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_rebuild.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_remove.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_reorg_divide.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
tc_partition_reorg_hash_key.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_reorg_merge.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
tc_partition_repair.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_sub1.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_sub2.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_value.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_partition_value_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tc_partition_value_specific.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_rename.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_rename_across_database.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_rename_error.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
tc_structure_comment.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_structure_create_like.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_structure_create_like_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_structure_create_select.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_structure_create_select_string.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_structure_string_comment.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tc_temporary_column.result MDEV-12459 Get temporary tables visible to the IS.tables for current connection 2023-08-11 19:36:21 +02:00
tc_temporary_column_length.result MDEV-12459 Get temporary tables visible to the IS.tables for current connection 2023-08-11 19:36:21 +02:00
time_function.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
tr_all_type_triggers.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_delete.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_delete_new_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_insert.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_insert_after_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_insert_old_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_update.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_update_after_error.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_calendar_range.result MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
up_ignore.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_limit.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_multi_db_table.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_multi_table.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_nullcheck.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_number_range.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_string_range.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00