We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93494e commit f218500Copy full SHA for f218500
1 file changed
storage/innobase/handler/backup_innodb.cc
@@ -738,7 +738,6 @@ class InnoDB_backup
738
CREATE_NEW, FILE_ATTRIBUTE_NORMAL, nullptr);
739
if (d == INVALID_HANDLE_VALUE)
740
{
741
- fail_and_close_s:
742
CloseHandle(s);
743
goto fail;
744
}
0 commit comments