mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix
This commit is contained in:
parent
6c3b3bd0c5
commit
38ca791465
@ -792,9 +792,9 @@ void LocalServer::processOptions(const OptionsDescription &, const CommandLineOp
|
||||
|
||||
int mainEntryClickHouseLocal(int argc, char ** argv)
|
||||
{
|
||||
DB::LocalServer app;
|
||||
try
|
||||
{
|
||||
DB::LocalServer app;
|
||||
app.init(argc, argv);
|
||||
return app.run();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user