mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 18:19:41 +00:00
Merge branch '10.7' into 10.8
# Conflicts: # storage/innobase/btr/btr0pcur.cc # storage/innobase/log/log0log.cc
This commit is contained in:
@ -652,15 +652,15 @@
|
||||
|
||||
<CustomAction Id='ErrorDataDir'
|
||||
Error='Invalid data directory, choose a different one. Error : [DATADIRERROR]'/>
|
||||
<CustomAction Id="ErrorInstallDir"
|
||||
Error="[INSTALLDIRERROR]" />
|
||||
<CustomAction Id="ErrorInstallDir"
|
||||
Error="[INSTALLDIRERROR]" />
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="CheckDataDirectory" After="CostFinalize">
|
||||
<![CDATA[&DBInstance=3 AND NOT !DBInstance=3 AND OLDERVERSIONBEINGUPGRADED=""]]>
|
||||
</Custom>
|
||||
<Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom>
|
||||
<Custom Action="CheckInstallDirectory" After="CostFinalize">
|
||||
NOT Installed
|
||||
<Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom>
|
||||
<Custom Action="CheckInstallDirectory" After="CostFinalize">
|
||||
NOT Installed AND OLDERVERSIONBEINGUPGRADED=""
|
||||
</Custom>
|
||||
<Custom Action="ErrorInstallDir" After="CheckInstallDirectory">INSTALLDIRERROR</Custom>
|
||||
<Custom Action="CheckDatabaseProperties" Before="CreateDatabaseCommand">SERVICENAME</Custom>
|
||||
|
Reference in New Issue
Block a user