summaryrefslogtreecommitdiff
path: root/sql/sql_statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_statistics.h')
-rw-r--r--sql/sql_statistics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_statistics.h b/sql/sql_statistics.h
index c1c80921861..68aacd69d98 100644
--- a/sql/sql_statistics.h
+++ b/sql/sql_statistics.h
@@ -354,7 +354,7 @@ public:
bool is_null(uint stat_field_no)
{
- return test(column_stat_nulls & (1 << stat_field_no));
+ return MY_TEST(column_stat_nulls & (1 << stat_field_no));
}
double get_nulls_ratio()