summaryrefslogtreecommitdiff
path: root/strings/ctype-bin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#8560: Set max_sort_char for any 8-bit charset with binary collati...unknown2005-02-261-1/+8
* Proper fix for comparision with ' 'unknown2005-02-011-2/+2
* bug#7284: strnxfrm returns different results for equal stringsunknown2005-01-131-6/+20
* Incorporating new faster string->number converter functionsunknown2004-09-251-0/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-261-2/+3
|\
| * Portability fixesunknown2004-08-261-2/+3
* | A new function to meassure terminal screen cells number for a string.unknown2004-08-251-1/+2
|/
* Bug#4521: unique key prefix interacts poorly with utf8. unknown2004-08-191-12/+96
* Unicode collation algorithm: contraction support.unknown2004-06-121-1/+2
* mergedunknown2004-06-111-4/+14
|\
| * bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-101-4/+14
* | Allocate memory when a character set is requested:unknown2004-06-111-0/+2
* | Optimization to use less memory.unknown2004-06-101-2/+2
* | WL#916: Unicode collations for some languagesunknown2004-06-081-0/+1
|/
* Preparation for user-defined Unicode collations:unknown2004-05-251-1/+3
* min_sort_char was added, for the future UCA implementation.unknown2004-03-191-1/+2
* Changed wellformedlen to well_formed_lenunknown2004-02-171-1/+1
* After merge fixesunknown2004-02-161-75/+79
* Problem fix:unknown2004-02-061-0/+1
* just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-2/+2
* UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-191-0/+1
* Mergeunknown2003-11-031-6/+6
|\
| * Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-6/+6
* | mergedunknown2003-10-211-12/+18
|\ \ | |/ |/|
| * FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-10/+16
* | ctype-simple.c, ctype-mb.c:unknown2003-10-151-7/+7
|/
* CHARSET_INFO::instr was extended to return more substring match results:unknown2003-09-251-5/+27
* - Code cleanup: replaced C++-style comments with the proper syntax forunknown2003-09-241-1/+1
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-2/+41
* Bug fix:unknown2003-09-161-0/+1
* Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrmunknown2003-08-181-1/+1
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-27/+38
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-1/+0
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-7/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-44/+2
* Merge bk-internal:/home/bk/mysql-4.1/unknown2003-03-141-1/+16
|\
| * trim spaces from CHAR() BINARY consistentlyunknown2003-03-061-1/+16
* | Every charset now have its own parser state arraysunknown2003-03-141-0/+1
* | - Changed C++-style comments to C-style comments to make IBM compiler happyunknown2003-03-061-8/+8
|/
* New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-1/+1
* Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-20/+44
* 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
* Move latin1 into a separarte fileunknown2003-01-291-4/+1
* New "fill" function in charset_info_st structureunknown2003-01-281-0/+1
* wb_wc and wc_mb now checks length insideunknown2003-01-271-0/+6
* Portability fixes (for windows)unknown2003-01-211-3/+3
* New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-0/+1
* All charsets now have strnxfrm. unknown2003-01-151-4/+11
* bin chatset now handles strnncoll itself so we don't have to checkunknown2003-01-141-2/+2