mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fix my_error usage
This commit is contained in:
@@ -3345,7 +3345,7 @@ end:
|
||||
switch (result)
|
||||
{
|
||||
case ER_INVALID_CURRENT_USER:
|
||||
my_error(ER_INVALID_CURRENT_USER, MYF(0), rolename);
|
||||
my_error(ER_INVALID_CURRENT_USER, MYF(0));
|
||||
break;
|
||||
case ER_INVALID_ROLE:
|
||||
/* Role doesn't exist at all */
|
||||
|
Reference in New Issue
Block a user