mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-17995 INET6_NTOA(ucs2_input) erroneously returns NULL
This commit is contained in:
@ -134,6 +134,15 @@ bool Type_handler_data::init()
|
||||
Type_handler_data *type_handler_data= NULL;
|
||||
|
||||
|
||||
String_ptr::String_ptr(Item *item, String *buffer)
|
||||
:m_string_ptr(item->val_str(buffer))
|
||||
{ }
|
||||
|
||||
|
||||
Ascii_ptr::Ascii_ptr(Item *item, String *buffer)
|
||||
:String_ptr(item->val_str_ascii(buffer))
|
||||
{ }
|
||||
|
||||
|
||||
void VDec::set(Item *item)
|
||||
{
|
||||
|
Reference in New Issue
Block a user