mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +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)
|
int mainEntryClickHouseLocal(int argc, char ** argv)
|
||||||
{
|
{
|
||||||
DB::LocalServer app;
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
DB::LocalServer app;
|
||||||
app.init(argc, argv);
|
app.init(argc, argv);
|
||||||
return app.run();
|
return app.run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user