Author: mysqlpp
Date: Sun Dec 2 16:01:54 2007
New Revision: 1947
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1947&view=rev
Log:
The Connection ctor that establishes a connection at the same time
accepts a port parameter, but wasn't passing it to connect(). Fixed.
Modified:
trunk/lib/connection.cpp
Modified: trunk/lib/connection.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.cpp?rev=1947&r1=1946&r2=1947&view=diff
==============================================================================
--- trunk/lib/connection.cpp (original)
+++ trunk/lib/connection.cpp Sun Dec 2 16:01:54 2007
@@ -49,7 +49,7 @@
driver_(new DBDriver()),
copacetic_(true)
{
- connect(db, server, user, password);
+ connect(db, server, user, password, port);
}
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits