summaryrefslogtreecommitdiff
path: root/sql/my_decimal.h
Commit message (Expand)AuthorAgeFilesLines
* 5.5-mergeSergei Golubchik2011-07-021-24/+45
|\
| * auto-mergeTatjana Azundris Nuernberg2011-05-121-20/+23
| |\
| | * Bug #11792200 - DIVIDING LARGE NUMBERS CAUSES STACK CORRUPTIONSTor Didriksen2011-03-031-20/+23
| * | auto-merge Bug#11762799/Bug#55436Tatjana Azundris Nuernberg2011-05-121-1/+2
| |\ \ | | |/ | |/|
| | * auto-merge conservative fix for Bug#55436/Bug#11762799Tatiana Azundris Nurnberg2011-05-051-1/+2
| | |\
| | | * Bug#55436: buffer overflow in debug binary of dbug_buff in Field_new_decimal:...Tatiana A. Nurnberg2010-11-111-1/+2
| * | | Bug #59241 invalid memory read in do_div_mod with doubly assigned variablesTor Didriksen2011-01-141-2/+19
| * | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-191-1/+1
| |\ \ \ | | |/ /
| | * | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-191-1/+1
| | |/
* | | merge.Sergei Golubchik2010-11-251-1/+1
|\ \ \ | |/ / |/| |
| * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-5/+9
| |\ \ | | |/
| * | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-9/+5
| |\ \
| * \ \ Merge MySQL->MariaDBSergey Petrunya2009-09-081-2/+15
| |\ \ \
| * | | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* | | | | 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.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