diff options
author | bar@bar.mysql.r18.ru <> | 2003-06-27 16:09:53 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-06-27 16:09:53 +0500 |
commit | 28b2fcba277f4cbe652d172e6b8a941d6faf5de3 (patch) | |
tree | 6191cd90860710630b22d13d70424bbbb20626d5 /sql/item.cc | |
parent | b528745dcec81a7c93822323f87fff3beb7268a3 (diff) | |
download | mariadb-git-28b2fcba277f4cbe652d172e6b8a941d6faf5de3.tar.gz |
item.cc:
A better comment
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc index fea68837014..c99493ff689 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -190,7 +190,8 @@ bool DTCollation::aggregate(DTCollation &dt) /* We do allow to use binary strings (like BLOBS) 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) { |