Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with new VARCHAR code | monty@mysql.com | 2004-12-06 | 1 | -2/+7 |
|\ | |||||
| * | Add support for up to VARCHAR (size up to 65535) | monty@mysql.com | 2004-12-06 | 1 | -2/+7 |
* | | int decimal_is_zero(decimal *from); | serg@serg.mylan | 2004-12-06 | 1 | -0/+10 |
* | | strings/decimal.c | serg@serg.mylan | 2004-12-06 | 1 | -4/+14 |
* | | strings/decimal.c | serg@serg.mylan | 2004-12-03 | 1 | -0/+7 |
* | | strings/decimal.c | serg@serg.mylan | 2004-12-03 | 1 | -162/+182 |
* | | more decimail bugs fixed | serg@serg.mylan | 2004-12-03 | 1 | -14/+24 |
* | | fix for decimal.c | serg@serg.mylan | 2004-11-28 | 1 | -1/+1 |
* | | fix decimal2longlong too | serg@serg.mylan | 2004-11-27 | 1 | -4/+7 |
* | | better overflow checks in decimal2ulonglong | serg@serg.mylan | 2004-11-27 | 1 | -3/+7 |
* | | '5.4', -1, HALF_UP | serg@serg.mylan | 2004-11-11 | 1 | -4/+4 |
* | | 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 |
* | error codes chaged to bitmap (for easier testing with masks) | serg@serg.mylan | 2004-11-03 | 1 | -46/+58 |
* | 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 |
* | decimal_cmp() | serg@serg.mylan | 2004-10-20 | 1 | -3/+37 |
* | decimal to/from bin, and utility functions | serg@serg.mylan | 2004-10-19 | 1 | -9/+286 |
* | arbitrary precision decimal numbers | serg@serg.mylan | 2004-10-18 | 1 | -0/+1627 |