Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A way not to compile UCA collations | unknown | 2005-02-18 | 1 | -0/+8 |
| | |||||
* | Persian collation, contibuted by Jody McIntyre | unknown | 2004-09-13 | 1 | -0/+4 |
| | |||||
* | Adding Roman (classical Latin) collation. | unknown | 2004-07-07 | 1 | -0/+4 |
| | |||||
* | UTF8 UCA based collations. | unknown | 2004-06-14 | 1 | -1/+33 |
| | |||||
* | Unicode collation algorithm: contraction support. | unknown | 2004-06-12 | 1 | -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. | unknown | 2004-06-11 | 1 | -0/+23 |
| | |||||
* | Unicode Collation Algorithm subset implementation | unknown | 2004-03-24 | 1 | -0/+1 |
| | |||||
* | Move init_compiled_charsets to own file | unknown | 2003-10-06 | 1 | -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 |