mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
post-merge: gcc 8 warnings
This commit is contained in:
@@ -6976,7 +6976,6 @@ static Create_field *vers_init_sys_field(THD *thd, const char *field_name, int f
|
||||
if (!f)
|
||||
return NULL;
|
||||
|
||||
memset(f, 0, sizeof(*f));
|
||||
f->field_name.str= field_name;
|
||||
f->field_name.length= strlen(field_name);
|
||||
f->charset= system_charset_info;
|
||||
|
Reference in New Issue
Block a user