mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -1046,7 +1046,7 @@ class Client_field_extension: public Sql_alloc,
|
||||
public:
|
||||
Client_field_extension()
|
||||
{
|
||||
memset(this, 0, sizeof(*this));
|
||||
memset((void*) this, 0, sizeof(*this));
|
||||
}
|
||||
void copy_extended_metadata(MEM_ROOT *memroot,
|
||||
const Send_field_extended_metadata &src)
|
||||
|
Reference in New Issue
Block a user