mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix special build, minor fix in Client.cpp
This commit is contained in:
parent
588c31d9f5
commit
3157a46596
@ -2564,7 +2564,6 @@ public:
|
|||||||
}
|
}
|
||||||
catch (const Exception & e)
|
catch (const Exception & e)
|
||||||
{
|
{
|
||||||
std::string text = e.displayText();
|
|
||||||
std::cerr << getExceptionMessage(e, false) << std::endl;
|
std::cerr << getExceptionMessage(e, false) << std::endl;
|
||||||
std::cerr << "Table №" << i << std::endl << std::endl;
|
std::cerr << "Table №" << i << std::endl << std::endl;
|
||||||
/// Avoid the case when error exit code can possibly overflow to normal (zero).
|
/// Avoid the case when error exit code can possibly overflow to normal (zero).
|
||||||
|
Loading…
Reference in New Issue
Block a user