| Bug #23530 | compile warning in mysys/my_dup.c | ||
|---|---|---|---|
| Submitted: | 21 Oct 2006 21:43 | Modified: | 22 Oct 2006 23:34 |
| Reporter: | Hartmut Holzgraefe | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
| Version: | 5.1bk | OS: | |
| Assigned to: | Assigned Account | CPU Architecture: | Any |
[21 Oct 2006 21:44]
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/14119 ChangeSet@1.2333, 2006-10-21 23:44:48+02:00, hartmut@mysql.com +1 -0 added missing DBUG_PRINT argument (Bug #23530)
[22 Oct 2006 23:34]
Hartmut Holzgraefe
see bug 23536
[23 Oct 2006 11:45]
Hartmut Holzgraefe
actually a duplicate of bug #23537, not 23536

Description: my_dup.c:32: warning: too few arguments for format How to repeat: compile mysys/my_dup.c with debug enabled Suggested fix: - DBUG_PRINT("my",("file: %d MyFlags: %d", MyFlags)); + DBUG_PRINT("my",("file: %d MyFlags: %d", file, MyFlags));