mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
small cleanup in sql_acl.cc:
use LEX_STRING, keep similar functions together, remove duplicated code
This commit is contained in:
@ -359,7 +359,7 @@ public:
|
||||
}
|
||||
bool append(const String &s);
|
||||
bool append(const char *s);
|
||||
bool append(LEX_STRING *ls)
|
||||
bool append(const LEX_STRING *ls)
|
||||
{
|
||||
return append(ls->str, ls->length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user