summaryrefslogtreecommitdiff
path: root/sql/my_decimal.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25778 Overrun buffer in to_string_native()Monty2021-06-071-1/+1
* Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-2/+3
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-2/+2
|\
| * MDEV-21195 INSERT chooses wrong partition for RANGE partitioning by DECIMAL c...Aleksey Midenkov2020-02-021-2/+2
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Fixing compilation problems with this DBUG_ASSERT_AS_PRINTFAlexander Barkov2019-02-191-1/+1
* | | | MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-1/+3
* | | | MDEV-16910 Add class VDecAlexander Barkov2018-08-071-15/+33
|/ / /
* | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | Adding "const" qualifier to arguments of date2my_decimal()Alexander Barkov2015-10-221-1/+1
* | The patch for MDEV-8466 revealed a bug in str2my_decimal,Alexander Barkov2015-09-171-10/+10
* | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-15/+6
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-10/+13
* | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-1/+1
* | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-4/+4
|/
* 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\
| * Merge with 5.2.Michael Widenius2011-12-111-7/+10
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-7/+10
| | |\
| | | * Updated/added copyright headersKent Boortz2011-07-031-5/+6
| | | |\
* | | | \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \
| * \ \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-24/+99
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | merge with 5.1-microSergei Golubchik2011-06-071-14/+64
| |\ \ \ \ \ \
| | * | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-14/+63
| * | | | | | | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-11/+36
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-0/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
* | | | | | | post-merge fixes.Sergei Golubchik2011-07-021-4/+4
* | | | | | | 5.5-mergeSergei Golubchik2011-07-021-5/+7
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | auto-merge Bug#11762799/Bug#55436Tatjana Azundris Nuernberg2011-05-121-5/+6
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | auto-merge conservative fix for Bug#55436/Bug#11762799Tatiana Azundris Nurnberg2011-05-051-5/+6
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Bug#55436: buffer overflow in debug binary of dbug_buff in Field_new_decimal:...Tatiana A. Nurnberg2010-11-111-5/+6
| | | | |/ / | | | |/| |
| | * | | | Bug#57818 string conversion function diedSergey Glukhov2010-12-141-0/+1
| | |/ / /
| * | | | Bug #58699 cannot build with gcc dbg on solarisTor Didriksen2010-12-211-0/+1
* | | | | merge.Sergei Golubchik2010-11-251-6/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Changed -1 row number in some warnings to 0Michael Widenius2009-12-061-2/+2
* | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-4/+4
| |/ /
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+4
* | | WL#2649 Number-to-string conversionsAlexander Barkov2010-02-111-0/+53
* | | WL#2110 (SIGNAL)Marc Alff2009-09-101-3/+3
|/ /
* | auto-mergeTatiana A. Nurnberg2008-11-271-1/+1
|\ \ | |/
| * Bug#37553: MySql Error Compare TimeDiff & TimeTatiana A. Nurnberg2008-11-261-1/+1
* | Doxygenization of comments.unknown2007-10-111-7/+5
* | Merge sin.intern.azundris.com:/home/tnurnberg/31227/50-31227unknown2007-10-051-12/+31
|\ \ | |/