summaryrefslogtreecommitdiff
path: root/mysql-test/r/type_decimal.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-261-0/+20
* Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-2/+3
|\
| * str2decimal: don't return a negative zeroSergei Golubchik2016-12-051-2/+3
* | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-3/+6
|/
* MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)#Alexander Barkov2015-06-041-0/+21
* 5.3 mergeSergei Golubchik2014-08-011-2/+2
|\
| * MDEV-4511 Assertion `scale <= precision' fails on GROUP BY TIMEDIFF with inco...Alexander Barkov2014-07-281-2/+2
* | after merge changes:Sergei Golubchik2011-12-121-3/+3
* | merge with 5.3Sergei Golubchik2011-10-191-1/+1
|\ \ | |/
| * post-review changes 1Sergei Golubchik2011-05-191-1/+1
* | Bug#52168 decimal casting catastrophes: crashes and valgrind errors on simple...unknown2010-05-281-0/+28
* | Backport of WL #2934: Make/find library for doing float/double Alexey Kopytov2009-12-221-0/+12
* | Fixed a test errorMikael Ronstrom2009-10-311-7/+7
|/
* Merge amd64.(none):/src/rel_clean_up/my50-rel_clean_upunknown2008-04-281-0/+7
|\
| * Bug#36023: Incorrect handling of zero length caused an assertion to fail.unknown2008-04-251-0/+7
| * Merge mhansson@bk-internal:/home/bk/mysql-5.0-optunknown2008-01-171-1/+62
| |\
* | \ Merge mhansson@bk-internal:/home/bk/mysql-5.1-optunknown2008-01-171-1/+62
|\ \ \
| * \ \ Merge linux-st28.site:/home/martin/mysql/src/bug33143/my50-bug33143-againunknown2008-01-171-1/+62
| |\ \ \ | | | |/ | | |/|
| | * | Bug#33143: Incorrect ORDER BY for ROUND()/TRUNCATE() resultunknown2008-01-141-1/+62
* | | | Merge macbook.gmz:/Users/kgeorge/mysql/work/B33256-5.0-optunknown2008-01-081-4/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug #33256: CREATE ... SELECT creates obsolete table unknown2007-12-211-4/+0
* | | | after merge fixunknown2007-10-291-2/+2
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optunknown2007-10-291-0/+67
|\ \ \ \ | |/ / /
| * | | Bug#30889: filesort and order by with float/numeric crashes serverunknown2007-10-291-0/+67
* | | | Merge magare.gmz:/home/kgeorge/mysql/work/B30715-merged-5.0-optunknown2007-10-241-0/+10
|\ \ \ \ | |/ / /
| * | | Post-merge fixesunknown2007-10-231-0/+1
| * | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-10-231-0/+9
| |\ \ \
| | * | | BUG#31450: Query causes error 1048unknown2007-10-231-0/+11
| | | |/ | | |/|
| * | | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-10-231-0/+6
| |\ \ \ | | |/ /
* | | | Merge mysql.com:/home/gluh/MySQL/Merge/5.1unknown2007-10-231-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge gleb.loc:/home/uchum/work/bk/PA/5.0-opt-31019unknown2007-10-151-0/+6
| |\ \ \ | | | |/ | | |/|
| | * | Fixed bug #31019: the MOD() function and the % operator crash the serverunknown2007-10-081-0/+6
* | | | Merge sin.intern.azundris.com:/home/tnurnberg/31227/50-31227unknown2007-10-051-0/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug#31227: memory overrun with decimal (6,6) and zerofill and group_concatunknown2007-10-051-0/+8
| |/
* | Merge mysql.com:/d2/hf/mrg/mysql-5.0-optunknown2007-06-141-0/+9
|\ \ | |/
| * Fixed bug #28980: the result of ROUND(<decimal expr>,<int column>) unknown2007-06-131-0/+9
* | sql_rename.cc, sql_table.cc, type_decimal.result, mix2_myisam.result:unknown2006-10-201-3/+3
* | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-optunknown2006-10-191-0/+11
|\ \ | |/
| * Bug#22138: Unhandled NULL caused server crashunknown2006-10-111-0/+11
* | Merge mysql.com:/extern/mysql/5.0/generic/mysql-5.0unknown2006-03-061-0/+7
|\ \ | |/
| * Fix for bug#17826 'type_decimal' fails with ps-protocolunknown2006-03-031-0/+7
* | Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower caseunknown2006-02-221-2/+2
* | Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATEunknown2005-12-021-54/+54
|/
* duplicate error message removedunknown2005-09-301-1/+1
* Merge from 4.1 to 5.0unknown2005-09-231-1/+3
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-231-0/+9
|\
| * a fix (bug #7589: Decimal types are ignored when updating data from another c...unknown2005-09-211-0/+9
* | Fix for bug #8449(Silent column changes)unknown2005-07-071-25/+2
* | Fix for bug #9894 (Negative numbers are allowed to 'unsigned' column)unknown2005-06-081-6/+6
* | Tests and results fixed with last precision/decimal related modificationsunknown2005-05-061-1/+1