1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Bug#24732 Executables do not include Vista manifests

- Manifest requires four part application version.
- mysqld does not need requireAdministrator rights 
to run.
This commit is contained in:
iggy@amd64.(none)
2007-05-15 10:30:11 -04:00
parent f924d84c91
commit 3f4138a519
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ TARGET_LINK_LIBRARIES(mysqld heap myisam myisammrg mysys yassl zlib dbug yassl
taocrypt strings vio regex wsock32) taocrypt strings vio regex wsock32)
IF(EMBED_MANIFESTS) IF(EMBED_MANIFESTS)
MYSQL_EMBED_MANIFEST("mysqld" "requireAdministrator") MYSQL_EMBED_MANIFEST("mysqld" "asInvoker")
ENDIF(EMBED_MANIFESTS) ENDIF(EMBED_MANIFESTS)
IF(WITH_EXAMPLE_STORAGE_ENGINE) IF(WITH_EXAMPLE_STORAGE_ENGINE)

View File

@@ -28,6 +28,7 @@ try
break; break;
case "version": case "version":
var app_version= parts[1]; var app_version= parts[1];
app_version+= ".0";
break; break;
case "arch": case "arch":
var app_arch= parts[1]; var app_arch= parts[1];