summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Minor fix: V is primary level, not U.unknown2004-07-081-1/+1
* Adding Roman (classical Latin) collation.unknown2004-07-071-0/+58
* ctype-uca.c:unknown2004-06-301-14/+14
* ctype-uca.c:unknown2004-06-181-28/+35
* ctype-uca.c:unknown2004-06-181-3/+3
* Critical fixes after review:unknown2004-06-161-6/+8
* ctype-uca.c:unknown2004-06-151-2/+2
* utf8 contraction fix.unknown2004-06-141-6/+7
* UTF8 UCA based collations.unknown2004-06-142-55/+704
* Unicode collation algorithm: contraction support.unknown2004-06-1215-25/+304
* mergedunknown2004-06-1113-37/+96
|\
| * bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-1013-37/+96
* | Move UCA language specific definitions into ctype-ucs.c.unknown2004-06-111-1/+333
* | Initialize max_sort_char only if a character set is requested.unknown2004-06-119-18/+44
* | Allocate memory when a character set is requested:unknown2004-06-1116-5/+587
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-103-3/+0
* | Optimization to use less memory.unknown2004-06-1015-58/+64
* | WL#916: Unicode collations for some languagesunknown2004-06-0815-6/+33
* | Bug #3928 regexp [[:>:]] and UTF-8unknown2004-06-071-7/+13
|/
* Fix skipp -> skip once and for all.unknown2004-06-033-3/+3
* Unicode collations: WL#916unknown2004-06-031-2/+51
* Portability fix (using 'char' as argument to C functions may give warnings)unknown2004-05-281-18/+23
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ...unknown2004-05-274-59/+59
* Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-1/+1
* Preparation for user-defined Unicode collations:unknown2004-05-2515-33/+72
* After merge fixesunknown2004-05-241-0/+1
* Merge with 4.0, mainly to get changes to windows project filesunknown2004-05-201-2/+1
|\
| * Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'unknown2004-05-191-4/+4
* | Portability fixesunknown2004-05-194-13/+13
* | compatibility fix for hp-ux 64bit (hpux compiler) and sun 64-bit (sun forte)unknown2004-05-141-7/+7
* | Portability fixesunknown2004-05-121-3/+3
* | Don't automaticly generate a new key for a foreign key constraint if there is...unknown2004-05-121-1/+3
* | Use Windows code page 1252 instead of real ISO 8859-1unknown2004-05-113-73/+285
* | ctype-win1250ch.c, ctype-czech.c:unknown2004-05-072-2/+2
* | Portability fixesunknown2004-05-072-29/+28
* | Merge with 4.0.19unknown2004-05-052-2/+2
|\ \ | |/
| * Fix typos that resulted in adding names to the global namespace thatunknown2004-04-122-2/+2
* | Don't enable HA_EXTRA_WRITE_CACHE if too few rowsunknown2004-04-081-11/+25
* | Checking Thai sort order and trailing spaces handlingunknown2004-03-291-27/+70
* | UTF8 now process space as PAD character correctly.unknown2004-03-261-8/+88
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-2511-345/+557
|\ \
| * | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-2511-345/+557
* | | Bug #3290 [Ver]: Can't convert sjis&ujis half-width katakana correctlyunknown2004-03-251-17/+12
* | | #3290: Can't convert sjis&ujis half-width katakana correctlyunknown2004-03-251-1/+13
* | | ctype-uca.c:unknown2004-03-241-0/+5
* | | Unicode Collation Algorithm subset implementationunknown2004-03-243-6/+7064
* | | uca-dump.c:unknown2004-03-231-12/+30
* | | uca-dump.c:unknown2004-03-221-0/+258
|/ /
* | min_sort_char was added, for the future UCA implementation.unknown2004-03-1915-27/+133
* | EOVERFLOW moved to my_base.h - it is used not only in strtod.cunknown2004-03-161-4/+0