summaryrefslogtreecommitdiff
path: root/sql/my_decimal.h
Commit message (Expand)AuthorAgeFilesLines
* Bug#36023: Incorrect handling of zero length caused an assertion to fail.unknown2008-04-251-2/+11
* Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-05-281-3/+7
|\
| * bug #28361 Buffer overflow in DECIMAL code on Windowsunknown2007-05-201-3/+7
* | Merge siva.hindu.god:/home/tsmith/m/bk/50unknown2007-05-171-0/+20
|\ \ | |/
| * merging fixesunknown2007-05-111-0/+1
| * Merge mysql.com:/home/hf/work/27921/my50-27921unknown2007-05-111-0/+11
| |\
| | * Bug #27921 View ignores precision for CAST()unknown2007-05-101-0/+13
| * | Bug #27957 cast as decimal does not check overflow, also inconsistent with gr...unknown2007-05-091-0/+8
| |/
* | Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-1/+1
|/
* my_strtoll10-x86.s:unknown2006-12-311-1/+1
* Many files:unknown2006-12-231-2/+1
* bug #19491 (CAST do DATETIME wrong result)unknown2006-10-251-1/+6
* Fix for bug #13573 (wrong data inserted for too big decimals)unknown2005-10-151-16/+44
* Fix for bug #10896 (0.00 > -0.00)unknown2005-06-081-0/+5
* A lot of fixes to Precision mathunknown2005-05-051-13/+33
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tunknown2005-03-211-23/+23
* Fix a valgrind warning in decimal.c:sanity()unknown2005-03-211-1/+1
* Clean up the warning inside sanity():decimal.c in valgrind-max builds.unknown2005-03-191-1/+1
* More changes to make 5.0.3 compile on Windowsunknown2005-02-231-3/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-191-26/+30
|\
| * Fixed BUILD script to use --with-berkeley-db instead of --with-bdbunknown2005-02-191-26/+30
* | Fix for bug #8534 (Compile errors in Precision Math code on Windows)unknown2005-02-161-2/+2
|/
* Precision Math implementationunknown2005-02-091-0/+332