Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-09-11 | 1 | -1/+1 |
|\ | |||||
| * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-09-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Speedup build of the MSI package | Vladislav Vaintroub | 2021-09-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/10.3' into 10.4 | Vicențiu Ciorbaru | 2021-09-09 | 2 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Vicențiu Ciorbaru | 2021-09-07 | 2 | -0/+12 |
| |\ \ | | |/ | |||||
| | * | 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 | ||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-06-08 | 2 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-06-08 | 2 | -2/+5 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | | | |||||
* | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2021-02-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-24762 - HeidiSQL 11.2 | Vladislav Vaintroub | 2021-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '10.3' into 10.4 | Vladislav Vaintroub | 2020-06-05 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Vladislav Vaintroub | 2020-06-05 | 1 | -1/+6 |
| |\ \ | | |/ | |||||
| | * | Fix appveyor build. | Vladislav Vaintroub | 2020-06-05 | 1 | -1/+6 |
| | | | |||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-06-05 | 1 | -1/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-06-05 | 1 | -1/+8 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | | | |||||
* | | | Merge branch '10.3' into 10.4 | Vladislav Vaintroub | 2020-06-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix warning | Vladislav Vaintroub | 2020-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-30 | 4 | -205/+79 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-29 | 4 | -205/+79 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | | | |||||
* | | | MDEV-22555 Windows, packaging: binaries depend on vcruntime140_1.dll, which ↵ | Vladislav Vaintroub | 2020-05-14 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is not in MSI When server is compiled with recent VS2019, then executables, have dependency on vcruntime140_1.dll While we include the VC redistributable merge modules into our MSI package, those merge modules were stale (taken from older VS version, 2017) Since VS2019 brough new DLL dependency by introducing new exception handling https://devblogs.microsoft.com/cppblog/making-cpp-exception-handling-smaller-x64 thus the old MSMs were not enough. The fix is to change logic in win/packaging/CMakeLists.txt to look up for the correct, new MSMs. The bug only affects 10.4,as we compile with static CRT before 10.4, and partly-statically(just vcruntime stub is statically linked, but not UCRT) after 10.4 For the fix to work, it required also some changes on the build machine (vs_installer, modify VS2019 installation, add Individual Component "C++ 2019 Redistributable MSMs") | ||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-04-16 | 2 | -10/+20 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | In main.index_merge_myisam we remove the test that was added in commit a2d24def8cc42d27c72d833abfb39ef24a2b96ba because it duplicates the test case that was added in commit 5af12e463549e4bbc2ce6ab720d78937d5e5db4e. | ||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-15 | 2 | -10/+20 |
| |\ \ | | |/ | |||||
| | * | 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 |
| | | | | | |||||
* | | | | | MDEV-19781 fixups | Vladislav Vaintroub | 2019-11-27 | 7 | -272/+258 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It is not enough to have and DeleteSymlinks actions because within the same installation some exes executables can be both added and removed, which needs both adding and removing some symlinks. Instead of CreateSymlinks, there is now FixSymlinks function, which goes through the list, and adds or removes the symlinks as needed. - Implemented rollback for symlink custom action. - Generate list of symlinks in C++ file, using CMake, rather than storing lists as MSI properties. | ||||
* | | | | | MDEV-19781 Create MariaDB named commands on Windowsbb-10.4-MDEV-19781 | Rasmus Johansson | 2019-11-26 | 5 | -105/+437 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added CreateSymlinks and DeleteSymlinks functions to CustomAction.cpp. Extra.wxs.in calls them. | ||||
* | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-07-28 | 2 | -10/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix Windows packaging. | Vladislav Vaintroub | 2019-07-27 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-07-26 | 2 | -12/+15 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | 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 | ||||
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-07-02 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-07-02 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-19889 In CMakeLists.txt, use ${CMAKE_CPACK_COMMAND},rather than just cpack | Vladislav Vaintroub | 2019-06-27 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 5 | -6/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 5 | -6/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | 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 |
| | | |\ \ | | | | |/ |