Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc. | Igor Babaev | 2012-02-01 | 1 | -1/+1 |
|\ | |||||
| * | MDEV-50 : Fix default compilation comment | Vladislav Vaintroub | 2012-01-10 | 1 | -1/+1 |
| | | |||||
* | | merge | Vladislav Vaintroub | 2011-09-16 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix path lookup for singtool | Vladislav Vaintroub | 2011-09-16 | 1 | -1/+2 |
| | | |||||
* | | LPBUG#779758 - fix missing alpha/beta etc in MSI and ZIP package names. | Vladislav Vaintroub | 2011-06-17 | 2 | -4/+14 |
|/ | |||||
* | Cygwin-specific klugde to workaround missing TEMP/TMP variables. | Vladislav Vaintroub | 2011-05-10 | 1 | -0/+1 |
| | |||||
* | Add optional CMake parameter TINY_VERSION. | Vladislav Vaintroub | 2011-03-29 | 2 | -4/+8 |
| | | | | | Parameter setting has the effect on 4th part of the version string in executable's version info on Windows. It could be set e.g to bzr revno to uniquely identify different builds for the same major.minor.patch combo. | ||||
* | CMake fixes for buildbot/MSI package building and signing: | Vladislav Vaintroub | 2011-03-28 | 1 | -23/+12 |
| | | | | | | | | | | | - FIND_PROGRAM (signtool) will now get a hint about location of signtool.exe (Windows SDK) - Targets "package" or "msi" will now fail, l if signing is requested but does not work (e.g invalid certificate) - During install, do not re-sign binaries, if they are already signed. - Preserve mysqld_error.h timestamp whenever possible. This helps avoiding situations where the whole server is rebuilt, whenever comp_err.exe changes (for example after code signing, or also after a minor fix in mysys) - Fix Wix error in UpgradeVersion, if patch part of the version is 0. | ||||
* | split long lines, use get_mysql_service_properties() | Vladislav Vaintroub | 2011-01-30 | 1 | -0/+0 |
| | |||||
* | MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order | Vladislav Vaintroub | 2011-01-29 | 9 | -0/+1085 |
| | | | | to be able to build MSI based installer | ||||
* | Install MariaDB as a service with the installer | Bo Thorsen | 2010-06-30 | 1 | -0/+995 |