Bug #45384 Souce compile make bin-dist gives somewhat ambiguous archive name
Submitted: 9 Jun 2009 2:25 Modified: 16 Nov 2009 10:44
Reporter: Phil Bayfield Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[9 Jun 2009 2:25] Phil Bayfield
Description:
Cluster 6.x gave mysql-5.x.x-ndb-6.x.x archive name.
Cluster 7.0 gives mysql-7.0.x archive name as scripts/make_binary_distribution.sh takes only ndb version number.

In future could be somewhat confusing if there is a MySQL version 7.

How to repeat:
make bin-dist

Suggested fix:
In scripts/make_binary_distribution.sh:

Change:

if [ x"$SHORT_PRODUCT_TAG" != x"" ] ; then
  NEW_NAME=mysql-$SHORT_PRODUCT_TAG-$VERSION_NAME-$PLATFORM$SUFFIX
else
  NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-$VERSION_NAME-$PLATFORM$SUFFIX
fi

To:

if [ x"$SHORT_PRODUCT_TAG" != x"" ] ; then
  NEW_NAME=mysql-cluster-gpl-$SHORT_PRODUCT_TAG-$VERSION_NAME-$PLATFORM$SUFFIX
else
  NEW_NAME=mysql-cluster-gpl@MYSQL_SERVER_SUFFIX@-$VERSION_NAME-$PLATFORM$SUFFIX
fi
[9 Jun 2009 9:34] Sveta Smirnova
Thank you for the report.

Verified as described.
[10 Jun 2009 16:26] Liz Drachnik
Hello Phil - 

In order for us to continue the process of reviewing your contribution to MySQL - We need you to review and sign the Sun|MySQL contributor agreement (the "SCA")

The process is explained here: 
http://forge.mysql.com/wiki/Sun_Contributor_Agreement

Getting a signed/approved SCA on file will help us facilitate your contribution-- this one, and others in the future.

Thank you ! 

Liz Drachnik  - Program Manager - MySQL
[1 Oct 2009 23:22] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[2 Nov 2009 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[3 Oct 2014 10:02] Hartmut Holzgraefe
autotools-specific so can can be closed?