mariadb/win/upgrade_wizard
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
..
res add forgotten files generated by VS MFC project 2011-01-30 23:20:02 +01:00
CMakeLists.txt MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
resource.h add forgotten files generated by VS MFC project 2011-01-30 23:20:02 +01:00
stdafx.h Windows : Fix /permissive- compile error 2018-02-21 16:33:55 +00:00
targetver.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.cpp Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade.rc Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgrade_wizard.exe.manifest Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00
upgradeDlg.cpp MDEV-16448 mysql_upgrade_service remove my.ini variables that are no more valid 2018-11-15 18:03:30 +01:00
upgradeDlg.h Fix win/ files to be stored with LF in repository 2015-05-08 17:31:54 +03:00