Bug #3223 | execute fails with unknown error when binding a negative val to unsigned | ||
---|---|---|---|
Submitted: | 18 Mar 2004 6:07 | Modified: | 18 Apr 2004 9:22 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.2 | OS: | Any (all) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[18 Mar 2004 6:07]
Georg Richter
[27 Mar 2004 13:47]
MySQL Verification Team
Verified against 4.1.2. Small fix for test case sample: /* bind parameters */ bind[0].buffer_type = FIELD_TYPE_LONG; bind[0].buffer = (char *)&my_val; - bind[0].length = &my_length; + bind[0].length = (ulong*) &my_length; bind[0].is_null = (char*)&my_null;
[8 Apr 2004 1:16]
Oleksandr Byelkin
ChangeSet 1.1782 04/04/08 11:07:37 bell@sanja.is.com.ua +2 -0 field->store resuts passing is fixed for REAL and INT for Item_param (BUG3223)
[18 Apr 2004 9:22]
Oleksandr Byelkin
Thank you for bugreport. Fix for this bug is pushed to our internal source repository and vill be present in next server release