Commit 28b2fcba authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

item.cc:

  A better comment
parent b528745d
...@@ -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