mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-13907 compoind.test fails in build-bot for bb-10.2-ext
This commit is contained in:
@ -1069,6 +1069,10 @@ public:
|
||||
{
|
||||
return static_cast<uint32>(query_string.length());
|
||||
}
|
||||
inline char *query_end() const
|
||||
{
|
||||
return query_string.str() + query_string.length();
|
||||
}
|
||||
CHARSET_INFO *query_charset() const { return query_string.charset(); }
|
||||
void set_query_inner(const CSET_STRING &string_arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user