Commit 05aa7ae7 authored by Kentoku SHIBA's avatar Kentoku SHIBA

Fix a compiler warning

parent b47d61d0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment