mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
debug
This commit is contained in:
parent
2d02deb2a2
commit
402bbb9f53
@ -16,7 +16,7 @@ namespace DB
|
||||
{
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int UNKNOWN_TABLE;
|
||||
|
||||
}
|
||||
StorageLoop::StorageLoop(
|
||||
const StorageID & table_id_,
|
||||
|
@ -137,7 +137,6 @@ StoragePtr TableFunctionLoop::executeImpl(
|
||||
);
|
||||
res->startup();
|
||||
return res;
|
||||
// return storage;
|
||||
}
|
||||
|
||||
void registerTableFunctionLoop(TableFunctionFactory & factory)
|
||||
|
Loading…
Reference in New Issue
Block a user