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
..
2023-08-02 14:45:31 +02:00
2024-11-08 07:17:54 +01:00
2025-07-16 09:14:33 +07:00
2023-12-13 12:47:21 +01:00
2024-10-18 10:12:47 +03:00
2025-04-29 13:53:16 +10:00
2024-09-18 18:39:26 +07:00
2024-10-03 10:09:24 +02:00
2024-11-10 19:22:21 +01:00
2023-02-10 17:07:38 +11:00
2025-07-16 09:14:33 +07:00
2025-04-29 13:53:16 +10:00
2025-07-16 09:14:33 +07:00
2024-08-12 10:32:03 +02:00
2025-07-16 09:14:33 +07:00
2025-04-29 13:53:16 +10:00
2024-09-18 18:39:26 +07:00
2025-07-16 09:14:33 +07:00
2024-09-18 18:39:26 +07:00
2024-08-12 10:32:03 +02:00
2025-06-16 12:00:45 +10:00
2025-04-29 13:53:16 +10:00
2025-06-27 17:19:12 +02:00
2025-07-16 09:14:33 +07:00
2024-05-27 12:39:03 +02:00
2023-10-06 11:08:47 +03:00
2024-01-23 13:39:22 +05:30
2024-02-01 18:36:14 +01:00
2023-05-24 13:21:55 +03:00
2024-07-11 10:21:07 +04:00
2025-05-02 13:56:25 +02:00
2024-08-05 10:51:49 +01:00