Bug #27811 | The variable 'join_tab' is being used without being defined | ||
---|---|---|---|
Submitted: | 13 Apr 2007 14:43 | Modified: | 8 May 2007 1:21 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.0.40-debug | OS: | Windows |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[13 Apr 2007 14:43]
Shane Bester
[13 Apr 2007 14:44]
MySQL Verification Team
stack from the debugger break
Attachment: bug27811_full_stack_5.0.40_debug_windows.txt (text/plain), 3.15 KiB.
[20 Apr 2007 16:01]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/25022 ChangeSet@1.2459, 2007-04-20 19:01:30+03:00, gkodinov@magare.gmz +3 -0 Bug #27811: FORCE_INIT_OF_VARS was not defined for the debug builds on Windows. This caused LINT_INIT macro to be defined as NOP and this triggers false alarms about use of uninitialized with the runtime libs of some Visual Studio versions. Fixed by defining FORCE_INIT_OF_VARS to match the state of the Windows
[30 Apr 2007 12:58]
Bugs System
Pushed into 5.0.42
[30 Apr 2007 12:58]
Bugs System
Pushed into 5.1.18-beta
[8 May 2007 1:21]
Paul DuBois
Noted in 5.0.42, 5.1.18 changelogs. Debug builds on Windows generated false alarms about uninitialized variables with some Visual Studio runtime libraries.