Bug #10655 mysys/default.c compilation problem
Submitted: 16 May 2005 8:09 Modified: 17 May 2005 14:32
Reporter: Ramil Kalimullin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version:5.0 current OS:
Assigned to: Ramil Kalimullin CPU Architecture:Any

[16 May 2005 8:09] Ramil Kalimullin
Description:
02678: default.c: In function `my_correct_defaults_file':
02679: default.c:123: parse error before `const'
02680: default.c:123: `_db_func_' undeclared (first use in this function)
02681: default.c:123: (Each undeclared identifier is reported only once
02682: default.c:123: for each function it appears in.)
02683: default.c:123: `_db_file_' undeclared (first use in this function)
02684: default.c:123: `_db_level_' undeclared (first use in this function)
02685: default.c:123: `_db_framep_' undeclared (first use in this function)
02686: gmake[2]: *** [default.o] Error 1
02687: gmake[2]: Leaving directory `/build/mysqldev/build/mysql-5.0.6-beta/mysys'
02688: gmake[1]: *** [all-recursive] Error 1
02689: gmake[1]: Leaving directory `/build/mysqldev/build/mysql-5.0.6-beta'
02690: gmake: *** [all] Error 2

How to repeat:
try to build mysql tree on build (and many others platforms)
[16 May 2005 8:27] 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/internals/24933
[16 May 2005 8:39] 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/internals/24934
[17 May 2005 14:32] Paul DuBois
No changelog entry required.