1
0
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:
Alexander Barkov
2014-09-03 01:56:21 +04:00
parent 658a1e9420
commit fbaaf3688d
12 changed files with 85 additions and 42 deletions

View File

@ -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);
}