summaryrefslogtreecommitdiff
path: root/strings/ctype-latin1.c
Commit message (Expand)AuthorAgeFilesLines
...
| * BUG#11338 (logging of prepared statement w/ blob type)unknown2005-08-171-0/+3
* | Merge mysql.com:/home/gluh/MySQL/Merge/4.1unknown2005-07-211-8/+15
|\ \ | |/
| * ctype-latin1.c:unknown2005-07-211-1/+0
| * Bug#11216: 'show character set' describes latin1 incorrectlyunknown2005-07-211-8/+16
* | Bug#8610: The ucs2_turkish_ci collation fails with upper('i')unknown2005-06-061-0/+9
* | Bug#9509 Optimizer: wrong result after AND with latin1_german2_ciunknown2005-05-051-1/+2
* | 4.1 -> 5.0 mergeunknown2005-02-031-2/+2
|\ \ | |/
| * Proper fix for comparision with ' 'unknown2005-02-011-2/+2
* | CSC#4385: slow sorting for UTF8 large table:unknown2005-01-261-0/+1
* | manual mergeunknown2005-01-131-2/+3
|\ \ | |/
| * bug#7284: strnxfrm returns different results for equal stringsunknown2005-01-131-2/+3
* | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-4/+13
|/
* Incorporating new faster string->number converter functionsunknown2004-09-251-0/+1
* ctype-latin1.c:unknown2004-08-261-1/+1
* A new function to meassure terminal screen cells number for a string.unknown2004-08-251-1/+2
* Many files:unknown2004-08-181-1/+1
* Unicode collation algorithm: contraction support.unknown2004-06-121-0/+3
* mergedunknown2004-06-111-2/+3
|\
| * bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-101-2/+3
* | Initialize max_sort_char only if a character set is requested.unknown2004-06-111-3/+3
* | Allocate memory when a character set is requested:unknown2004-06-111-0/+2
* | Optimization to use less memory.unknown2004-06-101-4/+6
* | WL#916: Unicode collations for some languagesunknown2004-06-081-0/+3
|/
* Preparation for user-defined Unicode collations:unknown2004-05-251-0/+3
* Use Windows code page 1252 instead of real ISO 8859-1unknown2004-05-111-68/+272
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-24/+104
* min_sort_char was added, for the future UCA implementation.unknown2004-03-191-3/+6
* Changed wellformedlen to well_formed_lenunknown2004-02-171-1/+1
* After merge fixesunknown2004-02-161-2/+2
* Problem fix:unknown2004-02-061-0/+1
* UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-191-0/+3
* FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-2/+2
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-1/+2
* Bug fix:unknown2003-09-161-0/+1
* mergeunknown2003-08-191-2/+2
|\
| * Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrmunknown2003-08-181-2/+2
* | After merge fixesunknown2003-08-191-164/+117
|/
* BINARY collations for every character setunknown2003-05-231-3/+26
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-54/+41
* Variables were rename, binary collation names were addedunknown2003-05-221-1/+1
* Some collation have been renamed to fit into convensionunknown2003-04-011-1/+1
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-2/+0
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-2/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-4/+0
* German Phone book collation is always compiledunknown2003-03-261-9/+267
* Every charset now have its own parser state arraysunknown2003-03-141-0/+1
* New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-1/+1
* New functions in CHARSET_INFO structureunknown2003-01-311-0/+2
* New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-311-0/+1
* Optimization of unicode conversionunknown2003-01-301-11/+30