1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -192,8 +192,8 @@ static bool compare_table_with_partition(THD *thd, TABLE *table,
DBUG_ENTER("compare_table_with_partition");
bool metadata_equal= false;
memset(&part_create_info, 0, sizeof(HA_CREATE_INFO));
memset(&table_create_info, 0, sizeof(HA_CREATE_INFO));
part_create_info.init();
table_create_info.init();
update_create_info_from_table(&table_create_info, table);
/* get the current auto_increment value */