Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
MySQL++ - Programming with the C++ API to MySQL
ODBC - ODBC with the MySQL Connector/ODBC driver
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
bk commit - MyODBC 3.51 (1.457)

bk commit - MyODBC 3.51 (1.457)

2005-02-03       - By pharvey@(protected)

 Back
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@(protected)

ChangeSet
 1.457 05/02/03 16:28:52 peterh@(protected) +5 -0
 - to synch HPUX 11.00 build scripts with 11.11 including fix to rm abs file
ref depend in driver

 SandBox/HPUX/11/hppa2/64/package-MySQL/index.sh
   1.2 05/02/03 16:28:52 peterh@(protected) +1 -1
   - to synch HPUX 11.00 build scripts with 11.11 including fix to rm abs file
ref depend in driver

 SandBox/HPUX/11/hppa2/64/package-MyODBC/Package.sh
   1.2 05/02/03 16:28:52 peterh@(protected) +28 -0
   - to synch HPUX 11.00 build scripts with 11.11 including fix to rm abs file
ref depend in driver

 SandBox/HPUX/11.11/hppa2/64/package-unixODBC/index.sh
   1.2 05/02/03 16:28:52 peterh@(protected) +2 -2
   - to synch HPUX 11.00 build scripts with 11.11 including fix to rm abs file
ref depend in driver

 SandBox/HPUX/11.11/hppa2/64/package-MyODBC/Package.sh
   1.2 05/02/03 16:28:52 peterh@(protected) +12 -2
   - to synch HPUX 11.00 build scripts with 11.11 including fix to rm abs file
ref depend in driver

 SandBox/HPUX/11.11/hppa2/64/index.sh
   1.2 05/02/03 16:28:52 peterh@(protected) +6 -6
   - to synch HPUX 11.00 build scripts with 11.11 including fix to rm abs file
ref depend in driver

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

--- 1.1/SandBox/HPUX/11.11/hppa2/64/index.sh   Fri Jan 21 21:47:19 2005
+++ 1.2/SandBox/HPUX/11.11/hppa2/64/index.sh   Thu Feb  3 16:28:52 2005
@@ -8,9 +8,9 @@
#
# BUILD LIBTOOL
#
-#cd $MY_BUILD_DIR/$MY_OS/$MY_OS_VER/$MY_CPU/$MY_BITS/package-libtool
-#pwd
-#./index.sh
+cd $MY_BUILD_DIR/$MY_OS/$MY_OS_VER/$MY_CPU/$MY_BITS/package-libtool
+pwd
+./index.sh

#
# CREATE unixODBC DISTRO
@@ -22,9 +22,9 @@
#
# BUILD MySQL
#
-#cd $MY_BUILD_DIR/$MY_OS/$MY_OS_VER/$MY_CPU/$MY_BITS/package-MySQL
-#pwd
-#./index.sh
+cd $MY_BUILD_DIR/$MY_OS/$MY_OS_VER/$MY_CPU/$MY_BITS/package-MySQL
+pwd
+./index.sh

#
# CREATE MyODBC DISTRO

--- 1.1/SandBox/HPUX/11.11/hppa2/64/package-MyODBC/Package.sh   Fri Jan 21 21:47
:40 2005
+++ 1.2/SandBox/HPUX/11.11/hppa2/64/package-MyODBC/Package.sh   Thu Feb  3 16:28
:52 2005
@@ -4,19 +4,29 @@
# PACKAGE - MYODBC
#

-cd ..
+#
+# remove abs file ref to libodbcinst
+#
+cd ../MyODBC/lib
+chatr +b disable +s enable -l $MY_UNIXODBC_INST_DIR/lib/libodbcinst.sl.1
libmyodbc3-$MY_ODBC_VER.sl
+cd ../../

+# cleanup
rm -r -f MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit*

+# dup install dir
cp -r MyODBC MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit
+
+# message dir
cp MyODBC-$MY_ODBC_VER/COPYING MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit
cp MyODBC-$MY_ODBC_VER/EXCEPTIONS MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w
-64bit
cp MyODBC-$MY_ODBC_VER/ChangeLog MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w
-64bit
cp MyODBC-$MY_ODBC_VER/README MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit

+# package
tar -cf MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit.tar MyODBC-$MY_ODBC
_VER-hp-hpux11.11-hppa2.0w-64bit
-
gzip MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit.tar

+# drop distro somewhere convenient
mv MyODBC-$MY_ODBC_VER-hp-hpux11.11-hppa2.0w-64bit.tar.gz $MY_BUILD_DIR
/Distributions


--- 1.1/SandBox/HPUX/11.11/hppa2/64/package-unixODBC/index.sh   Fri Jan 21 21:48
:00 2005
+++ 1.2/SandBox/HPUX/11.11/hppa2/64/package-unixODBC/index.sh   Thu Feb  3 16:28
:52 2005
@@ -3,12 +3,12 @@
#
# UNPACK SOURCES
#
-#./Unpack.sh
+./Unpack.sh

#
# BUILD AND INSTALL SOURCES
#
-#./Build.sh
+./Build.sh

#
# CREATE PACKAGE

--- 1.1/SandBox/HPUX/11/hppa2/64/package-MyODBC/Package.sh   Wed Nov 24 10:55:25
2004
+++ 1.2/SandBox/HPUX/11/hppa2/64/package-MyODBC/Package.sh   Thu Feb  3 16:28:52
2005
@@ -4,3 +4,31 @@
# PACKAGE - MYODBC
#

+#
+# remove abs file ref to libodbcinst
+#
+cd ../MyODBC/lib
+chatr +b disable +s enable -l $MY_UNIXODBC_INST_DIR/lib/libodbcinst.sl.1
libmyodbc3-$MY_ODBC_VER.sl
+cd ../../
+
+# cleanup
+rm -r -f MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit*
+
+# dup install dir
+cp -r MyODBC MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit
+
+# message dir
+cp MyODBC-$MY_ODBC_VER/COPYING MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit
+cp MyODBC-$MY_ODBC_VER/EXCEPTIONS MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w
-64bit
+cp MyODBC-$MY_ODBC_VER/ChangeLog MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w
-64bit
+cp MyODBC-$MY_ODBC_VER/README MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit
+
+# package
+tar -cf MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit.tar MyODBC-$MY_ODBC
_VER-hp-hpux11.00-hppa2.0w-64bit
+gzip MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit.tar
+
+# drop distro somewhere convenient
+mv MyODBC-$MY_ODBC_VER-hp-hpux11.00-hppa2.0w-64bit.tar.gz $MY_BUILD_DIR
/Distributions
+
+
+

--- 1.1/SandBox/HPUX/11/hppa2/64/package-MySQL/index.sh   Wed Nov 24 10:55:53 2004
+++ 1.2/SandBox/HPUX/11/hppa2/64/package-MySQL/index.sh   Thu Feb  3 16:28:52 2005
@@ -3,7 +3,7 @@
#
# UNPACK SOURCES
#
-#./Unpack.sh
+./Unpack.sh

#
# BUILD AND INSTALL SOURCES

--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe:    http://lists.mysql.com/myodbc?unsub=mysql@(protected)


Earn $52 per hosting referral at Lunarpages.