mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
60b039a864
8 changed files with 23 additions and 38 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue