diff options
author | unknown <tim@localhost.polyesthetic.msg> | 2000-08-22 16:09:27 -0400 |
---|---|---|
committer | unknown <tim@localhost.polyesthetic.msg> | 2000-08-22 16:09:27 -0400 |
commit | 06c58585384bc7730e518e93bd8efa306158aa2e (patch) | |
tree | 0033103c62fb7ee4a3104232ccd035bc6be1275c /sql/share | |
parent | 11f402b3108b0c6ef5744bd13164607dd9fba3c0 (diff) | |
parent | db3b3c1799d111a22c5aaead6426b7f064ea8fd9 (diff) | |
download | mariadb-git-06c58585384bc7730e518e93bd8efa306158aa2e.tar.gz |
Merge tim@work:/home/bk/mysql
into localhost.polyesthetic.msg:/usr/local/src/my/work
configure.in:
Auto merged
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/charsets/Index | 61 | ||||
-rw-r--r-- | sql/share/charsets/README | 9 |
2 files changed, 32 insertions, 38 deletions
diff --git a/sql/share/charsets/Index b/sql/share/charsets/Index index 8d5e7576d56..fd139db46e9 100644 --- a/sql/share/charsets/Index +++ b/sql/share/charsets/Index @@ -2,36 +2,33 @@ # # This file lists all of the available character sets. -# THE ORDER IN WHICH CHARACTER SETS ARE LISTED IS IMPORTANT. See the -# README file in this directory for details. - -big5 # 1 -czech # 2 -dec8 # 3 -dos # 4 -german1 # 5 -hp8 # 6 -koi8_ru # 7 -latin1 # 8 -latin2 # 9 -swe7 # 10 -usa7 # 11 -ujis # 12 -sjis # 13 -cp1251 # 14 -danish # 15 -hebrew # 16 -win1251 # 17 -tis620 # 18 -euc_kr # 19 -estonia # 20 -hungarian # 21 -koi8_ukr # 22 -win1251ukr # 23 -gb2312 # 24 -greek # 25 -win1250 # 26 -croat # 27 -gbk # 28 -cp1257 # 29 +big5 1 +czech 2 +dec8 3 +dos 4 +german1 5 +hp8 6 +koi8_ru 7 +latin1 8 +latin2 9 +swe7 10 +usa7 11 +ujis 12 +sjis 13 +cp1251 14 +danish 15 +hebrew 16 +win1251 17 +tis620 18 +euc_kr 19 +estonia 20 +hungarian 21 +koi8_ukr 22 +win1251ukr 23 +gb2312 24 +greek 25 +win1250 26 +croat 27 +gbk 28 +cp1257 29 diff --git a/sql/share/charsets/README b/sql/share/charsets/README index 80da6ba9665..172d1ee8e1e 100644 --- a/sql/share/charsets/README +++ b/sql/share/charsets/README @@ -9,10 +9,9 @@ different character sets. It contains: Index The Index file lists all of the available charset configurations. - THE ORDER OF THE CHARACTER SETS IN THIS FILE IS SIGNIFICANT. - The first character set is number 1, the second is number 2, etc. The - number is stored IN THE DATABASE TABLE FILES and must not be changed. - Always add new character sets to the end of the list, so that the + Each charset is paired with a number. The number is stored + IN THE DATABASE TABLE FILES and must not be changed. Always + add new character sets to the end of the list, so that the numbers of the other character sets will not be changed. Compiled in or configuration file? @@ -39,5 +38,3 @@ Syntax of configuration files number in hexadecimal format. The ctype array takes up the first 257 words; the to_lower, to_upper and sort_order arrays take up 256 words each after that. - - The Index file is simply a list of the available character sets. |