summaryrefslogtreecommitdiff
path: root/strings/ctype-czech.c
Commit message (Expand)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* ctype-czech.c:bar@mysql.com2006-03-231-1/+1
* Merge mysql.com:/usr/home/bar/mysql-4.1.b17374bar@mysql.com2006-03-231-1/+1
|\
| * Bug#17374: select ... like 'A%' operator fails to find value on columuns with...bar@mysql.com2006-03-201-1/+1
* | type_binary.result, type_binary.test:bar@mysql.com2005-10-131-0/+1
* | Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1elliot@mysql.com2005-08-191-0/+1
|\ \ | |/
| * BUG#11338 (logging of prepared statement w/ blob type)elliot@mysql.com2005-08-171-0/+1
* | Bug#8610: The ucs2_turkish_ci collation fails with upper('i')bar@mysql.com2005-06-061-0/+3
* | Bug#9509 Optimizer: wrong result after AND with latin1_german2_cibar@noter.(none)2005-05-051-0/+1
* | CSC#4385: slow sorting for UTF8 large table:bar@mysql.com2005-01-261-0/+1
* | manual mergekonstantin@mysql.com2005-01-131-3/+5
|\ \ | |/
| * bug#7284: strnxfrm returns different results for equal stringsbar@mysql.com2005-01-131-3/+5
* | After merge fixesmonty@mysql.com2004-12-311-1/+2
* | Merge with new VARCHAR codemonty@mysql.com2004-12-061-4/+14
|\ \ | |/ |/|
| * Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-4/+14
* | Bug #6737: REGEXP gives wrong result with case sensitive collation:bar@mysql.com2004-11-221-6/+6
|/
* Unicode collation algorithm: contraction support.bar@mysql.com2004-06-121-0/+1
* mergedserg@serg.mylan2004-06-111-2/+6
|\
| * bug#3964 and related issues: FTB problems with charsets where one byte can ma...serg@serg.mylan2004-06-101-2/+6
* | Allocate memory when a character set is requested:bar@mysql.com2004-06-111-0/+1
* | Optimization to use less memory.bar@mysql.com2004-06-101-1/+2
* | WL#916: Unicode collations for some languagesbar@bar.intranet.mysql.r18.ru2004-06-081-0/+1
|/
* Preparation for user-defined Unicode collations:bar@bar.intranet.mysql.r18.ru2004-05-251-0/+1
* ctype-win1250ch.c, ctype-czech.c:bar@bar.intranet.mysql.r18.ru2004-05-071-1/+1
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-251-166/+131
* min_sort_char was added, for the future UCA implementation.bar@bar.intranet.mysql.r18.ru2004-03-191-1/+2
* After merge fixesmonty@mysql.com2004-02-161-6/+7
* UCS-2 aligning 0xAA -> 0x00AAbar@bar.intranet.mysql.r18.ru2004-01-191-0/+1
* Fixed that multibyte charsets didn't honor multibytebar@bar.mysql.r18.ru2003-09-191-0/+1
* --with-charset was not up to datebar@bar.mysql.r18.ru2003-05-261-1/+1
* CHARSET_INFO structure reorganization for easier maintainancebar@bar.mysql.r18.ru2003-05-231-27/+13
* Variables were rename, binary collation names were addedbar@bar.mysql.r18.ru2003-05-221-1/+1
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.bar@bar.mysql.r18.ru2003-04-011-1/+0
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.bar@bar.mysql.r18.ru2003-04-011-1/+0
* Some optimization in CHARSET_INFO:bar@bar.mysql.r18.ru2003-04-011-2/+0
* German Phone book collation is always compiledbar@bar.mysql.r18.ru2003-03-261-4/+4
* Every charset now have its own parser state arraysbar@bar.mysql.r18.ru2003-03-141-0/+1
* New fields in CHARSET_INFO structure to optimize searching forbar@bar.mysql.r18.ru2003-03-051-1/+1
* New functions in CHARSET_INFO structurebar@bar.mysql.r18.ru2003-01-311-0/+2
* New CHARSET_INFO function to compare strings regardless to trailing spacesbar@bar.mysql.r18.ru2003-01-311-0/+13
* New "fill" function in charset_info_st structurebar@bar.mysql.r18.ru2003-01-281-0/+1
* New scan() function in CHARSET_INFO structure (not used yet) bar@bar.mysql.r18.ru2003-01-171-1/+2
* All charsets now have strnxfrm. bar@bar.mysql.r18.ru2003-01-151-3/+3
* Some changes to separate charset and collation termsbar@bar.mysql.r18.ru2003-01-041-0/+1
* Preparing for charset dependant int10_to_strbar@bar.mysql.r18.ru2002-12-111-0/+2
* Preparing to use better string-to-number functions to avoid c_ptr() call,bar@bar.mysql.r18.ru2002-11-271-5/+5
* move like_range into CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-151-5/+4
* New wildcmp() function in CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-141-0/+1
* Preparing to embed string to number conversion functions into charset structurebar@bar.mysql.r18.ru2002-11-131-1/+6
* For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsbar@bar.mysql.r18.ru2002-11-111-1/+1