diff options
author | unknown <evgen@moonbone.local> | 2006-10-11 19:44:12 +0400 |
---|---|---|
committer | unknown <evgen@moonbone.local> | 2006-10-11 19:44:12 +0400 |
commit | b6248f76ed201d524ccc9b33cae2d961a0724c5e (patch) | |
tree | 667f42f01a14de899bbf9ac1ddaf182fd644b46d /mysql-test/r/rename.result | |
parent | 09dfd9e7e4925b357e090a133d6e38e355dda3f5 (diff) | |
download | mariadb-git-b6248f76ed201d524ccc9b33cae2d961a0724c5e.tar.gz |
Bug#22138: Unhandled NULL caused server crash
The Cached_item_decimal::cmp() method wasn't checking for null pointer
returned from the val_decimal() of the item being cached.
This leads to server crash.
The Cached_item_decimal::cmp() method now check for null values.
sql/item_buff.cc:
Bug#22138: Unhandled NULL caused server crash
The Cached_item_decimal::cmp() method now check for null values.
mysql-test/r/type_decimal.result:
Added the test case for bug#22138: Unhandled NULL caused server crash
mysql-test/t/type_decimal.test:
Added the test case for bug#22138: Unhandled NULL caused server crash
Diffstat (limited to 'mysql-test/r/rename.result')
0 files changed, 0 insertions, 0 deletions