mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update InterpreterShowEngineQuery.h
This commit is contained in:
parent
63e8eef9de
commit
c7f9cf6587
@ -18,7 +18,7 @@ public:
|
|||||||
BlockIO execute() override;
|
BlockIO execute() override;
|
||||||
|
|
||||||
/// We ignore the quota and limits here because execute() will rewrite a show query as a SELECT query and then
|
/// We ignore the quota and limits here because execute() will rewrite a show query as a SELECT query and then
|
||||||
/// the SELECT query will checks the quota and limits.
|
/// the SELECT query will check the quota and limits.
|
||||||
bool ignoreQuota() const override { return true; }
|
bool ignoreQuota() const override { return true; }
|
||||||
bool ignoreLimits() const override { return true; }
|
bool ignoreLimits() const override { return true; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user