mariadb/mysql-test/suite/storage_engine
Marko Mäkelä cffbb17480 MDEV-28933: Per-table unique FOREIGN KEY constraint names
Before MySQL 4.0.18, user-specified constraint names were ignored.
Starting with MySQL 4.0.18, the specified constraint name was
prepended with the schema name and '/'.  Now we are transforming
into a format where the constraint name is prepended with the
dict_table_t::name and the impossible UTF-8 sequence 0xff.
Generated constraint names will be ASCII decimal numbers.

On upgrade, old FOREIGN KEY constraint names will be displayed
without any schema name prefix. They will be updated to the new
format on DDL operations.

dict_foreign_t::sql_id(): Return the SQL constraint name
without any schemaname/tablename\377 or schemaname/ prefix.

row_rename_table_for_mysql(), dict_table_rename_in_cache():
Simplify the logic: Just rename constraints to the new format.

dict_table_get_foreign_id(): Replaces dict_table_get_highest_foreign_id().

innobase_get_foreign_key_info(): Let my_error() refer to erroneous
anonymous constraints as "(null)".

row_delete_constraint(): Try to drop all 3 constraint name variants.

Reviewed by: Thirunarayanan Balathandayuthapani
Tested by: Matthias Leich
2025-07-08 12:30:27 +03:00
..
parts Follow-up for be6ae0bb6b - fix test results 2018-05-19 14:23:06 +03:00
trx MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
1st.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
1st.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
alter_table.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
alter_table.result Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
alter_table.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
alter_table_online.result MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 2019-04-12 12:28:09 +03:00
alter_table_online.test Semantics of ALTER ONLINE changed to mirror ALTER .. LOCK=NONE 2013-11-08 23:23:35 +04:00
alter_tablespace.result Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
alter_tablespace.test MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
analyze_table.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
analyze_table.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
analyze_table.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
autoinc_secondary.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
autoinc_secondary.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
autoinc_vars.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
autoinc_vars.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
autoincrement.result Follow-up for 54db0be3be (Added Max_index_length and Temporary) 2018-02-15 18:41:32 +02:00
autoincrement.test Follow-up for 54db0be3be (Added Max_index_length and Temporary) 2018-02-15 18:41:32 +02:00
cache_index.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
cache_index.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
check_errors.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
check_table.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
check_table.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
check_table.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table_live.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table_live.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
checksum_table_live.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
cleanup_engine.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
col_not_null.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
col_null.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
col_opt_default.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_default.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_not_null.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
col_opt_not_null.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_null.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
col_opt_null.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
col_opt_unsigned.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
col_opt_unsigned.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_zerofill.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
col_opt_zerofill.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
create_table.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
create_table.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
create_table.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
define_engine.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
delete.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_ignore.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_ignore.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_low_prio.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_low_prio.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
delete_quick.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_quick.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_with_keys.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
delete_with_keys.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
describe.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
describe.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
disabled.def Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
foreign_keys.result MDEV-28933: Per-table unique FOREIGN KEY constraint names 2025-07-08 12:30:27 +03:00
foreign_keys.test MDEV-8676 Some storage_engine tests fail on 10.1 2015-08-26 02:09:57 +03:00
fulltext_search.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
fulltext_search.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
handler.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
handler.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
have_default_index.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
have_engine.inc A fix for MySQL#65146 introduced a new warning. 2013-11-28 19:54:07 +04:00
index.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_enable_disable.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_enable_disable.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_key_block_size.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_key_block_size.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_primary.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_primary.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_type_btree.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_type_btree.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_type_hash.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
index_type_hash.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
insert.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert_delayed.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert_delayed.test Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
insert_high_prio.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert_high_prio.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
insert_low_prio.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert_low_prio.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
insert_with_keys.result Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
insert_with_keys.test Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
loaddata.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
loaddata.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
lock.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
lock.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
lock_concurrent.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
lock_concurrent.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
mask_engine.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
misc.result Adjust test results to reflect the new system table 2018-02-24 00:50:58 +01:00
misc.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
my.cnf Fixes for Windows and different time zones 2013-11-11 23:40:40 +04:00
obfuscate.inc More verbose error messages 2013-11-07 03:36:53 +04:00
optimize_table.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
optimize_table.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
optimize_table.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
repair_table.inc MDEV-22189: Change error messages inside code to have mariadb instead of 2021-05-24 11:38:13 +05:30
repair_table.result Follow up for 9a84980668 - adjustments to storage_engine tests 2018-05-03 20:54:23 +03:00
repair_table.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
replace.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
replace.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
se-innodb.out MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
select.result Follow-up for MDEV-6066 (new defaults from 5.6 and 5.7) 2015-09-06 21:01:59 +03:00
select.test Follow-up for MDEV-6066 (new defaults from 5.6 and 5.7) 2015-09-06 21:01:59 +03:00
select_high_prio.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
select_high_prio.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
show_engine.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
show_engine.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
show_table_status.result Follow-up for 54db0be3be (Added Max_index_length and Temporary) 2018-02-15 18:41:32 +02:00
show_table_status.test Follow-up for 54db0be3be (Added Max_index_length and Temporary) 2018-02-15 18:41:32 +02:00
strict_check_errors.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_ai.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_ai.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_avg_row_length.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_avg_row_length.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_checksum.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_checksum.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_connection.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_connection.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_data_dir.result Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_data_dir.test Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_delay_key_write.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_delay_key_write.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_index_dir.result Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_index_dir.test Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_insert_method.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_insert_method.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_key_block_size.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_key_block_size.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_max_rows.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_max_rows.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_min_rows.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_min_rows.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_pack_keys.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_pack_keys.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_password.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_password.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_row_format.result Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_row_format.test Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
tbl_opt_union.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_union.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_standard_opts.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_standard_opts.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_temporary.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_temporary.test Test changes to improve stability of results 2017-06-23 00:34:57 +03:00
truncate_table.result Follow-up for 54db0be3be (Added Max_index_length and Temporary) 2018-02-15 18:41:32 +02:00
truncate_table.test Follow-up for 54db0be3be (Added Max_index_length and Temporary) 2018-02-15 18:41:32 +02:00
type_binary.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_binary.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_binary.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_binary_indexes.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_binary_indexes.test Test changes to improve stability of results 2017-06-23 00:34:57 +03:00
type_bit.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_bit.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_bit.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_bit_indexes.result MDEV-14607 storage_engine-rocksdb.type_bit_indexes fails after latest pushes 2017-12-13 00:29:44 +02:00
type_bit_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_blob.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_blob.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_blob.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_blob_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_blob_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_bool.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_bool.result Follow-up for MDEV-14576 - updated test result 2018-12-21 18:58:23 +02:00
type_bool.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_char.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_char.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_char.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_char_indexes.result MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
type_char_indexes.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
type_date_time.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_date_time.result Adjust storage_engine suite according to server changes in 10.2 2017-06-03 02:47:52 +03:00
type_date_time.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_date_time_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_date_time_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_enum.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_enum.result Duplicate warnings were removed 2013-11-08 23:21:58 +04:00
type_enum.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_enum_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_enum_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_fixed.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_fixed.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_fixed.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_fixed_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_fixed_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_float.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_float.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
type_float.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_float_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_float_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_int.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_int.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_int.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_int_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_int_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_set.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_set.result Duplicate warnings were removed 2013-11-08 23:21:58 +04:00
type_set.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_set_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_set_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_spatial.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_spatial.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
type_spatial.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_spatial_indexes.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
type_spatial_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_text.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_text.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_text.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_text_indexes.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_text_indexes.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_varbinary.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_varbinary.result Duplicate warnings were removed 2013-11-08 23:21:58 +04:00
type_varbinary.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_varchar.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_varchar.result Duplicate warnings were removed 2013-11-08 23:21:58 +04:00
type_varchar.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
unexpected_result.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
update.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_ignore.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_ignore.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_low_prio.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_low_prio.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
update_multi.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_multi.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_with_keys.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
update_with_keys.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
vcol.result Merge 10.1 into 10.2 2019-03-27 12:26:11 +02:00
vcol.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00