mariadb/mysql-test/suite/engines/funcs
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
..
r MDEV-35617: DROP USER should leave no active session for that user 2025-07-16 09:14:33 +07:00
t remove features that were deprecated in 10.5 2025-04-29 16:53:02 +02:00
combinations Run engines tests for MyISAM and in-built InnoDB 2014-12-05 14:23:24 +04:00
disabled.def reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00