1
0
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:
Sergei Golubchik
2019-03-16 16:03:54 +01:00
parent b64fde8f38
commit f38c352172
9 changed files with 11 additions and 15 deletions

View File

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