96 Commits (38f9729c2adb549ebcdaaafa22d5a922b5da267c)

Author SHA1 Message Date
monty@mysql.com/narttu.mysql.fi f0ae3ce9b9 Fixed compiler warnings 19 years ago
monty@mysql.com/narttu.mysql.fi e5cc397f33 Fixed compiler warnings (for linux and win32 and win64) 19 years ago
kent@mysql.com/kent-amd64.(none) 226a5c833f Many files: 19 years ago
tsmith/tim@siva.hindu.god 7c82a06dcf Remove warnings by casting 19 years ago
tsmith/tim@siva.hindu.god 6cbfc343a8 Alternative decimal2double implementation using an algorithm 19 years ago
monty@mysql.com/narttu.mysql.fi 88dd873de0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
monty@mysql.com/nosik.monty.fi e825879800 Remove compiler warnings 19 years ago
holyfoot/hf@mysql.com/deer.(none) 18577a8e8f Bug #8663 (cant use bigint as input to CAST) 19 years ago
gluh@mysql.com/gluh.(none) 7e07425b2b Bug#16172 DECIMAL data type processed incorrectly 20 years ago
gkodinov/kgeorge@mysql.com/macbook.gmz ece5fff44e Bug #20569 Garbage in DECIMAL results from some mathematical functions 20 years ago
gkodinov@mysql.com 732b175c29 Bug #20569 Garbage in DECIMAL results from some mathematical functions 20 years ago
monty@mysql.com 860661a2dc unsigned char -> uchar 20 years ago
gluh@eagle.intranet.mysql.r18.ru 4858032176 Fix for bug#17602 Server crash on AVG/SUM over DECIMAL column(2nd ver) 20 years ago
serg@serg.mylan c063819075 locking issues, 20 years ago
monty@mysql.com e05630b17f Moved long running query to type_newdecimal-big.test 20 years ago
holyfoot@deer.(none) c5313e8d4f Fix for bug #14268 (Bad FLOAT->DECIMAL conversion) 20 years ago
holyfoot@deer.(none) 4eea84268b Additional fix for #13573 20 years ago
monty@mysql.com 78e828d32f Review of code pushed since last 5.0 pull: 20 years ago
jani@a193-229-222-105.elisa-laajakaista.fi bb57385f54 Added a cast. Fix for Metrowerks compiler. 20 years ago
hf@deer.(none) 3fb387766b Fix for bug #12938 (decimal arithmetic in the loop fails) 21 years ago
hf@deer.(none) ceb75aed65 Fix for bug #12173 (show create table crash) 21 years ago
monty@mysql.com b3cbd0048f Cleanups during review of new code 21 years ago
hf@deer.(none) ba559d651e Fix for bug #11557 (Error during rounding of the DEFAULT values) 21 years ago
hf@deer.(none) bf7515c302 Fix for bug #10891 (string->decimal conversion crashes server) 21 years ago
monty@mysql.com ec420bfb43 Fixes during review of new code 21 years ago
hf@deer.(none) f1fb785b12 Fix for bug #10632 (CEILING returns wrong result) 21 years ago
hf@deer.(none) 971eaa189d Fix for bug #10337 (cast(NULL DECIMAL) crashes the server) 21 years ago
georg@lmy002.wdf.sap.corp b64e6db5a4 fixes for windows 64-bit compiler warnings 21 years ago
hf@deer.(none) cc007a5c09 Fix for bug #8482 (Incorrect rounding) 21 years ago
monty@mysql.com a69f432115 Code cleanups during code reviews 21 years ago
jani@ibmlab.site 0b5cedca79 Fixed Bug#10232: update with subquery, precision math, 21 years ago
holyfoot@hf-ibm.(none) 44ad7495bb Fix for bug #9527 (negative zero is a nonsence) 21 years ago
holyfoot@hf-ibm.(none) ad863d40fa Fix for bug #10004 (Decimal operation crashes server) 21 years ago
holyfoot@hf-ibm.(none) 5aa0edf34c Trimmed fix for bug #9546 (Crashing with huge decimals) 21 years ago
ramil@ram-book.(none) 50579df606 A fix (bug #10404: select 0/0 returns 0). 21 years ago
holyfoot@hf-ibm.(none) 2c8e9df232 A lot of fixes to Precision math 21 years ago
monty@mysql.com 49e721677f Fixed errors descovered by valgrind 2.4 21 years ago
serg@serg.mylan e5a50e1927 decimal_div bug#9501 21 years ago
konstantin@mysql.com d5af61b1a0 Rename decimal -> decimal_t, decimal_digit -> decimal_digit_t 21 years ago
konstantin@mysql.com 3e8045c662 Fix a valgrind warning in decimal.c:sanity() 21 years ago
hf@deer.(none) b8e5df4b7d Fix for bug #8464 (AVG returns incorrect result) 21 years ago
serg@serg.mylan 6904398874 decimal format documented 21 years ago
serg@serg.mylan 9621ed85a0 underflow in decimal_round fixed 21 years ago
monty@mysql.com 218e00ac68 Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 21 years ago
hf@deer.(none) 5b3ea1ab89 Fix for bug 8416 (bigint test fails on PPC) 21 years ago
bell@sanja.is.com.ua 7df94d5e9b fixed C++ syntax in C code 21 years ago
hf@deer.(none) b94a482ee9 Precision Math implementation 21 years ago
serg@serg.mylan 184cbf6d37 strings/decimal.c 21 years ago
serg@serg.mylan dc2e9d01d7 int decimal_is_zero(decimal *from); 21 years ago
serg@serg.mylan 15e4414c21 strings/decimal.c 21 years ago