mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
* 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
14 lines
431 B
C
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);
|