summaryrefslogtreecommitdiff
path: root/sql/my_decimal.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2008-05-201-0/+8
|\ \
| * | Tentative implementation ofunknown2008-04-081-0/+8
* | | Merge amd64.(none):/src/rel_clean_up/my50-rel_clean_upunknown2008-04-281-2/+11
|\ \ \ | |/ / |/| / | |/
| * 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
| |\
| * \ Merge siva.hindu.god:/home/tsmith/m/bk/50unknown2007-05-171-0/+20
| |\ \
| * | | Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-1/+1
* | | | Doxygenize comments.unknown2007-10-161-10/+17
* | | | Merge trift2.:/MySQL/M51/clone-5.1unknown2007-06-051-0/+1
|\ \ \ \
| * | | | decimal buffer overflow bug fixedunknown2007-05-251-3/+8
* | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2007-06-011-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge mysql.com:/home/hf/work/28361/my50-28361unknown2007-05-201-3/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | bug #28361 Buffer overflow in DECIMAL code on Windowsunknown2007-05-201-3/+7
| | | |/ | | |/|
| | * | merging fixesunknown2007-05-111-0/+1
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-5/+4
* | | | Merge mysql.com:/home/hf/work/27957/my50-27957unknown2007-05-111-9/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge mysql.com:/home/hf/work/27921/my50-27921unknown2007-05-111-0/+11
| |\ \ \
| * | | | Bug #27957 cast as decimal does not check overflow, also inconsistent with gr...unknown2007-05-091-0/+8
| | |_|/ | |/| |
* | | | 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
| |/
* | Removed not used define YY_MAGIC_BELOWunknown2007-03-231-1/+1
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-311-1/+1
|\ \ | |/
| * my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Merge mysql.com:/home/hf/work/mysql-5.0.cleanunknown2006-11-081-1/+6
|\ \ | |/
| * bug #19491 (CAST do DATETIME wrong result)unknown2006-10-251-1/+6
* | Bug#16172 DECIMAL data type processed incorrectlyunknown2006-08-081-0/+8
|/
* 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