Commit graph

67 commits

Author SHA1 Message Date
Balasubramanian Kandasamy
7c86214a84 Rename enterprise repo packages to commercial 2014-08-26 11:40:54 +02:00
Balasubramanian Kandasamy
b9bc2bd434 - Merge from mysql-5.5.39-ol7-release branch
- Reverted version variable
2014-08-06 09:56:37 +02:00
Balasubramanian Kandasamy
f51622c660 Bug#19223915 Provide mysql-compat-server dependencies 2014-07-24 11:37:40 +02:00
Balasubramanian Kandasamy
b2521f52dd Bug#19155121 - Remove perl(GD) and dtrace dependencies and bench fix 2014-07-08 13:55:42 +02:00
Bjorn Munch
300dcbd6ee Unconditionally disable dtrace for rpm-oel, barfs on Oracle dtrace 2014-07-01 15:19:30 +02:00
Balasubramanian Kandasamy
e774350ac7 Bug#19063012 fix embedded-devel conflict issue 2014-06-26 09:39:29 +02:00
Balasubramanian Kandasamy
a44b4a1882 Bug#18321083 - Added bench package, enabled dtrace 2014-06-25 11:52:13 +02:00
Balasubramanian Kandasamy
c02a78e075 Bug#18972488 Remove packaging/rpm-uln directory from source 2014-06-17 09:22:26 +02:00
Balasubramanian Kandasamy
d4b3161085 Increment release version to resolve upgrade conflict issue 2014-05-11 18:24:12 +02:00
Balasubramanian Kandasamy
23f576b539 - Support for enterprise packages
- Upgrade from MySQL-* packages
- Fix Cflags for el7
2014-04-24 11:06:02 +02:00
Balasubramanian Kandasamy
5efd0966ed updated optflags variable and cmake option for debug build 2014-04-07 16:36:09 +02:00
Balasubramanian Kandasamy
ca40f5a371 Fix Cflags for el7 2014-04-07 14:51:44 +02:00
Balasubramanian Kandasamy
6e92d6cf3b Changed permisison for filter-requires.sh and filter-provides.sh 2014-04-04 05:58:49 +02:00
Balasubramanian Kandasamy
4745e8163e Support for enterprise packages 2014-04-03 12:56:26 +02:00
balasubramanian.kandasamy@oracle.com
c09efb0b37 Merge from mysql-5.5.37-release 2014-03-27 11:17:41 +01:00
Balasubramanian Kandasamy
c7d3fd135c Bug#18402229 - Resolve mysql conflict with mysql-community-client 2014-03-14 19:46:27 +01:00
Balasubramanian Kandasamy
39710f883c Bug#18389088 - Resolve conflict with mysql-libs-compat 2014-03-12 14:30:20 +01:00
Balasubramanian Kandasamy
11bfff717d Corrected typo in changelog 2014-03-06 12:45:07 +01:00
Balasubramanian Kandasamy
1436397afe Bug#18327194 - Resolve confict issues during upgrade 2014-03-06 11:23:15 +01:00
Tor Didriksen
cb8ada941b Bug#18305641 SOLARIS SPECIFIIC FILES INSTALLED ON ALL PLATFORMS
Don't install solaris specific files on other platforms.
2014-03-04 16:41:14 +01:00
Balasubramanian Kandasamy
9a148bc901 - Add support for el7 (with systemd enabled)
- Enable shared libmysqld by cmake option
2014-02-11 08:27:00 +01:00
Murthy Narkedimilli
c94e2e0e96 updating the current copyright year which reflects in the MySQL welcome message. 2014-01-09 16:07:14 +05:30
Murthy Narkedimilli
496abd0814 Updated/added copyright headers 2014-01-06 10:52:35 +05:30
Balasubramanian Kandasamy
fb1ead3dd0 Updated the url and sql_mode in my.cnf 2013-11-25 15:08:52 +01:00
Balasubramanian Kandasamy
0870107b7e Backport 5.5.35 EL6 uln repo rpms 2013-11-25 14:49:29 +01:00
Balasubramanian Kandasamy
f6dfd7d7bb Removed non gpl file mysql.info from uln community package 2013-11-05 08:03:43 +01:00
Sreedhar.S
1fc8cbec49 Fix for Bug:16053094
Registry redirection was improper and hence not able to pick the value for the OLDERVERSION property. as a result in the install upgrade dialog null value wa being passed.
2013-09-30 12:41:22 +05:30
Balasubramanian Kandasamy
0956325f3d Removed random passwords feature for Bugfix#17160741 (not applicable for 5.5.X) 2013-07-15 13:41:27 +02:00
Balasubramanian Kandasamy
8310cf8b32 Removed directory /usr/share/mysql/solaris/postinstall-solaris to resolve build error 2013-07-09 20:35:26 +02:00
Sreedhar S
531d1d1912 Fix to remove unreferenced components 2013-05-29 20:09:45 +05:30
balasubramanian.kandasamy@oracle.com
0ab3a13703 Merge from mysql-5.5.31-release 2013-04-18 12:52:59 +02:00
Balasubramanian Kandasamy
fc5479de3e Updated mysql.spec.sh for rpm-uln 2013-04-12 12:11:38 +02:00
Murthy Narkedimilli
152fe9e9c4 Bug 16534721 - MYSQL_INSTALL_DB RUNS AGAIN DURING UPGRADE EVEN DATA DIRECTORY EXISTS 2013-04-03 18:09:37 +02:00
Daniel Fischer
4af85875de Bug #13071597: MYSQL SERVER COMMUNITY TO ADVANCED USING MSI THE INSTALLER
Cross-upgrades between GPL and commercial versions should be allowed by
the MSI package even when both packages are the same version.

Fixed by allowing upgrades to the same numeric version.
2013-02-20 12:41:43 +01:00
Ravinder Thakur
cc1a0d2ae2 Bug#14711808 MSI INSTALLATION / UPGRADE CAN CORRUPT EXISTING INSTALLATION
Currently MySQL MSI installer on Windows installs MySQL in 
"per user" mode. It means that if a Windows machine has 
multiple users, they each can install MySQL independently. 
However the default path of MySQL is "C:\Program Files (x86)\MySQL\"
and when two users install MySQL on same machine, the installation
by second user just overwrites the MySQL files. This default shared 
location leads to the issue where if the second user uninstalls MySQL,
the installation files are removed for the first user as well.

In this fix, we are now making the default installation "per machine".
It means that when MySQL is installed with defaults options, all
users can see the shortcuts for MySQL in start menu(since installations 
is for all users). Also when any user relaunches the installer, it will 
consider that action uninstallation rather than installation for that user.

There are command line options in installer that can be used to undo the
"per machine" installation but will not consider that scenario.MySQL 
is a server product and it does not make a lot of sense to install it
differently for each user.
2013-02-06 13:52:32 +05:30
Kent Boortz
5905fb4ba2 Updated Windows MSI package copyright year to 2013 2013-01-02 06:18:27 +01:00
Joerg Bruehe
66f1e55b8d RPMs for ULN do not build in MySQL 5.6: Patches + libmysqld.so
Bug #15972480

This is the change for 5.5:
    a cleanup in the way "libmysqld.so" is created.
(Patches were adapted for 5.5 previously.)

Originally, the ".so" was created by taking all modules in
"libmysqld.a", after removing some few which caused unresolved
references.
This is no good idea, rather "ld" should be used to follow all
references from some few start modules.

At the same time, the ".so" version needed to be corrected:
The original "0.0.1" is both wrong and risky.
Rather, the server version is used to identify the ".so" file,
but for linkage the first two levels are sufficient (so upgrades
are possible without re-building the embedded application).
2012-12-10 09:42:18 +01:00
Joerg Bruehe
6cbf0f55e1 Building RPMs for ULN:
The patch "mysql-chain-certs.patch" needs to be adapted
to code changes in "vio/viosslfactories.c" which were
done in MySQL 5.5.

Then, the patch can be re-enabled in the spec file.
2012-11-08 15:49:28 +01:00
Joerg Bruehe
2ee5da2973 Make RPMs for ULN build again.
A change to "vio/viosslfactories.c" in August, 2012,
broke a patch which is to be applied during the build
of ULN RPMs.
The patch file is
"packaging/rpm-uln/mysql-chain-certs.patch"

This change bypasses the problem by not trying to apply
the patch.

This is a regression and must be fixed, not bypassed.
2012-11-07 20:32:54 +01:00
Joerg Bruehe
2307b61bbb Placement change:
Top level "SPECIFIC-ULN/" was inappropriate,
put the files to create RPMs for ULN into
"packaging/rpm-uln/".
2012-11-07 17:45:02 +01:00
Hery Ramilison
f8a26bab5f fix for the windows platform for bug: 13788143 2012-03-01 01:05:05 +01:00
Kent Boortz
9da00ebec9 Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Kent Boortz
de91727eec - Changes needed to use newer WiX version (Bug#60029)
- Added an alterantive search path for WiX components
- Added a custom welcome dialog to include the copyright line (Bug#59805 and Bug#59512)
- Excluded some binaries to make package smaller, in effect makig the
  "essentials" package obsolete
- Added a bit more error checking when running the WiX tools

WiX XML changes done by Johannes Taxacher
2011-05-16 20:26:55 +02:00
Georgi Kodinov
c6b904abf8 merge mysql-5.5->mysql-5.5-bugteam 2010-12-16 18:44:17 +02:00
Vladislav Vaintroub
e3cbf20554 Cherrypicked http://lists.mysql.com/commits/124935
MSI: Only call custom action if REMOVE=ALL is specified, this avoids accidential removing services if  feature states are modified (reported by Iggy)
2010-11-26 16:07:07 +01:00
Jonathan Perkin
f2d0f9c5f8 Support alternate license file. 2010-11-24 23:34:00 +00:00
Vladislav Vaintroub
a2505e9768 MSI: Only call custom action if REMOVE=ALL is specified, this avoids accidential removing services if
feature states are modified (reported by Iggy)
2010-11-24 21:30:27 +01:00
Vladislav Vaintroub
e2436cb92c Bug #58411 :wixca project fails to build when using Express Edition of VS:
The problem was MFC header file includes into the resource definition file (CustomAction.rc)
afxres.h is not available with VS Express.

The fix is to remove resource file from compilation and souce code repository. version of
custom action dll is of no interest for anyone, it is internal dll kept inside the MSI.
2010-11-24 21:23:41 +01:00
Davi Arnaut
f6deb00a56 WL#5665: Removal of the autotools-based build system
The autotools-based build system has been superseded and
is being removed in order to ease the maintenance burden on
developers tweaking and maintaining the build system.

In order to support tools that need to extract the server
version, a new file that (only) contains the server version,
called VERSION, is introduced. The file contents are human
and machine-readable. The format is:

MYSQL_VERSION_MAJOR=5
MYSQL_VERSION_MINOR=5
MYSQL_VERSION_PATCH=8
MYSQL_VERSION_EXTRA=-rc

The CMake based version extraction in cmake/mysql_version.cmake
is changed to extract the version from this file. The configure
to CMake wrapper is retained for backwards compatibility and to
support the BUILD/ scripts. Also, a new a makefile target
show-dist-name that prints the server version is introduced.
2010-11-20 12:47:50 -02:00
Vladislav Vaintroub
8a9549434d Bug#58178: "make package" is broken with cmake 2.8.3
Problem:  with "make package" , many small packages are 
generated, one per CMake COMPONENT, instead of expected single
package. This is due to the new (in cmake 2.8.3) component-based 
install for archive( e.g ZIP,TGZ ) CPack generators.

See http://public.kitware.com/Bug/view.php?id=11452 for discussion.

Fix: use CPACK_MONOLITHIC_INSTALL=1 to enforce single package.
Reset this variable temporarily to 0 for  MSI creation  (MSI needs 
COMPONENTs)
2010-11-13 19:38:39 +01:00