Skip to content
Permalink
Browse files
MDEV-23462 Upgrade wizard not offered during 10.5 MSI installation on…
… Windows

There is no mysql_upgrade_wizard target, only mariadb-upgrade-wizard
  • Loading branch information
vaintroub committed Aug 12, 2020
1 parent 7541080 commit 5eff7c0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -123,7 +123,7 @@ ELSE()
ENDIF()
SET(CPACK_WIX_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/CPackWixConfig.cmake)

IF(NOT TARGET mysql_upgrade_wizard)
IF(NOT TARGET mariadb-upgrade-wizard)
SET(EXTRA_WIX_PREPROCESSOR_FLAGS "-dHaveUpgradeWizard=0")
ENDIF()
IF(WITH_INNOBASE_STORAGE_ENGINE)

0 comments on commit 5eff7c0

Please sign in to comment.