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:
@ -1074,7 +1074,7 @@ bool String::append_for_single_quote(const char *st, uint len)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void String::print(String *str)
|
||||
void String::print(String *str) const
|
||||
{
|
||||
str->append_for_single_quote(Ptr, str_length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user