diff options
author | unknown <bar@mysql.com> | 2004-10-21 15:18:31 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-10-21 15:18:31 +0500 |
commit | f9300c2914271e4f08a8e2a41223cedbd82cc8bc (patch) | |
tree | 396797919ff14b3790d7b2fa5869d5938821a7e0 /strings/CHARSET_INFO.txt | |
parent | 2f29f9ea5f0bb24b476c4110a3a0b6d386044a22 (diff) | |
download | mariadb-git-f9300c2914271e4f08a8e2a41223cedbd82cc8bc.tar.gz |
CHARSET_INFO.txt:
Typo.
strings/CHARSET_INFO.txt:
Typo.
Diffstat (limited to 'strings/CHARSET_INFO.txt')
-rw-r--r-- | strings/CHARSET_INFO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/CHARSET_INFO.txt b/strings/CHARSET_INFO.txt index b0a6271e4c8..f7a10f95880 100644 --- a/strings/CHARSET_INFO.txt +++ b/strings/CHARSET_INFO.txt @@ -146,7 +146,7 @@ following set of functions: Multibyte routines ------------------ ismbchar() - detects if the given string is a multibyte sequence -mbcharlen() - retuturns length of multibyte sequence starting with +mbcharlen() - returns length of multibyte sequence starting with the given character numchars() - returns number of characters in the given string, e.g. in SQL function CHAR_LENGTH(). |