Merge branch 'fix_fetch_of_existing_part' of github.com:yandex/ClickHouse into fix_fetch_of_existing_part

This commit is contained in:
alesapin 2019-07-09 12:04:00 +03:00
commit d4c44320ea
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#include <Parsers/ASTQueryWithTableAndOutput.h>
#include <Parsers/ASTPartition.h>
#include <iostream>
namespace DB
{

View File

@ -15,7 +15,6 @@
#include <Parsers/ASTExplainQuery.h>
namespace DB
{

View File

@ -12,7 +12,7 @@ struct CheckResult
/// Part name for merge tree or file name for simplier tables
String fs_path;
/// Does check passed
bool success;
bool success = false;
/// Failure message if any
String failure_message;