bk commit - MyODBC 3.51 (1.504)

bk commit - MyODBC 3.51 (1.504)

am 12.09.2005 18:07:16 von pharvey

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

ChangeSet
1.504 05/09/12 09:07:16 pharvey@mercury.codebydesign.com +1 -0
- handle problem where SETUP_VERSION is not defined for Solaris Sparc 64bit

setup/MYODBCSetupDataSourceDialog.cpp
1.33 05/09/12 09:07:16 pharvey@mercury.codebydesign.com +5 -0
- handle problem where SETUP_VERSION is not defined for Solaris Sparc 64bit

# 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: mercury.codebydesign.com
# Root: /home/pharvey/SandBox/MySQL/myodbc-3.51

--- 1.32/setup/MYODBCSetupDataSourceDialog.cpp 2005-09-11 16:46:34 -07:00
+++ 1.33/setup/MYODBCSetupDataSourceDialog.cpp 2005-09-12 09:07:16 -07:00
@@ -28,6 +28,11 @@
#define SETUP_VERSION VERSION
#endif

+// 64bit sparc fails to get this so set it manually
+#ifndef SETUP_VERSION
+#define SETUP_VERSION "v3"
+#endif
+
MYODBCSetupDataSourceDialog::MYODBCSetupDataSourceDialog( QWidget *pwidgetParent, MYODBCUTIL_DATASOURCE *pDataSource )
: QDialog( pwidgetParent )
{

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