mariadb/mysql-test/suite/engines/funcs/t
Kristian Nielsen 7081f2a58e Binlog-in-engine: New binlog implementation integrated in InnoDB
Implement an improved binlog implementation that is integrated into
the storage engine. The new implementation is enabled with the
--binlog-storage-engine option. Initially the InnoDB storage engine
implements the binlog.

Integrating the binlog in the storage engine improves performance,
since it makes the InnoDB redo log the single source of truth and
avoids the need for expensive two-phase commit between binlog and
engine. It also makes it possible to disable durability (set
--innodb-flush-log-at-trx-commit=0) to further improve performance,
while still preserving the ability to recover the binlog and database
into a consistent state after a crash.

The new binlog implementation also greatly improves the internal
design and implementation of the binlog, and enables future
enhancements for replication.

This is a squash of the original 11.4-based patch series.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2026-01-23 03:21:03 +01:00
..
ai_init_alter_table.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ai_init_create_table.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ai_init_insert.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ai_init_insert_id.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ai_overflow_error.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ai_reset_by_truncate.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ai_sql_auto_is_null.test MDEV-37375 engines/iuds suite fails with ps-protocol 2025-09-15 11:00:02 +02:00
an_calendar.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
an_number.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
an_string.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
comment_column.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
comment_column2.test Updates to test and result files in the 'engine' suites following changes in 5.5 2010-05-04 11:10:17 -07:00
comment_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
comment_table.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
crash_manycolumns_number.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manycolumns_string.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manyindexes_number.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manyindexes_string.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
crash_manytables_number.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
crash_manytables_string.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
data1.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
data2.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
date_function.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
datetime_function.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
db_alter_character_set.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_alter_character_set_collate.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_alter_collate_ascii.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_alter_collate_utf8.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_create_character_set.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_create_character_set_collate.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_create_drop.test MDEV-7255 Failures in engines/* tests, part 1 2014-12-03 19:53:40 +04:00
db_create_error.test MDEV-7255 Failures in engines/* tests, part 1 2014-12-03 19:53:40 +04:00
db_create_error_reserved.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
db_create_if_not_exists.test MDEV-7255 Failures in engines/* tests, part 1 2014-12-03 19:53:40 +04:00
db_drop_error.test MDEV-7255 Failures in engines/* tests, part 1 2014-12-03 19:53:40 +04:00
db_use_error.test MDEV-7255 Failures in engines/* tests, part 1 2014-12-03 19:53:40 +04:00
de_autoinc.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_calendar_range.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
de_ignore.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_limit.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_multi_table.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_number_range.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_quick.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_string_range.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_truncate.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
de_truncate_autoinc.test 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.test 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.test 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.test 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.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
general_no_data.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
general_not_null.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
general_null.test 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.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_calendar_pk_constraint_duplicate_update.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_calendar_pk_constraint_error.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_calendar_pk_constraint_ignore.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_calendar_unique_constraint_duplicate_update.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_calendar_unique_constraint_error.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_calendar_unique_constraint_ignore.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_enum_null.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_insert_select.test 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.test 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.test 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.test 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.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_calendar_pk_constraint_error.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_calendar_pk_constraint_ignore.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_calendar_unique_constraint_duplicate_update.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_calendar_unique_constraint_error.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_calendar_unique_constraint_ignore.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_number_pk_constraint_duplicate_update.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
in_multicolumn_number_pk_constraint_error.test 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.test 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.test 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.test 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.test 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_duplicate_update.test 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.test Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_multicolumn_string_pk_constraint_ignore.test Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_multicolumn_string_unique_constraint_duplicate_update.test 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.test Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_multicolumn_string_unique_constraint_ignore.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_2_unique_constraints_duplicate_update.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_decimal_boundary_error.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_length.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_number_null.test 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.test 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.test 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.test 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_duplicate_update.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_set_null.test 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.test 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.test 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.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_null.test 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.test 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.test Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_string_pk_constraint_ignore.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
in_string_set_enum_fail.test 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.test 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.test Modifications in mysql-5.5 engines test suite. 2011-01-05 12:23:05 +05:30
in_string_unique_constraint_ignore.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ix_drop.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ix_drop_error.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ix_index_decimals.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_index_lob.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_index_non_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_index_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_index_string_length.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_unique_decimals.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_unique_lob.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_unique_non_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_unique_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_unique_string_length.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ix_using_order.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
jp_comment_column.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
jp_comment_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
jp_comment_older_compatibility1.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
jp_comment_table.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ld_all_number_string_calendar_types.test MDEV-37375 engines/iuds suite fails with ps-protocol 2025-09-15 11:00:02 +02:00
ld_bit.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_enum_set.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_less_columns.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_null.test cleanup: select ... into tests 2025-07-17 09:18:18 +02:00
ld_quote.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
ld_simple.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_starting.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_unique_error1.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_unique_error1_local.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_unique_error2.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_unique_error2_local.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ld_unique_error3.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ld_unique_error3_local.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_bit.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_enum_set.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_less_columns.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_more_columns.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_null.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_null2.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_quote.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_simple.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_starting.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_unique_error1.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_unique_error2.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
load_unique_error3.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ps_number_length.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
ps_number_null.test 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.test Bug#59955 - engines/funcs/ps_string_not_null test needs better cleanup 2011-02-07 11:10:35 +05:30
ps_string_null.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_number_range.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_number_select.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
re_string_range.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_000010.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_000011.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_000013.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_000015.test Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
rpl_000017.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_alter.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_alter_db.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_bit.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_bit_npk.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_change_master.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_create_database-master.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_create_database-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_create_database.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_do_grant.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_drop.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_drop_db.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_dual_pos_advance.test MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
rpl_err_ignoredtable-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_err_ignoredtable.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_flushlog_loop.test MDEV-31857 enable --ssl-verify-server-cert by default in the internal client 2024-02-04 22:19:19 +01:00
rpl_free_items-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_free_items.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_get_lock.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_ignore_grant-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_ignore_grant.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_ignore_revoke-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_ignore_revoke.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_ignore_table_update-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_ignore_table_update.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_init_slave-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_init_slave.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_insert.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_insert_select.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_LD_INFILE.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddata2.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddata_m-master.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_loaddata_m.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddata_s-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_loaddata_s.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loaddatalocal.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_loadfile.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_log_pos.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_many_optimize.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_misc_functions.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_multi_delete-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_multi_delete.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_multi_delete2-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_multi_delete2.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_multi_update4-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_multi_update4.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_ps.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_relayspace-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_relayspace.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_replicate_ignore_db-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_replicate_ignore_db.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_drop.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_func001.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_inexist_tbl-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_row_inexist_tbl.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_max_relay_size.test Merge 10.2 into 10.3 2021-03-18 12:34:48 +02:00
rpl_row_NOW.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_reset_slave.test update engines/funcs.rpl_stm_reset_slave 2025-07-31 20:54:37 +02:00
rpl_row_sp001.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp005.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp008.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp009.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp010.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp011.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_sp012.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_stop_middle.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_trig001.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_trig002.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_trig003.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_until.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_USER.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_view01.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_server_id1.test MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-27 14:12:22 +01:00
rpl_server_id2-slave.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_server_id2.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_session_var.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_sf.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_skip_error-slave.opt --getopt-prefix-matching command-line option 2015-02-10 10:21:15 +01:00
rpl_skip_error.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_slave_status.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_sp-master.opt Updates to test and result files in the 'engine' suites following changes in 5.5 2010-05-04 11:10:17 -07:00
rpl_sp-slave.opt Updates to test and result files in the 'engine' suites following changes in 5.5 2010-05-04 11:10:17 -07:00
rpl_sp.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_sp004.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_sp_effects-master.opt Updates to test and result files in the 'engine' suites following changes in 5.5 2010-05-04 11:10:17 -07:00
rpl_sp_effects-slave.opt Updates to test and result files in the 'engine' suites following changes in 5.5 2010-05-04 11:10:17 -07:00
rpl_sp_effects.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_start_stop_slave.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_stm_max_relay_size.test Move mysql-test-run/extra/rpl_tests to suite/rpl/include 2018-03-29 13:59:44 +03:00
rpl_stm_mystery22.test Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
rpl_stm_no_op.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_stm_reset_slave.test update engines/funcs.rpl_stm_reset_slave 2025-07-31 20:54:37 +02:00
rpl_switch_stm_row_mixed.test MDEV-30421 more tests cleaned up 2023-03-23 21:07:32 +03:00
rpl_temp_table.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_temporary.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_trigger.test Binlog-in-engine: New binlog implementation integrated in InnoDB 2026-01-23 03:21:03 +01:00
rpl_trunc_temp.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_user_variables.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_variables-master.opt Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rpl_variables.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_view.test reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
se_join_cross.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_default.test MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
se_join_inner.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_left.test MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
se_join_left_outer.test MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
se_join_natural_left.test MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
se_join_natural_left_outer.test MDEV-369 (Mismatches in MySQL engines test suite) 2012-07-30 04:16:49 +04:00
se_join_natural_right.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_right.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_join_straight.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_rowid.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_distinct.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_from.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_groupby.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_having.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_limit.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_orderby.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_union.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
se_string_where.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sf_alter.test MDEV-37375 engines/iuds suite fails with ps-protocol 2025-09-15 11:00:02 +02:00
sf_cursor.test MDEV-37375 engines/iuds suite fails with ps-protocol 2025-09-15 11:00:02 +02:00
sf_simple1.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sp_alter.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sp_cursor.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sp_simple1.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_all.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_any.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_corr.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_error.test MDEV-12874 UPDATE statements with the same source and target 2017-10-04 10:28:20 +02:00
sq_exists.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_from.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_in.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_row.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_scalar.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
sq_some.test 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.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_2part_diff_string_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_2part_diff_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_2part_string_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_3part_column_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_3part_string_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_column.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_column2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_column_first.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_column_first2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_column_middle.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_column_middle2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string_first.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string_first2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string_middle.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string_middle2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_string_unique_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_add_unique_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_from_unsigned.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_from_zerofill.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_to_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_to_not_null.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_to_null.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_to_unsigned.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_column_to_zerofill.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_drop_column.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_drop_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_drop_pk_autoincrement.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_drop_pk_number.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_drop_pk_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_drop_string_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_orderby.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_rename.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_set_drop_default.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_string_drop_column.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_string_to_index.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_string_to_not_null.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_string_to_null.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
ta_string_to_pk.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_autoincrement.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_comment.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_comment_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_default_decimal.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_default_number.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_default_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_enum.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_enum_long.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_key.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_key_length.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_length.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_length_decimals.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_length_zero.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_not_null.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_null.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_primary_key_number.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_primary_key_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_serial.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_set.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_set_long.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_unique_key.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_unique_key_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_unsigned.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_column_zerofill.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_drop_table.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tc_multicolumn_different.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_multicolumn_same.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_multicolumn_same_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_analyze.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_change_from_range_to_hash_key.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_check.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_hash.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_hash_date_function.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_key.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_linear_key.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_list_directory.opt Fix test failure on tc_partition_list_directory because 2016-09-14 13:53:32 +03:00
tc_partition_list_directory.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tc_partition_optimize.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_rebuild.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_remove.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_reorg_divide.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_reorg_hash_key.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_reorg_merge.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_repair.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_sub1.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_sub2.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_value.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_partition_value_error.test 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.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_rename.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_rename_across_database.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_rename_error.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_structure_comment.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_structure_create_like.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_structure_create_like_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_structure_create_select.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_structure_create_select_string.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_structure_string_comment.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_temporary_column.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
tc_temporary_column_length.test remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
time_function.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
tr_all_type_triggers.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_delete.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_insert.test 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.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
tr_update.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_calendar_range.test bug#11766457 - adjusting/modifying the the tests as tests were failing if system time zone is set differently. 2011-10-12 10:10:52 +05:30
up_ignore.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_limit.test 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.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_multi_table.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_nullcheck.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_number_range.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
up_string_range.test Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
wait_show_pattern.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
wait_slave_status.inc Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00