mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Moving Item::str_value from public to protected.
This commit is contained in:
@ -502,7 +502,7 @@ public:
|
||||
str_length+= arg_length;
|
||||
return FALSE;
|
||||
}
|
||||
void print(String *print);
|
||||
void print(String *print) const;
|
||||
|
||||
bool append_for_single_quote(const char *st, uint len);
|
||||
bool append_for_single_quote(const String *s)
|
||||
|
Reference in New Issue
Block a user