summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergey Glukhov <sergey.glukhov@oracle.com>2011-05-26 14:06:39 +0400
committerSergey Glukhov <sergey.glukhov@oracle.com>2011-05-26 14:06:39 +0400
commit3efbf30457d76a3e47371f6d4bd4b2ebd7141ffd (patch)
treeb2b88c04e877e8b24d58ae84d1d29b6e04809ee2 /plugin
parentcce8a658436c2ae9052d38e7ca8c2fdf4d212b7d (diff)
downloadmariadb-git-3efbf30457d76a3e47371f6d4bd4b2ebd7141ffd.tar.gz
Bug#12392636 ASSERTION FAILED: SCALE >= 0 && PRECISION > 0 && SCALE <= PRECISION
Assertion happens due to missing NULL value check in Item_func_round::fix_length_and_dec() function. The fix: added NULL value check for second parameter. mysql-test/r/func_math.result: test case mysql-test/t/func_math.test: test case sql/item_func.cc: added NULL value check for second parameter.
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions