Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
baa00cee
Commit
baa00cee
authored
Sep 30, 2019
by
Carla Guillen
Browse files
Small bug fix.
parent
a3f138ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/operators/persystsql/PerSystSqlOperator.cpp
View file @
baa00cee
...
...
@@ -47,12 +47,13 @@
#include "../../includes/UnitTemplate.h"
int
PerSystSqlOperator
::
_number_of_calls
=
0
;
PerSystDB
PerSystSqlOperator
::
persystdb
;
PerSystSqlOperator
::
PerSystSqlOperator
(
const
std
::
string
&
name
)
:
OperatorTemplate
(
name
),
JobOperatorTemplate
(
name
),
_number_of_even_quantiles
(
0
),
_severity_formula
(
NOFORMULA
),
_severity_threshold
(
0
),
_severity_exponent
(
0
),
_severity_max_memory
(
0
),
_go_back_ns
(
0
),
_backend
(
DEFAULT
),
_scaling_factor
(
1
)
{
1
)
,
_property_id
(
0
)
{
}
PerSystSqlOperator
::~
PerSystSqlOperator
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment