diff options
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item.cc b/sql/item.cc index c20089694db..1e379527fb7 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -1477,8 +1477,6 @@ bool DTCollation::aggregate(DTCollation &dt, uint flags) { set(dt); } - else - ; // Do nothing } else if ((flags & MY_COLL_ALLOW_SUPERSET_CONV) && left_is_superset(this, &dt)) |