| Commit message (Expand) | Author | Age | Files | Lines |
* | Critical fixes after review: | unknown | 2004-06-16 | 1 | -1/+1 |
* | Move UCA language specific definitions into ctype-ucs.c. | unknown | 2004-06-11 | 1 | -143/+0 |
* | charset.c: | unknown | 2004-06-11 | 1 | -44/+15 |
* | Initialize max_sort_char only if a character set is requested. | unknown | 2004-06-11 | 1 | -23/+0 |
* | Allocate memory when a character set is requested: | unknown | 2004-06-11 | 1 | -548/+14 |
* | Optimization to use less memory. | unknown | 2004-06-10 | 1 | -5/+19 |
* | charset.c: | unknown | 2004-06-09 | 1 | -1/+2 |
* | WL#916: Unicode collations for some languages | unknown | 2004-06-08 | 1 | -30/+180 |
* | charset.c: | unknown | 2004-06-04 | 1 | -1/+1 |
* | Unicode collations: WL#916 | unknown | 2004-06-03 | 1 | -6/+496 |
* | Preparation for user-defined Unicode collations: | unknown | 2004-05-25 | 1 | -1/+2 |
* | Support for character set conversion in binary protocol: another go | unknown | 2004-05-25 | 1 | -0/+58 |
* | Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request) | unknown | 2004-04-28 | 1 | -1/+1 |
* | Fixed results for previous patch | unknown | 2004-04-27 | 1 | -1/+1 |
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | unknown | 2004-03-25 | 1 | -10/+17 |
* | min_sort_char was added, for the future UCA implementation. | unknown | 2004-03-19 | 1 | -1/+1 |
* | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ... | unknown | 2004-02-05 | 1 | -2/+0 |
* | merge | unknown | 2004-01-20 | 1 | -5/+11 |
|\ |
|
| * | UCS-2 aligning 0xAA -> 0x00AA | unknown | 2004-01-19 | 1 | -1/+3 |
| * | charset.c: | unknown | 2004-01-15 | 1 | -4/+7 |
| * | charset.c: | unknown | 2004-01-12 | 1 | -1/+1 |
* | | Code cleanup | unknown | 2004-01-19 | 1 | -6/+7 |
|/ |
|
* | charset.c: | unknown | 2003-12-24 | 1 | -1/+1 |
* | Fixes after merge with 4.0 | unknown | 2003-12-19 | 1 | -25/+51 |
* | fix for my_mbcharlen(charset, c) to return 1 for single-byte characters | unknown | 2003-12-06 | 1 | -1/+1 |
* | Move init_compiled_charsets to own file | unknown | 2003-10-06 | 1 | -88/+13 |
* | charset.c: | unknown | 2003-09-23 | 1 | -0/+14 |
* | Bug 1350 fix | unknown | 2003-09-22 | 1 | -34/+34 |
* | Fixed that multibyte charsets didn't honor multibyte | unknown | 2003-09-19 | 1 | -1/+1 |
* | Charset number is now stored into error.sys by comp_err and loaded by mysqld. | unknown | 2003-09-17 | 1 | -16/+23 |
* | bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy... | unknown | 2003-07-20 | 1 | -3/+2 |
* | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s... | unknown | 2003-06-14 | 1 | -4/+8 |
* | --with-charset was not up to date | unknown | 2003-05-26 | 1 | -6/+6 |
* | BINARY collations for every character set | unknown | 2003-05-23 | 1 | -1/+12 |
* | CHARSET_INFO structure reorganization for easier maintainance | unknown | 2003-05-23 | 1 | -34/+4 |
* | charset.c: | unknown | 2003-05-23 | 1 | -1/+2 |
* | Variables were rename, binary collation names were added | unknown | 2003-05-22 | 1 | -48/+15 |
* | Some SHOW VARIABLES have been renamed: | unknown | 2003-05-21 | 1 | -3/+1 |
* | "character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER SET... | unknown | 2003-05-21 | 1 | -67/+0 |
* | mbcharlen() is now used instead of ismbhead(). The last one has been removed. | unknown | 2003-04-01 | 1 | -1/+1 |
* | my_strncasecmp() is not used anymore. Use my_strncoll() instead. | unknown | 2003-04-01 | 1 | -2/+0 |
* | Some optimization in CHARSET_INFO: | unknown | 2003-04-01 | 1 | -4/+0 |
* | charset.c: | unknown | 2003-03-28 | 1 | -3/+4 |
* | German Phone book collation is always compiled | unknown | 2003-03-26 | 1 | -1/+4 |
* | SHOW CHARACTER SET now can display comments | unknown | 2003-03-25 | 1 | -1/+7 |
* | SELECT N'string' | unknown | 2003-03-20 | 1 | -0/+1 |
* | SHOW CREATE TABLE didn't display field names in the proper charset | unknown | 2003-03-18 | 1 | -0/+2 |
* | mysql-test/t/ctype_many.test: | unknown | 2003-03-17 | 1 | -1/+1 |
* | New function my_charset_same() | unknown | 2003-03-16 | 1 | -0/+4 |
* | system_charset_info has been moved to /sql directory | unknown | 2003-03-16 | 1 | -1/+0 |