Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | '5.4', -1, HALF_UP | serg@serg.mylan | 2004-11-11 | 1 | -4/+4 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2004-11-09 | 1 | -2/+7 |
|\ | |||||
| * | merge on pull | monty@mysql.com | 2004-11-09 | 1 | -2/+7 |
| |\ | |||||
| | * | Merge with 4.1 to get in latest bug fixes | monty@mysql.com | 2004-11-04 | 1 | -2/+7 |
| | |\ | |||||
| | | * | ctype_sjis.result, ctype_sjis.test, ctype-sjis.c: | bar@mysql.com | 2004-11-02 | 1 | -2/+7 |
* | | | | decimal.c: | serg@sergbook.mylan | 2004-11-08 | 1 | -0/+10 |
|/ / / | |||||
* | | | don't return intg=frac=0 from mod | serg@serg.mylan | 2004-11-07 | 1 | -1/+6 |
* | | | memory overrun in decimal_mod | serg@serg.mylan | 2004-11-07 | 1 | -5/+14 |
* | | | space-stripping in decimal2bin | serg@serg.mylan | 2004-11-04 | 1 | -3/+29 |
|/ / | |||||
* | | Merge bk-internal:/home/bk/mysql-5.0/ | serg@serg.mylan | 2004-11-03 | 1 | -46/+58 |
|\ \ | |||||
| * | | error codes chaged to bitmap (for easier testing with masks) | serg@serg.mylan | 2004-11-03 | 1 | -46/+58 |
* | | | Merge on pull | monty@mysql.com | 2004-11-03 | 17 | -283/+1083 |
|\ \ \ | |/ / |/| | | |||||
| * | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 17 | -283/+1083 |
| |\ \ | | |/ | |||||
| | * | ctype-utf8.c: | bar@mysql.com | 2004-10-23 | 1 | -1/+1 |
| | * | Fix compiler warnings (detected by Intel's C++ compiler) | monty@mysql.com | 2004-10-22 | 1 | -1/+2 |
| | * | ctype-uca.c: | bar@mysql.com | 2004-10-21 | 1 | -28/+27 |
| | * | CHARSET_INFO.txt: | bar@mysql.com | 2004-10-21 | 1 | -1/+1 |
| | * | CHARSET_INFO.txt: | bar@mysql.com | 2004-10-21 | 1 | -1/+10 |
| | * | Bug #5679 utf8_unicode_ci LIKE--trailing % doesn't equal zero characters | bar@mysql.com | 2004-10-21 | 1 | -3/+53 |
| | * | Allow cp932 characters to be stored in a SJIS column | bar@mysql.com | 2004-10-21 | 2 | -3/+42 |
| | * | ctype-utf8.c: | bar@mysql.com | 2004-10-20 | 1 | -33/+87 |
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mishka.local | 2004-10-20 | 2 | -4/+5 |
| | |\ | |||||
| | | * | Review of all code pushed since last review | monty@mishka.local | 2004-10-20 | 2 | -4/+5 |
| | * | | CHARSET_INFO.txt: | bar@mysql.com | 2004-10-19 | 1 | -3/+2 |
| | * | | CHARSET_INFO.txt: | bar@mysql.com | 2004-10-18 | 1 | -0/+222 |
| | * | | Bug #6040 can't retrieve records with umlaut characters in case insensitive m... | bar@mysql.com | 2004-10-18 | 2 | -163/+171 |
| | * | | ctype-mb.c: | bar@mysql.com | 2004-10-18 | 1 | -59/+30 |
| | |/ | |||||
| | * | Bug #6019 SELECT tries to use too short prefix index on utf8 data | bar@mysql.com | 2004-10-14 | 2 | -2/+6 |
| | * | Activating the new string->number conversion functions | bar@noter.intranet.mysql.r18.ru | 2004-09-25 | 1 | -1/+1 |
| | * | Incorporating new faster string->number converter functions | bar@noter.intranet.mysql.r18.ru | 2004-09-25 | 12 | -1/+201 |
| | * | ctype-ucs2.c: | bar@mysql.com | 2004-09-14 | 1 | -6/+6 |
| | * | Persian collation, contibuted by Jody McIntyre | bar@mysql.com | 2004-09-13 | 1 | -1/+94 |
| | * | Put Ramil patch to be able push me code (test suite already is included in qu... | bell@sanja.is.com.ua | 2004-09-10 | 1 | -2/+1 |
| | * | Bug #3453 MySQL output formatting in multibyte character sets | bar@mysql.com | 2004-09-09 | 6 | -6/+70 |
| | * | Bug #5324 Bug in UCA collations with LIKE comparisons and INDEX | bar@mysql.com | 2004-09-06 | 2 | -3/+90 |
| | * | Bug #5397: Crash with varchar binary and LIKE | bar@mysql.com | 2004-09-06 | 1 | -1/+1 |
* | | | allocate temp array big enough for not to worry about bound checking in look-... | serg@serg.mylan | 2004-11-02 | 1 | -0/+1 |
* | | | different (hopefully, correct) fix for bin2decimal bug | serg@serg.mylan | 2004-11-02 | 1 | -11/+13 |
* | | | s/sint/uint/ - no sign extend for signed bytes | serg@serg.mylan | 2004-11-02 | 1 | -10/+10 |
* | | | ROUND_UP(negative_number) doesn't work | serg@serg.mylan | 2004-11-02 | 1 | -1/+3 |
* | | | one more pre-division bug | serg@serg.mylan | 2004-11-01 | 1 | -3/+10 |
* | | | yet another s/>/>=/ typo | serg@serg.mylan | 2004-11-01 | 1 | -1/+2 |
* | | | correct test for 1/3 | serg@serg.mylan | 2004-11-01 | 1 | -1/+4 |
* | | | stript end zeros before comparison | serg@serg.mylan | 2004-11-01 | 1 | -0/+4 |
* | | | compare with DIG_BASE corectly | serg@serg.mylan | 2004-10-31 | 1 | -8/+5 |
* | | | new round mode - half_up | serg@serg.mylan | 2004-10-31 | 1 | -15/+16 |
* | | | two more places with the same zero-stripping bug | serg@serg.mylan | 2004-10-31 | 1 | -2/+2 |
* | | | sanity checks for decimal result buffers | serg@serg.mylan | 2004-10-30 | 1 | -0/+19 |
* | | | bugfix and test case | serg@serg.mylan | 2004-10-30 | 1 | -1/+2 |
* | | | new api per hf request: | serg@serg.mylan | 2004-10-29 | 1 | -71/+108 |
|/ / |