summaryrefslogtreecommitdiff
path: root/sql/share/charsets/Index.xml
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2005-11-07 10:43:29 +0400
committerunknown <bar@mysql.com>2005-11-07 10:43:29 +0400
commit3710ef16e1ee8e4b45fd116e2285f6292b5cc63e (patch)
tree77749e831ecc7053321b910ef813dffd6792b152 /sql/share/charsets/Index.xml
parent1f37efa0ada46aae3048186116841e45a4d27cb2 (diff)
downloadmariadb-git-3710ef16e1ee8e4b45fd116e2285f6292b5cc63e.tar.gz
latin1.xml:
Fixing latin1 to cp1252, according to recent changes in ctype-latin1.c. Index.xml: Marking latin1_swedish_ci as "compiled" to avoid its generating into ctype-extra.c. ctype-extra.c: Bug#12076 --with-extra-charsets has no effect All supported dnamic charsets were generated from sql/share/charsets/*.xml under #ifdefs. Compiling is to be activated from "configure" by adding --with-extra-charsets. I'm not including auto-recreating of ctype-extra.c into build process for ease purposes. strings/ctype-extra.c: Bug#12076 --with-extra-charsets has no effect All supported dnamic charsets were generated from sql/share/charsets/*.xml under #ifdefs. Compiling is to be activated from "configure" by adding --with-extra-charsets. I'm not including auto-recreating of ctype-extra.c into build process for ease purposes. sql/share/charsets/Index.xml: Marking latin1_swedish_ci as "compiled" to avoid its generating into ctype-extra.c. sql/share/charsets/latin1.xml: Fixing latin1 to cp1252, according to recent changes in ctype-latin1.c.
Diffstat (limited to 'sql/share/charsets/Index.xml')
-rw-r--r--sql/share/charsets/Index.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/share/charsets/Index.xml b/sql/share/charsets/Index.xml
index ff74de9a02d..97fc27e1431 100644
--- a/sql/share/charsets/Index.xml
+++ b/sql/share/charsets/Index.xml
@@ -115,7 +115,10 @@ To make maintaining easier please:
<alias>l1</alias>
<alias>latin1</alias>
<collation name="latin1_german1_ci" id="5" order="German Duden"/>
- <collation name="latin1_swedish_ci" id="8" order="Finnish, Swedish" flag="primary"/>
+ <collation name="latin1_swedish_ci" id="8" order="Finnish, Swedish">
+ <flag>primary</flag>
+ <flag>compiled</flag>
+ </collation>
<collation name="latin1_danish_ci" id="15" order="Danish"/>
<collation name="latin1_german2_ci" id="31" order="German Phonebook" flag="compiled"/>
<collation name="latin1_spanish_ci" id="94" order="Spanish"/>