summaryrefslogtreecommitdiff
path: root/strings/decimal.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-9/+4
* Merge from 5.0-btStaale Smedseng2009-06-291-3/+3
* Bug#36270: incorrect calculation result - works in 4.1 but not in 5.0 or 5.1Chad MILLER2008-08-151-7/+15
* Bug#33143: Incorrect ORDER BY for ROUND()/TRUNCATE() resultmhansson/martin@linux-st28.site2008-01-141-2/+14
* Fixed bug #31019: the MOD() function and the % operator crash the servergshchepa/uchum@gleb.loc2007-10-081-1/+2
* Bug #27984 Long Decimal Maths produces truncated results.holyfoot/hf@mysql.com/hfmain.(none)2007-05-211-1/+2
* bug #8663 cant use bigint unsigned as input to castholyfoot/hf@mysql.com/hfmain.(none)2007-05-161-1/+5
* Bug #27957 cast as decimal does not check overflow, also inconsistent with gr...holyfoot/hf@mysql.com/hfmain.(none)2007-05-091-0/+8
* Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-221-0/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-13/+14
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-13/+14
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | Remove warnings by castingtsmith/tim@siva.hindu.god2006-12-191-1/+1
* | Alternative decimal2double implementation using an algorithmtsmith/tim@siva.hindu.god2006-12-191-8/+26
|/
* Merge bk-internal:/home/bk/mysql-5.0gkodinov@dl145s.mysql.com2006-11-271-1/+1
|\
| * Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-1/+1
* | Bug #8663 (cant use bigint as input to CAST)holyfoot/hf@mysql.com/deer.(none)2006-10-301-1/+1
|/
* Bug #20569 Garbage in DECIMAL results from some mathematical functionsgkodinov/kgeorge@mysql.com/macbook.gmz2006-07-071-1/+1
* Bug #20569 Garbage in DECIMAL results from some mathematical functionsgkodinov@mysql.com2006-07-061-3/+10
* Fix for bug#17602 Server crash on AVG/SUM over DECIMAL column(2nd ver)gluh@eagle.intranet.mysql.r18.ru2006-02-281-0/+13
* locking issues,serg@serg.mylan2005-12-231-3/+4
* mergingholyfoot@mysql.com2005-11-101-1/+1
|\
| * Fix for bug #14268 (Bad FLOAT->DECIMAL conversion)holyfoot@deer.(none)2005-11-031-1/+1
* | Additional fix for #13573holyfoot@deer.(none)2005-11-021-0/+4
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-081-1/+1
|\
| * Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-1/+1
* | Added a cast. Fix for Metrowerks compiler.jani@a193-229-222-105.elisa-laajakaista.fi2005-09-281-1/+1
|/
* Fix for bug #12938 (decimal arithmetic in the loop fails)hf@deer.(none)2005-09-041-1/+15
* Fix for bug #12173 (show create table crash)hf@deer.(none)2005-07-291-1/+2
* Cleanups during review of new codemonty@mysql.com2005-07-281-2/+5
* Fix for bug #11557 (Error during rounding of the DEFAULT values)hf@deer.(none)2005-07-121-8/+7
* Fix for bug #10891 (string->decimal conversion crashes server)hf@deer.(none)2005-07-071-5/+14
* Fixes during review of new codemonty@mysql.com2005-07-041-7/+9
* Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0hf@deer.(none)2005-06-151-4/+25
|\
| * Fix for bug #10632 (CEILING returns wrong result)hf@deer.(none)2005-06-151-4/+25
* | Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0hf@deer.(none)2005-06-151-1/+7
|\ \
| * | Fix for bug #10337 (cast(NULL DECIMAL) crashes the server)hf@deer.(none)2005-06-151-1/+7
| |/
* | fixes for windows 64-bit compiler warningsgeorg@lmy002.wdf.sap.corp2005-06-131-12/+12
|/
* Fix for bug #8482 (Incorrect rounding)hf@deer.(none)2005-06-091-0/+8
* Code cleanups during code reviewsmonty@mysql.com2005-06-011-10/+26
* Fixed Bug#10232: update with subquery, precision math,jani@ibmlab.site2005-05-101-1/+8
* Fix for bug #9527 (negative zero is a nonsence)holyfoot@hf-ibm.(none)2005-05-071-0/+11
* mergingholyfoot@mysql.com2005-05-061-8/+12
|\
| * Fix for bug #10004 (Decimal operation crashes server)holyfoot@hf-ibm.(none)2005-05-061-8/+12
* | Trimmed fix for bug #9546 (Crashing with huge decimals)holyfoot@hf-ibm.(none)2005-05-061-1/+7
|/
* A fix (bug #10404: select 0/0 returns 0).ramil@ram-book.(none)2005-05-061-13/+13
* A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-17/+9
* Fixed errors descovered by valgrind 2.4monty@mysql.com2005-04-061-1/+1
* decimal_div bug#9501serg@serg.mylan2005-03-311-68/+55
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tkonstantin@mysql.com2005-03-211-45/+49