Fedora Account System
Red Hat Associate
Red Hat Customer
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Description of problem: I just tried to compile package mysql-3_23_58-2 from Fedora. The compiler said 1. log0recv.c:1384: warning: too few arguments for format log0recv.c:1401: warning: too few arguments for format log0recv.c:1429: warning: too few arguments for format The source code is printf( "InnoDB: Error: cannot open %lu'th data file %s\n", nth_file); and printf( "InnoDB: Error: cannot read page no %lu from %lu'th data file %s\n", nth_page_in_file, nth_file); and printf( "InnoDB: Error: cannot write page no %lu to %lu'th data file %s\n", nth_page_in_file, nth_file); Sounds like printf % specifier / parameter mismatch. Version-Release number of selected component (if applicable): mysql-3_23_58-2 How reproducible: Always Steps to Reproduce: 1. by inspection 2. 3. Additional info:
*** This bug has been marked as a duplicate of 82189 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.