ports/databases/mysql-connector-odbc/files/patch-driver__connect.c
Marcus Alves Grando 48636a33db Move databases/myodbc -> databases/mysql-connector-odbc
* MOVED
Added antry about move

* databases/Makefile
Remove databases/myodbc
Add databases/mysql-connector-odbc

* databases/myodbc
Removed

* databases/mysql-connector-odbc
Update to 3.51.12
Reorganize Makefile
Now default DRIVER_MANAGER is unixodbc

PR:		89939
Submitted by:	Sergey Prikhodko <sergey@network-asp.biz> (maintainer)
Repocopy by:	marcus
2006-01-17 20:50:46 +00:00

14 lines
431 B
C

--- driver/connect.c.orig Sun Oct 9 22:33:40 2005
+++ driver/connect.c Thu Oct 27 16:44:37 2005
@@ -141,8 +141,10 @@
client_flag |= CLIENT_COMPRESS;
if (option_flag & FLAG_IGNORE_SPACE)
client_flag |= CLIENT_IGNORE_SPACE;
-
+
+#ifdef CLIENT_MULTI_RESULTS
client_flag |= CLIENT_MULTI_RESULTS;
+#endif
#ifdef __WIN__
if (option_flag & FLAG_NAMED_PIPE)
mysql_options(mysql,MYSQL_OPT_NAMED_PIPE,NullS);