summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* space-stripping in decimal2binunknown2004-11-041-3/+29
* Merge bk-internal:/home/bk/mysql-5.0/unknown2004-11-031-46/+58
|\
| * error codes chaged to bitmap (for easier testing with masks)unknown2004-11-031-46/+58
* | Merge on pullunknown2004-11-0317-283/+1083
|\ \ | |/ |/|
| * merge with 4.1unknown2004-10-2917-283/+1083
| |\
| | * ctype-utf8.c:unknown2004-10-231-1/+1
| | * Fix compiler warnings (detected by Intel's C++ compiler)unknown2004-10-221-1/+2
| | * ctype-uca.c:unknown2004-10-211-28/+27
| | * CHARSET_INFO.txt:unknown2004-10-211-1/+1
| | * CHARSET_INFO.txt:unknown2004-10-211-1/+10
| | * Bug #5679 utf8_unicode_ci LIKE--trailing % doesn't equal zero charactersunknown2004-10-211-3/+53
| | * Allow cp932 characters to be stored in a SJIS columnunknown2004-10-212-3/+42
| | * ctype-utf8.c:unknown2004-10-201-33/+87
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-202-4/+5
| | |\
| | | * Review of all code pushed since last reviewunknown2004-10-202-4/+5
| | * | CHARSET_INFO.txt:unknown2004-10-191-3/+2
| | * | CHARSET_INFO.txt:unknown2004-10-181-0/+222
| | * | Bug #6040 can't retrieve records with umlaut characters in case insensitive m...unknown2004-10-182-163/+171
| | * | ctype-mb.c:unknown2004-10-181-59/+30
| | |/
| | * Bug #6019 SELECT tries to use too short prefix index on utf8 dataunknown2004-10-142-2/+6
| | * Activating the new string->number conversion functionsunknown2004-09-251-1/+1
| | * Incorporating new faster string->number converter functionsunknown2004-09-2512-1/+201
| | * ctype-ucs2.c:unknown2004-09-141-6/+6
| | * Persian collation, contibuted by Jody McIntyreunknown2004-09-131-1/+94
| | * Put Ramil patch to be able push me code (test suite already is included in qu...unknown2004-09-101-2/+1
| | * Bug #3453 MySQL output formatting in multibyte character setsunknown2004-09-096-6/+70
| | * Bug #5324 Bug in UCA collations with LIKE comparisons and INDEXunknown2004-09-062-3/+90
| | * Bug #5397: Crash with varchar binary and LIKEunknown2004-09-061-1/+1
* | | allocate temp array big enough for not to worry about bound checking in look-...unknown2004-11-021-0/+1
* | | different (hopefully, correct) fix for bin2decimal bugunknown2004-11-021-11/+13
* | | s/sint/uint/ - no sign extend for signed bytesunknown2004-11-021-10/+10
* | | ROUND_UP(negative_number) doesn't workunknown2004-11-021-1/+3
* | | one more pre-division bugunknown2004-11-011-3/+10
* | | yet another s/>/>=/ typo unknown2004-11-011-1/+2
* | | correct test for 1/3unknown2004-11-011-1/+4
* | | stript end zeros before comparisonunknown2004-11-011-0/+4
* | | compare with DIG_BASE corectlyunknown2004-10-311-8/+5
* | | new round mode - half_upunknown2004-10-311-15/+16
* | | two more places with the same zero-stripping bugunknown2004-10-311-2/+2
* | | sanity checks for decimal result buffersunknown2004-10-301-0/+19
* | | bugfix and test caseunknown2004-10-301-1/+2
* | | new api per hf request:unknown2004-10-291-71/+108
|/ /
* | decimal_cmp()unknown2004-10-201-3/+37
* | decimal to/from bin, and utility functionsunknown2004-10-192-14/+290
* | arbitrary precision decimal numbersunknown2004-10-183-9/+1645
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-301-157/+166
|\
| * bug in my_strnncoll_utf8 (and friends) fixedunknown2004-08-301-157/+166
* | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-265-7/+45
|\ \ | |/ |/|
| * If the system has 64 bit "long", then "long long" does not add newunknown2004-08-265-7/+45
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-262-19/+27
|\ \ | |/ |/|