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

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