mariadb/mysql-test/suite/s3
Sergei Petrunia 6859e80df7 MDEV-24351: S3, same-backend replication: Dropping a table on master...
..causes error on slave.
Cause: if the master doesn't have the frm file for the table,
DROP TABLE code will call ha_delete_table_force() to drop the table
in all available storage engines.
The issue was that this code path didn't check for
HTON_TABLE_MAY_NOT_EXIST_ON_SLAVE flag for the storage engine,
and so did not add "... IF EXISTS" to the statement that's written
to the binary log.  This can cause error on the slave when it tries to
drop a table that's already gone.
2020-12-08 17:58:22 +03:00
..
alter.result
alter.test
alter2.result
alter2.test
amazon.result
amazon.test
arguments.result
arguments.test
backup.result
backup.test
basic.result
basic.test
create_database.inc
disabled.def
discovery.result
discovery.test
drop_database.inc
encryption.opt
encryption.result
encryption.test
innodb.result
innodb.test
my.cnf Update S3 engine to maturity Gamma 2020-10-21 03:09:29 +03:00
mysqldump.result
mysqldump.test
no_s3-master.opt
no_s3.result
no_s3.test
partition.result
partition.test MDEV-23648 s3.partition_move 'innodb' test failure - object deleted before copy attempted 2020-10-21 03:09:30 +03:00
partition_create_fail.result
partition_create_fail.test
partition_move.result
partition_move.test MDEV-23648 s3.partition_move 'innodb' test failure - object deleted before copy attempted 2020-10-21 03:09:30 +03:00
replication.inc MDEV-24351: S3, same-backend replication: Dropping a table on master... 2020-12-08 17:58:22 +03:00
replication_delayed.cnf
replication_delayed.result
replication_delayed.test
replication_mixed.cnf
replication_mixed.result MDEV-24351: S3, same-backend replication: Dropping a table on master... 2020-12-08 17:58:22 +03:00
replication_mixed.test
replication_partition.cnf
replication_partition.result
replication_partition.test
replication_stmt.cnf
replication_stmt.result MDEV-24351: S3, same-backend replication: Dropping a table on master... 2020-12-08 17:58:22 +03:00
replication_stmt.test
select.result
select.test
slave.cnf Update S3 engine to maturity Gamma 2020-10-21 03:09:29 +03:00
suite.pm
unsupported.result
unsupported.test