summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
* | | yet another s/>/>=/ typo serg@serg.mylan2004-11-011-1/+2
* | | correct test for 1/3serg@serg.mylan2004-11-011-1/+4
* | | stript end zeros before comparisonserg@serg.mylan2004-11-011-0/+4
* | | compare with DIG_BASE corectlyserg@serg.mylan2004-10-311-8/+5
* | | new round mode - half_upserg@serg.mylan2004-10-311-15/+16
* | | two more places with the same zero-stripping bugserg@serg.mylan2004-10-311-2/+2
* | | sanity checks for decimal result buffersserg@serg.mylan2004-10-301-0/+19
* | | bugfix and test caseserg@serg.mylan2004-10-301-1/+2
* | | new api per hf request:serg@serg.mylan2004-10-291-71/+108
|/ /
* | decimal_cmp()serg@serg.mylan2004-10-201-3/+37
* | decimal to/from bin, and utility functionsserg@serg.mylan2004-10-192-14/+290
* | arbitrary precision decimal numbersserg@serg.mylan2004-10-183-9/+1645
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-08-301-157/+166
|\
| * bug in my_strnncoll_utf8 (and friends) fixedserg@serg.mylan2004-08-301-157/+166
* | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1joerg@mysql.com2004-08-265-7/+45
|\ \ | |/ |/|
| * If the system has 64 bit "long", then "long long" does not add newjoerg@mysql.com2004-08-265-7/+45
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-08-262-19/+27
|\ \ | |/ |/|
| * Portability fixesmonty@mysql.com2004-08-262-19/+27
* | ctype-latin1.c:bar@mysql.com2004-08-261-1/+1
* | A new function to meassure terminal screen cells number for a string.bar@mysql.com2004-08-2513-2/+253
* | utr11-dump.c:bar@mysql.com2004-08-251-0/+112
|/
* manually mergedserg@serg.mylan2004-08-241-11/+9
|\
* | Bug#4521: unique key prefix interacts poorly with utf8. bar@mysql.com2004-08-192-15/+150
* | after merge fixesserg@serg.mylan2004-08-191-17/+13
* | Many files:bar@mysql.com2004-08-1810-10/+10
* | Bug#5005 collation cp852_bin makes server crashbar@mysql.com2004-08-121-0/+9
* | ctype_uca.test, ctype_uca.result, ctype-uca.c:bar@mysql.com2004-08-111-1/+1
* | Minor fix: V is primary level, not U.bar@mysql.com2004-07-081-1/+1
* | Adding Roman (classical Latin) collation.bar@mysql.com2004-07-071-0/+58
* | ctype-uca.c:bar@mysql.com2004-06-301-14/+14
* | ctype-uca.c:bar@deer.(none)2004-06-181-28/+35