96 Commits (38f9729c2adb549ebcdaaafa22d5a922b5da267c)

Author SHA1 Message Date
monty@mysql.com 67ce247965 Add support for up to VARCHAR (size up to 65535) 21 years ago
serg@serg.mylan c0a4183b0c strings/decimal.c 21 years ago
serg@serg.mylan 44dce2673e strings/decimal.c 21 years ago
serg@serg.mylan 835cf0f1e8 more decimail bugs fixed 21 years ago
serg@serg.mylan e731dd9d05 fix for decimal.c 21 years ago
serg@serg.mylan 34c3ab708c fix decimal2longlong too 21 years ago
serg@serg.mylan 57eb9f0021 better overflow checks in decimal2ulonglong 21 years ago
serg@serg.mylan d74b5499d2 '5.4', -1, HALF_UP 21 years ago
serg@sergbook.mylan 342fb28efa decimal.c: 21 years ago
serg@serg.mylan 3d59f12af0 don't return intg=frac=0 from mod 21 years ago
serg@serg.mylan c9292b8284 memory overrun in decimal_mod 21 years ago
serg@serg.mylan d117bf314f space-stripping in decimal2bin 21 years ago
serg@serg.mylan 44ddca5399 error codes chaged to bitmap (for easier testing with masks) 21 years ago
serg@serg.mylan 16c5f3c59b allocate temp array big enough for not to worry about bound checking in look-aheads 21 years ago
serg@serg.mylan e64d290b83 different (hopefully, correct) fix for bin2decimal bug 21 years ago
serg@serg.mylan fd88351a38 s/sint/uint/ - no sign extend for signed bytes 21 years ago
serg@serg.mylan ea69fe3072 ROUND_UP(negative_number) doesn't work 21 years ago
serg@serg.mylan 5dce4d78d5 one more pre-division bug 21 years ago
serg@serg.mylan 9bda96c5fd yet another s/>/>=/ typo 21 years ago
serg@serg.mylan bc76b8233d correct test for 1/3 21 years ago
serg@serg.mylan 9820e00cba stript end zeros before comparison 21 years ago
serg@serg.mylan b0045f9e00 compare with DIG_BASE corectly 21 years ago
serg@serg.mylan afd18341ac new round mode - half_up 21 years ago
serg@serg.mylan d35d010173 two more places with the same zero-stripping bug 21 years ago
serg@serg.mylan 54403b233a sanity checks for decimal result buffers 21 years ago
serg@serg.mylan 5c8155955b bugfix and test case 21 years ago
serg@serg.mylan 1f7aa03e42 new api per hf request: 21 years ago
serg@serg.mylan c593ab8e6e decimal_cmp() 21 years ago
serg@serg.mylan 0b7f26d74d decimal to/from bin, and utility functions 21 years ago
serg@serg.mylan bd10f962f2 arbitrary precision decimal numbers 21 years ago