Skip to content
Permalink
Browse files
Fix a compiler warning
  • Loading branch information
Kentoku committed Aug 26, 2020
1 parent b47d61d commit 05aa7ae
Showing 1 changed file with 1 addition and 0 deletions.
@@ -759,6 +759,7 @@ int spider_get_ping_table_gtid_pos(
if (spider_sys_open_and_lock_tables(thd, &tables,
&open_tables_backup_tables))
{
error_num = my_errno;
goto error_open_table_tables;
}
table_tables = tables_tables.table;

0 comments on commit 05aa7ae

Please sign in to comment.