summaryrefslogtreecommitdiff
path: root/mysys/charset-def.c
Commit message (Collapse)AuthorAgeFilesLines
* Many files:unknown2005-09-121-0/+4
| | | | | | | | | | | | | | | | Adding esperanto collation strings/ctype-uca.c: Adding esperanto collation mysys/charset-def.c: Adding esperanto collation mysql-test/t/ctype_uca.test: Adding esperanto collation mysql-test/r/ctype_uca.result: Adding esperanto collation config/ac-macros/character_sets.m4: Adding esperanto collation
* Proper handling of "utf8-general-cs" clollation: Missing parts in configuration.unknown2005-04-111-2/+2
|\ | | | | | | | | | | | | | | | | configure.in: No change here - functionality was moved to 'config/ac-macros/character_sets.m4' mysys/charset-def.c: Auto-merged. strings/ctype-utf8.c: Auto-merged.
| * Add missing parts for the "Cybozu" custom build, to avoid future manual patches.unknown2005-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | configure.in: Normally, 'configure' does only support "case-insensitive" collations for UTF-8 character sets. However, a certain customer requires builds with a "case-sensitive" collation: 'utf8_general_cs'. In order to do custom builds without manual patches, this value gets special handling in 'configure'. Also, when it is given, the CPP symbol enabling the additional code is set. mysys/charset-def.c: Rename the CPP symbol needed for "UTF8-case-sensitive" collation from customer name to function. strings/ctype-utf8.c: Rename the CPP symbol needed for "UTF8-case-sensitive" collation from customer name to function.
* | mergeunknown2005-03-291-0/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysys/charset-def.c: Auto merged BitKeeper/deleted/.del-errmsg.txt~f96b7055cac394e: Auto merged sql/mysqld.cc: Auto merged strings/ctype-big5.c: Auto merged strings/ctype-sjis.c: Auto merged strings/ctype-utf8.c: Auto merged mysql-test/r/type_blob.result: after merge fix
| * Adding Cybozu's patch.unknown2005-03-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not active by default. One need to pass -DHAVE_CYBOZU_COLLATION to activate it. mysys/charset-def.c: Adding Cybozu's patch. Not active by default. strings/ctype-utf8.c: Adding Cybozu's patch. Not active by default.
* | Merge: don't add this into configure in as it is already inunknown2005-02-181-0/+8
|\ \ | |/ | | | | | | | | | | | | | | | | config/ac-macros/character_sets.m4 mysys/charset-def.c: Auto merged strings/ctype-uca.c: Auto merged
| * A way not to compile UCA collationsunknown2005-02-181-0/+8
| |
* | renamed charset name 'eucjp_ms' to 'eucjpms'unknown2005-01-121-3/+3
| |
* | added new character set - cp932, eucjp_msunknown2005-01-111-0/+10
|/ | | | | | | | | | | | | | | 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
* Persian collation, contibuted by Jody McIntyreunknown2004-09-131-0/+4
|
* Adding Roman (classical Latin) collation.unknown2004-07-071-0/+4
|
* UTF8 UCA based collations.unknown2004-06-141-1/+33
|
* Unicode collation algorithm: contraction support.unknown2004-06-121-0/+10
| | | | | | | | E.g. 'Ch' is treated as a separate letter in Czech, not as a combination of C+h.
* Move UCA language specific definitions into ctype-ucs.c.unknown2004-06-111-0/+23
|
* Unicode Collation Algorithm subset implementationunknown2004-03-241-0/+1
|
* Move init_compiled_charsets to own fileunknown2003-10-061-0/+93
Remove dependency of charsets (in my_init) to get smaller binaries when charsets are not used Simple code cleanup client/mysql.cc: Fixed indentation include/my_sys.h: Move init_compiled_charsets to own file include/mysql.h: Remove compiler warning libmysql/Makefile.shared: Move init_compiled_charsets to own file mysys/Makefile.am: Move init_compiled_charsets to own file mysys/charset.c: Move init_compiled_charsets to own file mysys/my_init.c: Remove dependency of charsets scripts/mysql_create_system_tables.sh: Remove run time warning scripts/mysql_fix_privilege_tables.sql: Add help tables sql/sql_insert.cc: Code cleanup