Bug #59162 connector c++ - typos in readme file
Submitted: 24 Dec 2010 16:42 Modified: 31 Jan 2011 9:20
Reporter: Santo Leto Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / C++ Severity:S3 (Non-critical)
Version:1.1.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: readme, typos

[24 Dec 2010 16:42] Santo Leto
Description:
Some typos in the readme file included in mysql-connector-c++-noinstall-1.1.0-win32:

1) "The MySQL driverfor C++ makes" --> "The MySQL driver for C++ makes"	
2) "Procees with make clean;" --> "Proceed with make clean;"
3) "we have used to create the biary." --> "we have used to create the binary."
4) "Thread abstaction, unused" --> "Thread abstraction, unused"

Probably, we also want to change the following statement	
"You need to have CMake 2.6.2 (http://www.cmake.org)." 
with
"You need to have CMake 2.6.2 or newer (http://www.cmake.org)."

How to repeat:
-

Suggested fix:
See above.
[24 Dec 2010 18:59] Valeriy Kravchuk
Same problems are visible in the source code from lp:

macbook-pro:connector-cpp openxs$ grep -n "driverfor" *
INSTALL:75:  The MySQL driverfor C++ makes use of Boost variant, any and some pointers.
...
[31 Jan 2011 9:20] Ulf Wendel
nixnutz@linux-fuxh:~/src/connector-cpp-bzr/trunk> bzr commit -m "http://bugs.mysql.com/bug.php?id=59162" INSTALL
Committing to: /home/nixnutz/src/connector-cpp-bzr/trunk/
modified INSTALL
Committed revision 915.

Pushed up to revision 915.