Commit de52e5fa authored by unknown's avatar unknown

item.cc:

  A better comment


sql/item.cc:
  A better comment
parent 7b54f4d6
...@@ -190,7 +190,8 @@ bool DTCollation::aggregate(DTCollation &dt) ...@@ -190,7 +190,8 @@ bool DTCollation::aggregate(DTCollation &dt)
/* /*
We do allow to use binary strings (like BLOBS) We do allow to use binary strings (like BLOBS)
together with character strings. together with character strings.
Binaries have more precedance Binaries have more precedance than a character
string of the same derivation.
*/ */
if (collation == &my_charset_bin) if (collation == &my_charset_bin)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment