bk commit - MyODBC 3.51 (1.480)
am 28.07.2005 11:25:01 von bdegtyariovBelow is the list of changes that have just been commited into a local
MyODBC 3.51 repository of 'bdegtyariov'. When 'bdegtyariov' does a push, they will
be propogaged to the main repository and within 2 hours after the push
into the public repository.
For more information on how to access the public repository see:
http://www.mysql.com/products/myodbc/faq_2.html#Development_ source
You can also browse the changes from public repository:
Complete repository: http://mysql.bkbits.net:8080/myodbc3/
This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@1.480
ChangeSet
1.480 05/07/28 12:24:59 bdegtyariov@suse3000. +1 -0
connect.c:
Added CLIENT_MULTI_RESULTS flag to avoid the problems with SP in MySQL 5
driver/connect.c
1.74 05/07/28 12:23:20 bdegtyariov@suse3000. +2 -0
Added CLIENT_MULTI_RESULTS flag to avoid the problems with SP in MySQL 5
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: bdegtyariov
# Host: suse3000.
# Root: /home/bdegtyariov/RepositoryTest/myodbc-3.51
--- 1.73/driver/connect.c 2005-07-20 17:25:41 +03:00
+++ 1.74/driver/connect.c 2005-07-28 12:23:20 +03:00
@@ -147,6 +147,8 @@
client_flag |= CLIENT_COMPRESS;
if (option_flag & FLAG_IGNORE_SPACE)
client_flag |= CLIENT_IGNORE_SPACE;
+
+ client_flag |= CLIENT_MULTI_RESULTS;
#ifdef __WIN__
if (option_flag & FLAG_NAMED_PIPE)
mysql_options(mysql,MYSQL_OPT_NAMED_PIPE,NullS);
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org