aboutsummaryrefslogtreecommitdiff
path: root/mysql/types/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/types/test.hxx')
-rw-r--r--mysql/types/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/types/test.hxx b/mysql/types/test.hxx
index 7f2ce4d..f156506 100644
--- a/mysql/types/test.hxx
+++ b/mysql/types/test.hxx
@@ -328,7 +328,7 @@ struct object
bit_ == y.bit_ &&
enum_ == y.enum_ &&
set_ == y.set_ &&
- null_.get () == 0 && y.null_.get () == 0 || *null_ == *y.null_;
+ ((null_.get () == 0 && y.null_.get () == 0) || *null_ == *y.null_);
}
};