mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
65f1a42788
47 changed files with 421 additions and 117 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SET(HEIDISQL_BASE_NAME "HeidiSQL_11.2_32_Portable")
|
||||
SET(HEIDISQL_BASE_NAME "HeidiSQL_11.3_32_Portable")
|
||||
SET(HEIDISQL_ZIP "${HEIDISQL_BASE_NAME}.zip")
|
||||
SET(HEIDISQL_URL "http://www.heidisql.com/downloads/releases/${HEIDISQL_ZIP}")
|
||||
SET(HEIDISQL_DOWNLOAD_DIR ${THIRD_PARTY_DOWNLOAD_LOCATION}/${HEIDISQL_BASE_NAME})
|
||||
|
|
|
|||
|
|
@ -367,7 +367,10 @@ void CUpgradeDlg::UpgradeOneService(const string& servicename)
|
|||
ErrorExit("Stdout SetHandleInformation");
|
||||
|
||||
string commandline("mysql_upgrade_service.exe --service=");
|
||||
commandline += "\"";
|
||||
commandline += servicename;
|
||||
commandline += "\"";
|
||||
|
||||
si.cb = sizeof(si);
|
||||
si.hStdInput= GetStdHandle(STD_INPUT_HANDLE);
|
||||
si.hStdOutput= hPipeWrite;
|
||||
|
|
@ -397,7 +400,7 @@ void CUpgradeDlg::UpgradeOneService(const string& servicename)
|
|||
else
|
||||
{
|
||||
/*
|
||||
Creating a process with CREATE_BREAKAWAY_FROM_JOB, reset this flag
|
||||
Creating a process with CREATE_BREAKAWAY_FROM_JOB failed, reset this flag
|
||||
and retry.
|
||||
*/
|
||||
if (!CreateProcess(NULL, (LPSTR)commandline.c_str(), NULL, NULL, TRUE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue