bk commit - MyODBC 3.51 (1.464)

Below is the list of changes that have just been commited into a local
MyODBC 3.51 repository of 'pharvey'. When 'pharvey' 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 [at] 1.464

ChangeSet
1.464 05/03/08 08:50:56 pharvey [at] mysql.com +1 -0
For side issue in CSC 3985.
Remove warning as it occurs to frequently and messes up console apps.

util/MYODBCUtilReadDataSource.c
1.11 05/03/08 08:50:56 pharvey [at] mysql.com +10 -1
For side issue in CSC 3985.
Remove warning as it occurs to frequently and messes up console apps.

# 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: pharvey
# Host: xeon64x4.peterharvey.org
# Root: /home/pharvey/SandBox/MySQL/myodbc-3.51

--- 1.10/util/MYODBCUtilReadDataSource.c 2005-01-31 21:14:13 -08:00
+++ 1.11/util/MYODBCUtilReadDataSource.c 2005-03-08 08:50:56 -08:00
[at] [at] -206,7 +206,16 [at] [at]
}
}
else
- fprintf( stderr, "[%s][%d][WARNING] Failed to get value for attribute (%s).\n", __FILE__, __LINE__, pszEntryName );
+ {
+ /*
+ At least two diff Users stated they did not want this message and I think we can do with out
+ this one so lets silently move on.
+
+ see; CSC 3985, email 52189
+
+ fprintf( stderr, "[%s][%d][WARNING] Failed to get value for attribute (%s).\n", __FILE__, __LINE__, pszEntryName );
+ */
+ }

pszEntryName += strlen( pszEntryName ) + 1;
} /* while */

--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc [at] m.gmane.org
pharvey [ Di, 08 März 2005 17:50 ] [ ID #683506 ]
Datenbanken » gmane.comp.db.mysql.odbc » bk commit - MyODBC 3.51 (1.464)

Vorheriges Thema: Overflow error on copy from ms access to mysql table
Nächstes Thema: MyODBC bug #5681 - NULL Time value - any progress/patches?