summaryrefslogtreecommitdiff
path: root/strings/ctype-simple.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for windows 64-bit compiler warningsunknown2005-06-131-5/+5
* Bug#8610: The ucs2_turkish_ci collation fails with upper('i')unknown2005-06-061-7/+19
* Bug#9509 Optimizer: wrong result after AND with latin1_german2_ciunknown2005-05-051-1/+56
* manually mergedunknown2005-04-061-3/+3
|\
| * Adding a new parameter for well_formed_length to unknown2005-04-061-3/+3
* | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onunknown2005-03-181-1/+1
* | merge with 4.1unknown2005-02-281-4/+5
|\ \ | |/
| * Fixed wrong memory references found by purifyunknown2005-02-281-4/+5
| * Backport my_strntod() from 5.0unknown2005-02-221-24/+3
* | 4.1 -> 5.0 mergeunknown2005-02-031-3/+3
|\ \ | |/
| * Proper fix for comparision with ' 'unknown2005-02-011-3/+3
* | Mergeunknown2005-01-311-1/+1
|\ \ | |/
| * Fix error in string comparisons with CHAR(31) against the space-paddingunknown2005-01-281-1/+1
* | CSC#4385: slow sorting for UTF8 large table:unknown2005-01-261-0/+10
* | Merge with 4.1unknown2005-01-151-2/+43
|\ \ | |/
| * bug#7284: strnxfrm returns different results for equal stringsunknown2005-01-131-2/+43
* | Changed interface for my_strntod() to make it more general and more portableunknown2005-01-151-24/+3
* | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-10/+30
|/
* Activating the new string->number conversion functionsunknown2004-09-251-1/+1
* Incorporating new faster string->number converter functionsunknown2004-09-251-0/+7
* Put Ramil patch to be able push me code (test suite already is included in qu...unknown2004-09-101-2/+1
* A new function to meassure terminal screen cells number for a string.unknown2004-08-251-0/+8
* Bug#5005 collation cp852_bin makes server crashunknown2004-08-121-0/+9
* mergedunknown2004-06-111-2/+5
|\
| * bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-101-2/+5
* | Initialize max_sort_char only if a character set is requested.unknown2004-06-111-1/+27
* | Allocate memory when a character set is requested:unknown2004-06-111-0/+100
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
|/
* Portability fixesunknown2004-05-071-14/+14
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-26/+64
* min_sort_char was added, for the future UCA implementation.unknown2004-03-191-2/+2
* Fix for bug#2972 Problem the the CONV() functionunknown2004-03-151-8/+8
* Changed wellformedlen to well_formed_lenunknown2004-02-171-6/+11
* Merge with public treeunknown2004-02-161-32/+33
|\
| * After merge fixesunknown2004-02-161-32/+33
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-131-3/+3
|\ \ | |/ |/|
| * my_atof is deletedunknown2004-02-131-3/+3
* | Ensure that result from date_format() is binaryunknown2004-02-091-3/+3
* | Problem fix:unknown2004-02-061-0/+10
* | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-2/+2
|/
* mergedunknown2003-10-211-1/+1
|\
| * FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-1/+1
* | 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
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-0/+39
* Bug fix:unknown2003-09-161-0/+11
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-0/+35
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-8/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-47/+14
* Fixes to avoid errors from valgrindunknown2003-03-181-0/+10