bk commit - MyODBC 3.51 (1.481)

bk commit - MyODBC 3.51 (1.481)

am 03.08.2005 14:11:33 von bdegtyariov

Below 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.481

ChangeSet
1.481 05/08/03 15:11:31 bdegtyariov@suse3000. +1 -0
MYODBCUtilDefaultDataSource.c:
Solved the problem with SOCKETS other than 'MySQL'

util/MYODBCUtilDefaultDataSource.c
1.4 05/08/03 15:10:00 bdegtyariov@suse3000. +1 -1
Solved the problem with SOCKETS other than 'MySQL'

# 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/myodbc-3.51

--- 1.3/util/MYODBCUtilDefaultDataSource.c 2005-01-28 21:33:53 +02:00
+++ 1.4/util/MYODBCUtilDefaultDataSource.c 2005-08-03 15:10:00 +03:00
@@ -67,7 +67,7 @@

#ifndef _UNIX_
/* Here we actually unset socket for non-UNIX as it does not apply. */
- if ( pDataSource->pszSOCKET )
+ if ( pDataSource->pszSOCKET && !pDataSource->pszSOCKET[0] )
{
free( pDataSource->pszSOCKET );
pDataSource->pszSOCKET = NULL;

--
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