summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-1133-6403/+0
| | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* cmake: prefer INSTALL(PROGRAMS over INSTALL(FILESSergei Golubchik2014-06-261-3/+2
|
* Increment release version to resolve upgrade conflict issuemysql-5.5.38Balasubramanian Kandasamy2014-05-111-1/+4
|
* - Support for enterprise packagesBalasubramanian Kandasamy2014-04-243-7/+79
|\ | | | | | | | | | | - Upgrade from MySQL-* packages - Fix Cflags for el7
| * updated optflags variable and cmake option for debug buildBalasubramanian Kandasamy2014-04-071-2/+3
| |
| * Fix Cflags for el7Balasubramanian Kandasamy2014-04-071-1/+6
| |
| * Changed permisison for filter-requires.sh and filter-provides.shBalasubramanian Kandasamy2014-04-042-0/+0
| |
| * Support for enterprise packagesBalasubramanian Kandasamy2014-04-031-5/+68
| |
* | Merge from mysql-5.5.37-releaseunknown2014-03-271-4/+52
|\ \ | |/
| * Bug#18402229 - Resolve mysql conflict with mysql-community-clientmysql-5.5.37Balasubramanian Kandasamy2014-03-141-1/+5
| |
| * Bug#18389088 - Resolve conflict with mysql-libs-compatBalasubramanian Kandasamy2014-03-121-1/+7
| |
| * Corrected typo in changelogBalasubramanian Kandasamy2014-03-061-1/+1
| |
| * Bug#18327194 - Resolve confict issues during upgradeBalasubramanian Kandasamy2014-03-061-7/+45
| |
* | Bug#18305641 SOLARIS SPECIFIIC FILES INSTALLED ON ALL PLATFORMSTor Didriksen2014-03-041-1/+5
|/ | | | | Don't install solaris specific files on other platforms.
* - Add support for el7 (with systemd enabled)Balasubramanian Kandasamy2014-02-114-148/+1091
| | | | | - Enable shared libmysqld by cmake option
* updating the current copyright year which reflects in the MySQL welcome message.Murthy Narkedimilli2014-01-091-2/+2
|
* Updated/added copyright headersMurthy Narkedimilli2014-01-063-3/+3
|
* Updated the url and sql_mode in my.cnfBalasubramanian Kandasamy2013-11-251-2/+2
|
* Backport 5.5.35 EL6 uln repo rpmsBalasubramanian Kandasamy2013-11-2512-0/+2029
|
* Removed non gpl file mysql.info from uln community packageBalasubramanian Kandasamy2013-11-051-1/+6
|
* Fix for Bug:16053094Sreedhar.S2013-09-301-15/+27
| | | | 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.
* Removed random passwords feature for Bugfix#17160741 (not applicable for 5.5.X)Balasubramanian Kandasamy2013-07-151-1/+0
|
* Removed directory /usr/share/mysql/solaris/postinstall-solaris to resolve ↵Balasubramanian Kandasamy2013-07-091-0/+5
| | | | build error
* Fix to remove unreferenced componentsSreedhar S2013-05-291-1/+1
|
* Merge from mysql-5.5.31-releaseunknown2013-04-181-11/+18
|\
| * Updated mysql.spec.sh for rpm-ulnBalasubramanian Kandasamy2013-04-121-11/+18
| |
* | Bug 16534721 - MYSQL_INSTALL_DB RUNS AGAIN DURING UPGRADE EVEN DATA ↵Murthy Narkedimilli2013-04-032-0/+156
|/ | | | DIRECTORY EXISTS
* Bug #13071597: MYSQL SERVER COMMUNITY TO ADVANCED USING MSI THE INSTALLERDaniel Fischer2013-02-201-0/+2
| | | | | | | | 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.
* Bug#14711808 MSI INSTALLATION / UPGRADE CAN CORRUPT EXISTING INSTALLATIONRavinder Thakur2013-02-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | 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.
* Updated Windows MSI package copyright year to 2013Kent Boortz2013-01-021-2/+2
|
* RPMs for ULN do not build in MySQL 5.6: Patches + libmysqld.soJoerg Bruehe2012-12-101-11/+26
| | | | | | | | | | | | | | | | | | | | | 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).
* Building RPMs for ULN:Joerg Bruehe2012-11-082-15/+17
| | | | | | | | | 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.
* Make RPMs for ULN build again.Joerg Bruehe2012-11-071-2/+4
| | | | | | | | | | | | | 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.
* Placement change:Joerg Bruehe2012-11-0721-0/+3272
| | | | | | Top level "SPECIFIC-ULN/" was inappropriate, put the files to create RPMs for ULN into "packaging/rpm-uln/".
* fix for the windows platform for bug: 13788143Hery Ramilison2012-03-011-2/+2
|
* Updated/added copyright headersKent Boortz2011-06-308-4/+86
|
* - Changes needed to use newer WiX version (Bug#60029)Kent Boortz2011-05-163-30/+125
| | | | | | | | | | | - 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
* merge mysql-5.5->mysql-5.5-bugteamGeorgi Kodinov2010-12-161-1/+6
|\
| * Cherrypicked http://lists.mysql.com/commits/124935Vladislav Vaintroub2010-11-261-4/+4
| | | | | | | | MSI: Only call custom action if REMOVE=ALL is specified, this avoids accidential removing services if feature states are modified (reported by Iggy)
| * Support alternate license file.Jonathan Perkin2010-11-241-1/+6
| |
* | MSI: Only call custom action if REMOVE=ALL is specified, this avoids ↵Vladislav Vaintroub2010-11-241-4/+4
| | | | | | | | | | | | accidential removing services if feature states are modified (reported by Iggy)
* | Bug #58411 :wixca project fails to build when using Express Edition of VS:Vladislav Vaintroub2010-11-242-19/+1
|/ | | | | | | | 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.
* WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-203-19/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. VERSION: Add top-level version file. cmake/mysql_version.cmake: Get version information from the top-level VERSION file. Do not cache the version components (MAJOR_VERSION, etc). Add MYSQL_RPM_VERSION as a replacement for MYSQL_U_SCORE_VERSION.
* Bug#58178: "make package" is broken with cmake 2.8.3Vladislav Vaintroub2010-11-131-0/+12
| | | | | | | | | | | | | 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)
* Bug#55169: Installer does not preserve user's settings in custom modeVladislav Vaintroub2010-07-247-35/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some issues with WiX packaging, particularly major upgrade and change scenarios. * remember binary location and data location (for major upgrade) * use custom UI, which is WiX Mondo extended for major upgrade dialog (no feature selection screen shown on major upgrade, only upgrade confirmation). This is necessary to prevent changing installation path during upgrade (services are not reregistered, so they would have invalid binary path is it is changed) * Hide datafiles that are installed into ProgramFiles, show ones that are installed in ProgramData * Make MSI buildable with nmake * Fix autotools "make dist" Makefile.am: Fix autotools "make dist" configure.in: Fix autotools "make dist" packaging/Makefile.am: Fix autotools "make dist" packaging/WiX/CMakeLists.txt: Use custom UI, for major upgrades packaging/WiX/CPackWixConfig.cmake: Show user editable datafiles in feature selection dialog, not datafiles installed into ProgramFiles directory packaging/WiX/create_msi.cmake.in: Use custom UI, fix nmake build for installer packaging/WiX/custom_ui.wxs: Use custom UI packaging/WiX/extra.wxs.in: Show user editable datafiles in feature selection dialog, not datafiles installed into ProgramFiles directory packaging/WiX/mysql_server.wxs.in: Remember install locations of binaries and user editable datafiles.
* Manual merge from mysql-trunk.Alexander Nozdrin2010-07-192-2/+6
|\ | | | | | | | | Conflicts: - scripts/CMakeLists.txt
| * Can't use 64BIT test here, use CMAKE_SIZEOF_VOID_P instead.Jonathan Perkin2010-07-011-2/+1
| |
| * Fix x64 package name.Jonathan Perkin2010-06-291-1/+5
| |
| * Expand ${VERSION}Jonathan Perkin2010-06-281-0/+1
| |
| * Fix essential MSI naming.Jonathan Perkin2010-06-281-1/+1
| |