summaryrefslogtreecommitdiff
path: root/sql/my_decimal.h
Commit message (Expand)AuthorAgeFilesLines
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+20
* Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-5/+9
* Bug#45261: Crash, stored procedure + decimalDavi Arnaut2009-08-241-9/+5
* Manual merge.Alexey Kopytov2009-07-031-2/+15
|\
| * Bug #45262: Bad effects with CREATE TABLE and DECIMAL Alexey Kopytov2009-07-031-2/+15
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1kostja@bodhi.(none)2008-05-201-0/+8
|\ \
| * | Tentative implementation ofkostja@dipika.(none)2008-04-081-0/+8
* | | Merge amd64.(none):/src/rel_clean_up/my50-rel_clean_upiggy@amd64.(none)2008-04-281-2/+11
|\ \ \ | |/ / |/| / | |/
| * Bug#36023: Incorrect handling of zero length caused an assertion to fail.evgen@moonbone.local2008-04-251-2/+11
| * Merge bk-internal.mysql.com:/data0/bk/mysql-5.0ibabaev@bk-internal.mysql.com2007-05-281-3/+7
| |\
| * \ Merge siva.hindu.god:/home/tsmith/m/bk/50tsmith@siva.hindu.god2007-05-171-0/+20
| |\ \
| * | | Backport of TIME->MYSQL_TIME / Y2K fixsetmsvensson@pilot.blaudden2007-05-161-1/+1
* | | | Doxygenize comments.cmiller@zippy.cornsilk.net2007-10-161-10/+17
* | | | Merge trift2.:/MySQL/M51/clone-5.1joerg@trift2.2007-06-051-0/+1
|\ \ \ \
| * | | | decimal buffer overflow bug fixedholyfoot/hf@mysql.com/hfmain.(none)2007-05-251-3/+8
* | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1ibabaev@bk-internal.mysql.com2007-06-011-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/hf/work/28361/my50-28361holyfoot/hf@hfmain.(none)2007-05-201-3/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | bug #28361 Buffer overflow in DECIMAL code on Windowsholyfoot/hf@mysql.com/hfmain.(none)2007-05-201-3/+7
| | | |/ | | |/|
| | * | merging fixesholyfoot/hf@mysql.com/hfmain.(none)2007-05-111-0/+1
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-05-241-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-5/+4
* | | | Merge mysql.com:/home/hf/work/27957/my50-27957holyfoot/hf@hfmain.(none)2007-05-111-9/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge mysql.com:/home/hf/work/27921/my50-27921holyfoot/hf@mysql.com/hfmain.(none)2007-05-111-0/+11
| |\ \ \
| * | | | Bug #27957 cast as decimal does not check overflow, also inconsistent with gr...holyfoot/hf@mysql.com/hfmain.(none)2007-05-091-0/+8
| | |_|/ | |/| |
* | | | Merge mysql.com:/home/hf/work/27921/my50-27921holyfoot/hf@hfmain.(none)2007-05-111-0/+11
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Bug #27921 View ignores precision for CAST()holyfoot/hf@mysql.com/hfmain.(none)2007-05-101-0/+13
| |/
* | Removed not used define YY_MAGIC_BELOWmonty@mysql.com/narttu.mysql.fi2007-03-231-1/+1
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ \ | |/
| * my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | Merge mysql.com:/home/hf/work/mysql-5.0.cleanholyfoot/hf@deer.(none)2006-11-081-1/+6
|\ \ | |/
| * bug #19491 (CAST do DATETIME wrong result)holyfoot/hf@mysql.com/deer.(none)2006-10-251-1/+6
* | Bug#16172 DECIMAL data type processed incorrectlygluh@mysql.com/gluh.(none)2006-08-081-0/+8
|/
* Fix for bug #13573 (wrong data inserted for too big decimals)hf@deer.(none)2005-10-151-16/+44
* Fix for bug #10896 (0.00 > -0.00)hf@deer.(none)2005-06-081-0/+5
* A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-13/+33
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tkonstantin@mysql.com2005-03-211-23/+23
* Fix a valgrind warning in decimal.c:sanity()konstantin@mysql.com2005-03-211-1/+1
* Clean up the warning inside sanity():decimal.c in valgrind-max builds.konstantin@mysql.com2005-03-191-1/+1
* More changes to make 5.0.3 compile on Windowsreggie@mdk10.(none)2005-02-231-3/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-02-191-26/+30
|\
| * Fixed BUILD script to use --with-berkeley-db instead of --with-bdbmonty@mysql.com2005-02-191-26/+30
* | Fix for bug #8534 (Compile errors in Precision Math code on Windows)hf@deer.(none)2005-02-161-2/+2
|/
* Precision Math implementationhf@deer.(none)2005-02-091-0/+332