summaryrefslogtreecommitdiff
path: root/strings/CHARSET_INFO.txt
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-10-19 13:00:01 +0500
committerunknown <bar@mysql.com>2004-10-19 13:00:01 +0500
commit5d14a6eef401d3b214c041224c335b61169c4436 (patch)
tree1c87b22ff07622d43403b2607a113cc6da5b53b1 /strings/CHARSET_INFO.txt
parentad8865cbd7dd4eda775a7abbb7ecaec0b230cfc1 (diff)
downloadmariadb-git-5d14a6eef401d3b214c041224c335b61169c4436.tar.gz
CHARSET_INFO.txt:
minor fixes strings/CHARSET_INFO.txt: minor fixes
Diffstat (limited to 'strings/CHARSET_INFO.txt')
-rw-r--r--strings/CHARSET_INFO.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/strings/CHARSET_INFO.txt b/strings/CHARSET_INFO.txt
index e8c13996707..883000e7ade 100644
--- a/strings/CHARSET_INFO.txt
+++ b/strings/CHARSET_INFO.txt
@@ -58,8 +58,7 @@ using its non-default counterpart for the given character set.
binary_numner - ID of a charset+collation pair, which consists
of the same character set and the binary collation of this
-character set. Not really used now. Intended to optimize
-"SELECT BINARY x" in the future.
+character set. Not really used now.
Names
-----
@@ -121,7 +120,7 @@ Misc fields
e.g. Letter 'A' with two dots above is
substituted with 'AE'.
mbminlen - mininum multibyte sequence length.
- Now always 1 accept ucs2. For ucs2
+ Now always 1 except ucs2. For ucs2
it is 2.
mbmaxlen - maximum multibyte sequence length.
1 for 8bit charsets. Can be also 2 or 3.