mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch 'github/bb-11.4-release' into bb-11.8-serg
This commit is contained in:
@@ -136,7 +136,7 @@ class Lex_cstring : public LEX_CSTRING
|
||||
class Lex_cstring_strlen: public Lex_cstring
|
||||
{
|
||||
public:
|
||||
Lex_cstring_strlen(const char *from)
|
||||
explicit Lex_cstring_strlen(const char *from)
|
||||
:Lex_cstring(from, from ? strlen(from) : 0)
|
||||
{ }
|
||||
};
|
||||
|
Reference in New Issue
Block a user