mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Livestatus\Query: temporarily disable count cache
This commit is contained in:
parent
48dfb1bb70
commit
38fec33849
@ -32,13 +32,13 @@ class Query extends SimpleQuery
|
|||||||
}
|
}
|
||||||
return $aliases;
|
return $aliases;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
public function count()
|
public function count()
|
||||||
{
|
{
|
||||||
$this->count = true;
|
$this->count = true;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
public function __toString()
|
public function __toString()
|
||||||
{
|
{
|
||||||
if ($this->table === null) {
|
if ($this->table === null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user