mariadb/mysql-test/suite/rpl
Dmitry Shulga ce7ab467db MDEV-35617: DROP USER should leave no active session for that user
DROP USER looks for sessions by the do-be-dropped user and if found:
* fails with ER_CANNOT_USER in Oracle mode
* continues with ER_ACTIVE_CONNECTIONS_FOR_USER_TO_DROP warning otherwise

Every user being dropped is marked with flag that disallow establishing
a new connections on behalf this user.
2025-07-16 09:14:33 +07:00
..
extension mtr: use env for perl 2020-06-23 03:24:46 +02:00
include Fix typos in mysql-test/ 2025-04-29 13:53:16 +10:00
r MDEV-35617: DROP USER should leave no active session for that user 2025-07-16 09:14:33 +07:00
t MDEV-35617: DROP USER should leave no active session for that user 2025-07-16 09:14:33 +07:00
disabled.def Fix RPL tests post DEBUG_SYNC change 2023-02-10 14:44:45 +02:00
my.cnf MDEV-31404 Implement binlog_space_limit 2024-02-14 15:02:21 +01:00
README
rpl_1slave_base.cnf Improve mtr replication setup 2025-04-28 12:59:39 +03:00

How to run.
===========

./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed