mirror of https://github.com/MariaDB/server
Browse Source
Assertion happens due to missing initialization of unsigned_flag for Item_func_set_user_var object. It leads to incorrect calculation of decimal field size. The fix is to add initialization of unsigned_flag. mysql-test/r/variables.result: test case mysql-test/t/variables.test: test case sql/item_func.cc: add initialization of unsigned_flag.pull/374/head
3 changed files with 30 additions and 0 deletions
Loading…
Reference in new issue