Date: Monday, November 6, 2006 @ 16:11:08
Author: csaba
Path: /cvsroot/carob/libmysequoia/src
Modified: MySQLAPI.cpp (1.61 -> 1.62)
Set the protocol to CLIENT_PROTOCOL_41. Fixes for LMS-30
--------------+
MySQLAPI.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: libmysequoia/src/MySQLAPI.cpp
diff -u libmysequoia/src/MySQLAPI.cpp:1.61 libmysequoia/src/MySQLAPI.cpp:1.62
--- libmysequoia/src/MySQLAPI.cpp:1.61 Wed Oct 18 16:23:41 2006
+++ libmysequoia/src/MySQLAPI.cpp Mon Nov 6 16:11:07 2006
@@ -249,6 +249,8 @@
if (mysql)
{
result = getCarob(mysql)->connect(host, user, passwd, db, port,
unix_socket, clientflag) ? mysql : 0;
+ if (result)
+ result->client_flag |= CLIENT_PROTOCOL_41;
}
else
result = 0;
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits