mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Bug#24732 Executables do not include Vista manifests
- Manifest requires four part application version. - mysqld does not need requireAdministrator rights to run. sql/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Request less permissive set of privileges. win/create_manifest.js: Bug#24732 Executables do not include Vista manifests - Manifest requires four part application version.
This commit is contained in:
@@ -86,7 +86,7 @@ TARGET_LINK_LIBRARIES(mysqld heap myisam myisammrg mysys yassl zlib dbug yassl
|
||||
taocrypt strings vio regex wsock32)
|
||||
|
||||
IF(EMBED_MANIFESTS)
|
||||
MYSQL_EMBED_MANIFEST("mysqld" "requireAdministrator")
|
||||
MYSQL_EMBED_MANIFEST("mysqld" "asInvoker")
|
||||
ENDIF(EMBED_MANIFESTS)
|
||||
|
||||
IF(WITH_EXAMPLE_STORAGE_ENGINE)
|
||||
|
@@ -28,6 +28,7 @@ try
|
||||
break;
|
||||
case "version":
|
||||
var app_version= parts[1];
|
||||
app_version+= ".0";
|
||||
break;
|
||||
case "arch":
|
||||
var app_arch= parts[1];
|
||||
|
Reference in New Issue
Block a user