mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8844 Unreadable control characters printed as is in warnings
This commit is contained in:
@ -90,6 +90,7 @@ public:
|
||||
|
||||
bool store(I_List<i_string> *str_list);
|
||||
bool store(const char *from, CHARSET_INFO *cs);
|
||||
bool store_warning(const char *from, size_t length);
|
||||
String *storage_packet() { return packet; }
|
||||
inline void free() { packet->free(); }
|
||||
virtual bool write();
|
||||
|
Reference in New Issue
Block a user