summaryrefslogtreecommitdiff
path: root/sql/share/charsets
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/usr/home/bar/mysql-5.0unknown2006-04-052-9/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-5.1-new mysql-test/r/information_schema.result: Auto merged mysql-test/t/information_schema.test: Auto merged sql/item.cc: Auto merged sql/share/charsets/Index.xml: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged
| * Merge mysql.com:/usr/home/bar/mysql-4.1.12076unknown2006-04-032-9/+12
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-5.0 sql/share/charsets/Index.xml: Auto merged strings/ctype-extra.c: SCCS merged
| | * Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-04-032-9/+12
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-4.1.12076
| | | * latin1.xml:unknown2005-11-072-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2005-12-121-9/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.1-clean mysql-test/r/sp.result: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_func.cc: Auto merged sql/item_strfunc.cc: Auto merged sql/item_subselect.cc: Auto merged sql/item_sum.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_db.cc: Auto merged sql/sql_delete.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/sql_base.cc: Resolve conflict
| * | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-12-121-9/+4
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean mysql-test/r/bdb.result: Resolve conflicts mysql-test/t/bdb.test: Resolve conflicts sql/sql_delete.cc: Resolve conflicts sql/sql_insert.cc: Resolve conflicts sql/sql_update.cc: Resolve conflicts
| | * | Bug#13421 problem with sorting turkishunknown2005-12-071-9/+4
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | latin5.xml: - Fixing order thee Turkish letters to conform Turkish rules. - All non-Turkish accented letters are mappend to their non-accented counterparts. sql/share/charsets/latin5.xml: Bug#13421 problem with sorting turkish Fixing order to conform the Turkish rules. All non-Turkish accented letters are mappend to the non-accented counterparts.
* | | cp1250.xml:unknown2005-12-062-1/+25
|/ / | | | | | | | | | | | | | | | | | | | | | | Index.xml: Adding Polish collation for cp1250. sql/share/charsets/Index.xml: Adding Polish collation for cp1250. , sql/share/charsets/cp1250.xml: Adding Polish collation for cp1250.
* | Merge mysql.com:/home/gluh/MySQL/Merge/4.1unknown2005-07-211-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Merge/5.0 sql/share/charsets/Index.xml: Auto merged strings/ctype-latin1.c: Auto merged
| * Bug#11216: 'show character set' describes latin1 incorrectlyunknown2005-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Index.xml: Fixing latin1 comment: it is actually cp1252, not iso-8859-1 ctype_latin1.result: changeing test results accordingly. ctype-latin1.c: Fixed to- and from-Unicode conversion maps for better Unicode round trip of undefined characters. strings/ctype-latin1.c: Bug#11216: 'show character set' describes latin1 incorrectly Fixed to- and from-Unicode conversion maps. mysql-test/r/ctype_latin1.result: changeing test results accordingly. sql/share/charsets/Index.xml: Fixing comment: iso-8859-1 -> cp1252
* | Merge mysql.com:/home/ram/work/mysql-4.1unknown2005-05-063-18/+42
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/ram/work/mysql-5.0 include/my_global.h: Auto merged BitKeeper/etc/logging_ok: auto-union sql/share/charsets/Index.xml: Auto merged
| * Bug#6611: wrong sorting order.unknown2005-05-062-2/+26
| | | | | | | | | | | | | | Adding cp1250_croatian_ci collation.
| * Bug#6505 Wrong sorting order:unknown2005-05-061-16/+16
| | | | | | | | | | | | | | latin2_croatian_ci collation was fixed.
* | Merge ibmlab.site:/home/my/bk/mysql-4.1unknown2005-05-061-2/+2
|\ \ | |/ | | | | | | | | | | | | into ibmlab.site:/home/my/bk/mysql-5.0 BitKeeper/etc/logging_ok: auto-union
| * bug#6504 Upper/Lower conversion bug:unknown2005-05-061-2/+2
| | | | | | | | | | | | | | | | upper/lower conversion for LATIN LETTER D WITH STROKE was wrong in latin2.
| * Added cp932 character setunknown2005-05-051-1/+21
| |
* | renamed charset name 'eucjp_ms' to 'eucjpms'unknown2005-01-121-3/+3
| |
* | added new character set - cp932, eucjp_msunknown2005-01-111-1/+34
|/ | | | | | | | | | | | | | | config/ac-macros/character_sets.m4: added cp932, eucjp_ms character set include/m_ctype.h: added cp932, eucjp_ms character set libmysql/Makefile.shared: added cp932, eucjp_ms character set mysys/charset-def.c: added cp932, eucjp_ms character set sql/share/charsets/Index.xml: added cp932, eucjp_ms character set strings/Makefile.am: added cp932, eucjp_ms character set
* Add GPL notice to a bunch of files.unknown2004-09-1025-0/+450
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/share/charsets/Index.xml: Add GPL notice. sql/share/charsets/armscii8.xml: Add GPL notice. sql/share/charsets/ascii.xml: Add GPL notice. sql/share/charsets/cp1250.xml: Add GPL notice. sql/share/charsets/cp1251.xml: Add GPL notice. sql/share/charsets/cp1256.xml: Add GPL notice. sql/share/charsets/cp1257.xml: Add GPL notice. sql/share/charsets/cp850.xml: Add GPL notice. sql/share/charsets/cp852.xml: Add GPL notice. sql/share/charsets/cp866.xml: Add GPL notice. sql/share/charsets/dec8.xml: Add GPL notice. sql/share/charsets/geostd8.xml: Add GPL notice. sql/share/charsets/greek.xml: Add GPL notice. sql/share/charsets/hebrew.xml: Add GPL notice. sql/share/charsets/hp8.xml: Add GPL notice. sql/share/charsets/keybcs2.xml: Add GPL notice. sql/share/charsets/koi8r.xml: Add GPL notice. sql/share/charsets/koi8u.xml: Add GPL notice. sql/share/charsets/latin1.xml: Add GPL notice. sql/share/charsets/latin2.xml: Add GPL notice. sql/share/charsets/latin5.xml: Add GPL notice. sql/share/charsets/latin7.xml: Add GPL notice. sql/share/charsets/macce.xml: Add GPL notice. sql/share/charsets/macroman.xml: Add GPL notice. sql/share/charsets/swe7.xml: Add GPL notice.
* Bug#5005 collation cp852_bin makes server crashunknown2004-08-121-0/+2
| | | | | | | | | | | | | ctype-simple.c: Check that unicode map was loaded cp852.xml: Missing cp852_bin was added. sql/share/charsets/cp852.xml: Missing cp852_bin was added. strings/ctype-simple.c: Check that unicode map was loaded
* armscii8_bin was referenced to as armscii_bin in a mistake.unknown2004-07-022-2/+2
|
* ctype-win1250ch.c, ctype-czech.c:unknown2004-05-071-2/+2
| | | | | | | | | | | | | | Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs sql/share/charsets/Index.xml: Czech collation were renamed to _cs strings/ctype-czech.c: Czech collations were renamed to _cs strings/ctype-win1250ch.c: Czech collations were renamed to _cs
* Unicode Collation Algorithm subset implementationunknown2004-03-241-3/+0
|
* latin1.xml, Index.xml:unknown2003-12-292-1/+23
| | | | | | | | | | Modern Spanish collation sql/share/charsets/Index.xml: Modern Spanish collation sql/share/charsets/latin1.xml: Modern Spanish collation
* languages.html:unknown2003-12-251-0/+257
| | | | | | | new file
* cp850.xml:unknown2003-11-191-25/+25
| | | | | | | | There were errors in cp850: in unicode, ctype and sort arrays sql/share/charsets/cp850.xml: There were errors in cp850: in unicode, ctype and sort arrays
* Adding Gerogian GEOSTD8 character setunknown2003-08-182-1/+129
|
* cp1251.xml:unknown2003-07-311-4/+4
| | | | | | | | Upper/lower case translation bug for letter 't' fix. sql/share/charsets/cp1251.xml: Upper/lower case translation bug for letter 't' fix.
* The default collation for cp1251 has been changed to general_ciunknown2003-06-171-2/+2
|
* Index.xml:unknown2003-05-271-2/+8
| | | | | | | | utf8 was not marked as compiled sql/share/charsets/Index.xml: utf8 was not marked as compiled
* Index.xml:unknown2003-05-261-1/+3
| | | | | | | | cp1250_czech_ci was displayed even when not compiled-in in mistake. sql/share/charsets/Index.xml: cp1250_czech_ci was displayed even when not compiled-in in mistake.
* latin7.xml:unknown2003-05-232-4/+4
| | | | | | | | | | | | c Index.xml: Collation names form lati7 were mixed sql/share/charsets/Index.xml: Collation names form lati7 were mixed sql/share/charsets/latin7.xml: c
* BINARY collations for every character setunknown2003-05-231-2/+37
|
* Character set sets now check if required non-dynamic charsets were really ↵unknown2003-05-231-3/+12
| | | | | | | compiled BitKeeper/deleted/.del-ctype_ujis-master.opt~9f5cc09930fc1cf9: Delete: mysql-test/t/ctype_ujis-master.opt
* Index.xml:unknown2003-05-221-3/+3
| | | | | | | | Typos fixes sql/share/charsets/Index.xml: Typos fixes
* All collation names are now fit into convensionunknown2003-04-077-71/+31
|
* Index.xml:unknown2003-04-041-8/+8
| | | | | | | | Type sql/share/charsets/Index.xml: Type
* cp1257.xml, Index.xml:unknown2003-04-012-4/+4
| | | | | | | | | | cp1257 is Lithuanian sorting sql/share/charsets/Index.xml: cp1257 is Lithuanian sorting sql/share/charsets/cp1257.xml: cp1257 is Lithuanian sorting
* Some collation have been renamed to fit into convensionunknown2003-04-0115-50/+50
|
* Standard charset names:unknown2003-04-013-12/+11
| | | | | | | | | | | pclatin1 -> cp850 pclatin2 -> cp852 BitKeeper/deleted/.del-pclatin1.xml~d42c4a35e61526fa: Delete: sql/share/charsets/pclatin1.xml BitKeeper/deleted/.del-pclatin2.xml~419e68f6672a99a: Delete: sql/share/charsets/pclatin2.xml
* Better error messageunknown2003-04-011-1/+2
|
* greek.xml:unknown2003-03-261-0/+4
| | | | | | | | Comments why "greek" is ISO greek sql/share/charsets/greek.xml: Comments why "greek" is ISO greek
* German Phone book collation is always compiledunknown2003-03-268-62/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some collation names have been renamed BitKeeper/deleted/.del-ctype-latin1_de.c~c5d8f9208bceb98e: Delete: strings/ctype-latin1_de.c libmysql/Makefile.shared: German Phone book collation is always compiled mysql-test/r/ctype_collate.result: Some collation names have been renamed mysql-test/t/ctype_collate.test: Some collation names have been renamed mysql-test/t/ctype_latin1_de-master.opt: Some collation names have been renamed mysys/charset.c: get_charset_by_name() now will find its default collation if charset name is passed sql/share/charsets/Index.xml: Some collation names have been renamed sql/share/charsets/cp1251.xml: Some collation names have been renamed sql/share/charsets/cp1257.xml: Some collation names have been renamed sql/share/charsets/latin1.xml: Some collation names have been renamed sql/share/charsets/latin2.xml: Some collation names have been renamed sql/share/charsets/latin7.xml: Some collation names have been renamed sql/share/charsets/macce.xml: Some collation names have been renamed sql/share/charsets/macroman.xml: Some collation names have been renamed sql/sql_show.cc: Nicer output from SHOW COLLATION strings/Makefile.am: German Phone book collation is always compiled strings/ctype-czech.c: Some collation names have been renamed strings/ctype-extra.c: Don't compile dynamic charset. We should decide names convension before making this available. strings/ctype-latin1.c: German Phone book collation is always compiled
* SHOW CHARACTER SET now can display commentsunknown2003-03-253-4/+37
| | | | | | | | | | | | | | | | | | Low case letters are used in charset names BitKeeper/deleted/.del-MacRoman.xml~f890bce37d31d382: Delete: sql/share/charsets/MacRoman.xml BitKeeper/deleted/.del-MacCE.xml~fca413f3126f6189: Delete: sql/share/charsets/MacCE.xml mysys/charset.c: SHOW CHARACTER SET now can display comments sql/share/charsets/Index.xml: SHOW CHARACTER SET now can display comments sql/sql_show.cc: SHOW CHARACTER SET now can display comments strings/ctype.c: SHOW CHARACTER SET now can display comments
* Collation names have been renamed to common styleunknown2003-03-252-6/+15
|
* Every character set now has binary collationunknown2003-03-0423-115/+85
|
* cp1256.xml:unknown2003-01-301-1/+1
| | | | | | | | Fix sql/share/charsets/cp1256.xml: Fix
* .del-koi8_u.xml~ec104975f7e009bf:unknown2003-01-092-239/+0
| | | | | | | | | | | | Delete: sql/share/charsets/koi8_u.xml .del-koi8_r.xml~f95ebf1fb19f94cf: Delete: sql/share/charsets/koi8_r.xml BitKeeper/deleted/.del-koi8_r.xml~f95ebf1fb19f94cf: Delete: sql/share/charsets/koi8_r.xml BitKeeper/deleted/.del-koi8_u.xml~ec104975f7e009bf: Delete: sql/share/charsets/koi8_u.xml
* euc_kr, koi8_r and koi8_u have been renamed so that nowunknown2003-01-091-8/+8
| | | | | | | all charset names don't have "_" sign.
* koi8u.xml, koi8r.xml:unknown2003-01-092-0/+239
| | | | | | | new file