1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-13 20:03:16 +03:00
Files
mariadb/mysql-test/suite/funcs_1/r
Sergei Golubchik 78d23a3e60 fix error messages
when a definer for SP/view is wrong - it shold be ER_MALFORMED_DEFINER,
not ER_NO_SUCH_USER

when one uses current_role as a definer or grantee but there's no
current role - it should be ER_INVALID_ROLE not ER_MALFORMED_DEFINER

when a non-existent user is specified - it should be ER_NO_SUCH_USER,
which should say "The user does not exist", not "Definer does not exist"

clarify ER_CANT_CHANGE_TX_CHARACTERISTICS to say what cannot be changed
2025-05-02 13:56:25 +02:00
..
2025-01-09 09:41:38 +02:00
2025-05-02 13:56:25 +02:00
2024-11-08 07:17:00 +01:00
2022-09-21 10:59:56 +03:00
2025-01-09 07:58:08 +02:00
2022-09-20 16:53:20 +03:00
2022-09-21 10:59:56 +03:00
2025-05-02 13:56:25 +02:00
2024-11-08 07:17:00 +01:00
2025-05-02 13:56:25 +02:00