Bug #10245 VC++ compiler error with mysql.cc
Submitted: 28 Apr 2005 20:53 Modified: 8 May 2005 23:50
Reporter: Miguel Solorzano Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:BK Source 5.0 OS:Windows (Windows)
Assigned to: Reggie Burnett CPU Architecture:Any

[28 Apr 2005 20:53] Miguel Solorzano
Description:
Compiling...
mysql.cpp
C:\mysql-5.0.6-beta\client\mysql.cpp(715) : error C2065: 'rl_library_version' : undeclared identifier
Error executing cl.exe.

mysqld-nt.exe - 1 error(s), 0 warning(s)

How to repeat:
Compile on Windows latest BK source

Suggested fix:
--
[6 May 2005 13:25] Reggie Burnett
Fixed in 4.1.12 and 5.0.6

Fixed by not showing readline version on platforms that does not support readline
[6 May 2005 13:54] 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/24590
[8 May 2005 23:50] Paul DuBois
Noted in 4.1.2, 5.0.6 changelogs.