1
0
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:
Marko Mäkelä
2023-09-20 08:32:04 +03:00
8 changed files with 23 additions and 38 deletions

View File

@@ -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)