mariadb/mysql-test/suite/storage_engine
unknown 6b97512b21 Add missing check for thd->killed in mysql_binlog_send().
The slave dump thread running on the master only checked thd->killed whenever
it reached the end of a binlog file, not between events. This could
unnecessarily delay server shutdown.

This was found by code inspection while tracking down some occasional "forcing
close of thread..." errors in Buildbot. Hopefully this will fix the failures,
but the fix is correct in any case.

Also increase the wait during server shutdown, 2 seconds is a bit tight in
case of heavy I/O stall, and it seems better to delay shutdown a bit than
force-kill threads unnecessarily.

Also fix some races in test cases that restart the mysqld server. The .expect
file should be changed with --append_file, --remove_file + --write_file
creates a short window where mysqld can error out due to .expect file missing.
2013-04-24 13:05:40 +02:00
..
parts MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
trx MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
alter_table.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
alter_table_online.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
alter_table_online.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
alter_tablespace.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
alter_tablespace.test Add missing check for thd->killed in mysql_binlog_send(). 2013-04-24 13:05:40 +02: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
autoincrement.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_null.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
col_opt_unsigned.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_unsigned.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
col_opt_zerofill.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
create_table.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04: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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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 MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
foreign_keys.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
foreign_keys.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert_with_keys.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
insert_with_keys.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
lock_concurrent.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +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 MDEV-3990: engine tests went out of sync with current MariaDB code 2013-01-13 17:01:34 +04:00
misc.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
my.cnf MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
obfuscate.inc MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
repair_table.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
select.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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 MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
show_table_status.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04: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_index_dir.result MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_data_index_dir.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04: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_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 MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
tbl_opt_row_format.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04: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 MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
truncate_table.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
truncate_table.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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-11: Generic storage engine test suite 2012-07-16 06:17:56 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_char_indexes.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_date_time.inc MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_date_time.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
type_spatial.test MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +04:00
type_spatial_indexes.result MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04: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 MDEV-11: Generic storage engine test suite 2012-07-16 06:17:56 +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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +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 MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00
vcol.test MDEV-4028 - Converted rdiff files to uniform 2013-02-03 02:53:57 +04:00