List:MySQL ODBC« Previous MessageNext Message »
From:pharvey Date:September 12 2005 4:07pm
Subject:bk commit - MyODBC 3.51 (1.504)
View as plain text  
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@ style="color:#666">stripped

ChangeSet
  1.504 05/09/12 09:07:16 pharvey@stripped +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@stripped +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 )
 {
Thread
bk commit - MyODBC 3.51 (1.504)pharvey12 Sep