summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
...
| * | uca-dump.c:bar@mysql.com2004-11-221-24/+56
| * | Bug #6737: REGEXP gives wrong result with case sensitive collation:bar@mysql.com2004-11-222-12/+12
* | | mergedserg@serg.mylan2004-11-202-46/+61
|\ \ \ | |/ /
| * | Incorrect response with partial utf8 indexbar@mysql.com2004-11-192-46/+61
* | | mergedserg@serg.mylan2004-11-171-2/+2
|\ \ \ | |/ /
| * | ctype-tis620.c:bar@mysql.com2004-11-161-2/+2
* | | Mergeguilhem@mysql.com2004-11-161-7/+3
|\ \ \ | |/ /
| * | Bug#6608: MySQL server crash in some query with tis620 character set.bar@mysql.com2004-11-151-7/+3
* | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-6/+21
* | | '5.4', -1, HALF_UPserg@serg.mylan2004-11-111-4/+4
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2004-11-091-2/+7
|\ \ \ | | |/ | |/|
| * | merge on pullmonty@mysql.com2004-11-091-2/+7
| |\ \
| | * \ Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-2/+7
| | |\ \ | | | |/
| | | * ctype_sjis.result, ctype_sjis.test, ctype-sjis.c:bar@mysql.com2004-11-021-2/+7
* | | | decimal.c:serg@sergbook.mylan2004-11-081-0/+10
|/ / /
* | | don't return intg=frac=0 from modserg@serg.mylan2004-11-071-1/+6
* | | memory overrun in decimal_modserg@serg.mylan2004-11-071-5/+14
* | | space-stripping in decimal2binserg@serg.mylan2004-11-041-3/+29
|/ /
* | Merge bk-internal:/home/bk/mysql-5.0/serg@serg.mylan2004-11-031-46/+58
|\ \
| * | error codes chaged to bitmap (for easier testing with masks)serg@serg.mylan2004-11-031-46/+58
* | | Merge on pullmonty@mysql.com2004-11-0317-283/+1083
|\ \ \ | |/ / |/| |
| * | merge with 4.1monty@mysql.com2004-10-2917-283/+1083
| |\ \ | | |/
| | * ctype-utf8.c:bar@mysql.com2004-10-231-1/+1
| | * Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-1/+2
| | * ctype-uca.c:bar@mysql.com2004-10-211-28/+27
| | * CHARSET_INFO.txt:bar@mysql.com2004-10-211-1/+1
| | * CHARSET_INFO.txt:bar@mysql.com2004-10-211-1/+10
| | * Bug #5679 utf8_unicode_ci LIKE--trailing % doesn't equal zero charactersbar@mysql.com2004-10-211-3/+53
| | * Allow cp932 characters to be stored in a SJIS columnbar@mysql.com2004-10-212-3/+42
| | * ctype-utf8.c:bar@mysql.com2004-10-201-33/+87
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-202-4/+5
| | |\
| | | * Review of all code pushed since last reviewmonty@mishka.local2004-10-202-4/+5
| | * | CHARSET_INFO.txt:bar@mysql.com2004-10-191-3/+2
| | * | CHARSET_INFO.txt:bar@mysql.com2004-10-181-0/+222
| | * | Bug #6040 can't retrieve records with umlaut characters in case insensitive m...bar@mysql.com2004-10-182-163/+171
| | * | ctype-mb.c:bar@mysql.com2004-10-181-59/+30
| | |/
| | * Bug #6019 SELECT tries to use too short prefix index on utf8 databar@mysql.com2004-10-142-2/+6
| | * Activating the new string->number conversion functionsbar@noter.intranet.mysql.r18.ru2004-09-251-1/+1
| | * Incorporating new faster string->number converter functionsbar@noter.intranet.mysql.r18.ru2004-09-2512-1/+201
| | * ctype-ucs2.c:bar@mysql.com2004-09-141-6/+6
| | * Persian collation, contibuted by Jody McIntyrebar@mysql.com2004-09-131-1/+94
| | * Put Ramil patch to be able push me code (test suite already is included in qu...bell@sanja.is.com.ua2004-09-101-2/+1
| | * Bug #3453 MySQL output formatting in multibyte character setsbar@mysql.com2004-09-096-6/+70
| | * Bug #5324 Bug in UCA collations with LIKE comparisons and INDEXbar@mysql.com2004-09-062-3/+90
| | * Bug #5397: Crash with varchar binary and LIKEbar@mysql.com2004-09-061-1/+1
* | | allocate temp array big enough for not to worry about bound checking in look-...serg@serg.mylan2004-11-021-0/+1
* | | different (hopefully, correct) fix for bin2decimal bugserg@serg.mylan2004-11-021-11/+13
* | | s/sint/uint/ - no sign extend for signed bytesserg@serg.mylan2004-11-021-10/+10
* | | ROUND_UP(negative_number) doesn't workserg@serg.mylan2004-11-021-1/+3
* | | one more pre-division bugserg@serg.mylan2004-11-011-3/+10