summaryrefslogtreecommitdiff
path: root/mysys/charset-def.c
Commit message (Collapse)AuthorAgeFilesLines
* A way not to compile UCA collationsunknown2005-02-181-0/+8
|
* 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