Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speedup build of the MSI package | Vladislav Vaintroub | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | MDEV-26514 Option to build a separate test zip package on Windows | Elena Stepanova | 2021-08-31 | 2 | -0/+12 |
| | | | | Add a possibility to run MTR tests on a release zip | ||||
* | MDEV-23815 Windows : mysql_upgrade_wizard fails, if service name has spaces | Vladislav Vaintroub | 2021-06-06 | 1 | -1/+4 |
| | | | | | The fix is to quote service name parameter, when it is passed to mysql_upgrade_service subprocess. | ||||
* | MDEV-25859 - HeidiSQL 11.3 | Vladislav Vaintroub | 2021-06-05 | 1 | -1/+1 |
| | |||||
* | MDEV-24762 - HeidiSQL 11.2 | Vladislav Vaintroub | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | Fix appveyor build. | Vladislav Vaintroub | 2020-06-05 | 1 | -1/+6 |
| | |||||
* | Windows, build tweak. | Vladislav Vaintroub | 2020-06-05 | 1 | -1/+8 |
| | | | | Allow targets for building "noinstall" zip, and debuginfo zip. | ||||
* | fix warning | Vladislav Vaintroub | 2020-06-01 | 1 | -1/+1 |
| | |||||
* | MDEV-22743 Windows 10 MSI installer : port in use is not determined | Vladislav Vaintroub | 2020-05-29 | 1 | -21/+76 |
| | | | | | | | | | | | when checking for free port, use the same logic (IPv6 socket address / dual socket), like the server would. Previous solution for testing whether port is free was trying to bind IPv4 socket on INADDR_ANY. This not work now on some reason, that attempt succeeds, even if there is an existing IPv6-dual socket listening on 0.0.0.0:3306 | ||||
* | MSI installer : Use CAQuietExec64 on Win64 , not CAQuietExec | Vladislav Vaintroub | 2020-05-29 | 2 | -1/+3 |
| | | | | | It works, but irritates people who look into the log and see traces of 32bit custom action server. | ||||
* | Remove unused WiX source file | Vladislav Vaintroub | 2020-05-29 | 1 | -183/+0 |
| | |||||
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-04-14 | 2 | -10/+20 |
|\ | |||||
| * | Merge 5.5 into 10.1bb-10.1-merge | Marko Mäkelä | 2020-04-01 | 2 | -10/+20 |
| |\ | |||||
| | * | MDEV-22032 update HeidiSQL to version 11 | Vladislav Vaintroub | 2020-03-24 | 2 | -10/+20 |
| | | | |||||
* | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-07-26 | 2 | -16/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-07-25 | 2 | -16/+13 |
| |\ \ | | |/ | |||||
| | * | MDEV-19922 Old version of heidisql in mariadb installer | Vladislav Vaintroub | 2019-07-05 | 2 | -16/+13 |
| | | | | | | | | | | | | Upgrade HeidiSQL to 10.2 | ||||
* | | | MDEV-19889 In CMakeLists.txt, use ${CMAKE_CPACK_COMMAND},rather than just cpack | Vladislav Vaintroub | 2019-06-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 5 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 3 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 3 | -3/+3 |
| | | | | | | | | | | | | * Update wrong zip-code | ||||
| * | | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Follow-up to changing FSF address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some places didn't match the previous rules, making the Floor address wrong. Additional sed rules: sed -i -e 's/Place.*Suite .*, Boston/Street, Fifth Floor, Boston/g' sed -i -e 's/Suite .*, Boston/Fifth Floor, Boston/g' | ||||
| | * | Update FSF address | Michal Schorm | 2019-05-10 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is based on the work of Michal Schorm, rebased on the earliest MariaDB version. Th command line used to generate this diff was: find ./ -type f \ -exec sed -i -e 's/Foundation, Inc., 59 Temple Place, Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/Foundation, Inc. 59 Temple Place.* Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/MA.*.....-1307.*USA/MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/Foundation, Inc., 59 Temple/Foundation, Inc., 51 Franklin/g' {} \; \ -exec sed -i -e 's/Place, Suite 330, Boston, MA.*02111-1307.*USA/Street, Fifth Floor, Boston, MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/MA.*.....-1307/MA 02110-1335/g' {} \; | ||||
* | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-04 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Oleksandr Byelkin | 2019-03-01 | 1 | -2/+3 |
| |\ \ | |||||
| | * \ | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2019-02-28 | 1 | -2/+3 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-18506 MSI can't be built if MFC package is not installed with Visual Studio | Vladislav Vaintroub | 2019-02-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | candle.exe's preprocessor flags (-dHaveUpgradeWizard=0 -DHaveInnodb=1) were not passed correctly to EXECUTE_PROCESS Fix is to make a list out of the EXTRA_WIX_PREPROCESSOR_FLAGS string, and use the preprocessor flags list in EXECUTE_PROCESS. | ||||
* | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-02-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Temporarily disable a test for commit 2175bfce3e9da8332f10ab0e0286dc93915533a2 because fixing it in 10.2 requires updating libmariadb. | ||||
| * | | | Merge 10.1 into 10.1 | Marko Mäkelä | 2019-02-02 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | This is joint work with Oleksandr Byelkin. | ||||
| | * | | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2019-01-28 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-18254 upgrade HeidiSQL to 9.5 | Vladislav Vaintroub | 2019-01-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | MDEV-15088 Lighter version of Windows Zip distributions | Vladislav Vaintroub | 2018-09-18 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Added forgotten code signing command. | ||||
* | | | | MDEV-15088 Lighter version of Windows Zip distributions | Vladislav Vaintroub | 2018-09-14 | 4 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add new target win_package, that produces a) light ZIP (no test suite, no sql-bench, no debugsymbols) b) debug symbols ZIP | ||||
* | | | | Fix 2 more VS2015 warnings | Vladislav Vaintroub | 2018-02-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 2 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 2 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 2 | -0/+0 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-14446 followup | Vladislav Vaintroub | 2018-01-18 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | Fix WinUIDialogBmp.jpg to use correct dimensions | ||||
| | | * | MDEV-14446 Windows installer still uses the old brown logo | Vladislav Vaintroub | 2018-01-18 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | Use new grey logo. | ||||
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-10-24 | 1 | -1/+44 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-10-22 | 1 | -1/+44 |
| |\ \ \ | | |/ / | |||||
| | * | | Windows MSI : dump server error log to MSI log on installation failure. | Vladislav Vaintroub | 2017-10-03 | 1 | -1/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On failure, installer executes rollback actions, among them removing newly created data directory with all files in it. This patch makes installer at dump mariadb error log to installer log, before removing the files. This should make troubleshooting a little easier. | ||||
* | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-08-29 | 1 | -14/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-08-28 | 1 | -14/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove workaround for ancient and already fixed CMake bug in MSI creation. | Vladislav Vaintroub | 2017-08-23 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | The workaround, an extra cmake calls, somehow makes the connect/cmake_install.cmake to lose installation of connect-engine's specific jar files. | ||||
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-07-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-13106 : Fix check for empty directory in MSI installer | Vladislav Vaintroub | 2017-06-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-06 | 1 | -1/+6 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL). | ||||
| * | | | MDEV-9566 MariaBackup packaging | Vladislav Vaintroub | 2017-04-27 | 1 | -1/+6 |
| | | | |