mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed compiler failure in lib_sql.cc
This commit is contained in:
@@ -1043,7 +1043,7 @@ class Client_field_extension: public Sql_alloc,
|
|||||||
public:
|
public:
|
||||||
Client_field_extension()
|
Client_field_extension()
|
||||||
{
|
{
|
||||||
memset(this, 0, sizeof(*this));
|
memset((void*) this, 0, sizeof(*this));
|
||||||
}
|
}
|
||||||
void copy_extended_metadata(MEM_ROOT *memroot,
|
void copy_extended_metadata(MEM_ROOT *memroot,
|
||||||
const Send_field_extended_metadata &src)
|
const Send_field_extended_metadata &src)
|
||||||
|
Reference in New Issue
Block a user