mariadb/win/packaging
Rasmus Johansson 9e1b3af4a4 MDEV-21303 Make executables MariaDB named
To change all executables to have a mariadb name I had to:
- Do name changes in every CMakeLists.txt that produces executables
- CREATE_MARIADB_SYMLINK was removed and GET_SYMLINK added by Wlad to reuse the function in other places also
- The scripts/CMakeLists.txt could make use of GET_SYMLINK instead of introducing redundant code, but I thought I'll leave that for next release
- A lot of changes to debian/.install and debian/.links files due to swapping of real executable and symlink. I did not however change the name of the manpages, so the real name is still mysql there and mariadb are symlinks.
- The Windows part needed a change now when we made the executables mariadb -named. MSI (and ZIP) do not support symlinks and to not break backward compatibility we had to include mysql named binaries also. Done by Wlad
2020-03-21 20:20:29 +01:00
..
ca MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
CMakeLists.txt Merge 10.4 into 10.5 2019-11-27 06:29:14 +02:00
COPYING.rtf Follow-up to changing FSF address 2019-05-11 18:30:45 +03:00
CPackWixConfig.cmake MDEV-17279 Windows : link C runtime dynamically 2018-10-09 08:42:48 +01:00
CPackZIPConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
CPackZIPDebugInfoConfig.cmake MDEV-15088 Lighter version of Windows Zip distributions 2018-09-14 20:54:54 +01:00
create_msi.cmake MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
custom_ui.wxs commit win/ changes 2015-06-05 23:33:23 +02:00
extra.wxs.in MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
heidisql.cmake Fix Windows packaging. 2019-07-27 13:53:56 +02:00
heidisql.wxi.in Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
heidisql_feature.wxi.in commit win/ changes 2015-06-05 23:33:23 +02:00
mysql_server.wxs.in MDEV-17279 Windows : link C runtime dynamically 2018-10-09 08:42:48 +01:00
WixUIBannerBmp.jpg MDEV-14446 Windows installer still uses the old brown logo 2018-01-18 16:15:18 +00:00
WixUIDialogBmp.jpg MDEV-14446 followup 2018-01-18 16:42:11 +00:00