Bug #28250: Run-Time Check Failure #3 - The variable 'value' is
being used without being def Inside method Item_func_unsigned::val_int, the variable value can be returned without being initialized when the CAST argument is of type DECIMAL and has a NULL value. This gives a run-time error when building debug binaries using Visual C++ 2005. Solution: Initialize value to 0
Showing
Please register or sign in to comment