Below is the list of changes that have just been committed into a local
5.1 repository of iggy. When iggy does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-05-15 10:37:14-04:00, iggy@amd64.(none) +1 -0
Bug#24732 Executables do not include Vista manifests
- mysqld does not need requireAdministrator rights
to run.
sql/CMakeLists.txt@stripped, 2007-05-15 10:37:11-04:00, iggy@amd64.(none) +1 -1
Bug#24732 Executables do not include Vista manifests
- Request less permissive set of privileges.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: iggy
# Host: amd64.(none)
# Root: /src/bug24732/my51-bug24732
--- 1.38/sql/CMakeLists.txt 2007-04-23 16:23:30 -04:00
+++ 1.39/sql/CMakeLists.txt 2007-05-15 10:37:11 -04:00
@@ -85,7 +85,7 @@ TARGET_LINK_LIBRARIES(mysqld heap myisam
taocrypt strings vio regex wsock32 ws2_32)
IF(EMBED_MANIFESTS)
- MYSQL_EMBED_MANIFEST("mysqld" "requireAdministrator")
+ MYSQL_EMBED_MANIFEST("mysqld" "asInvoker")
ENDIF(EMBED_MANIFESTS)
IF(WITH_ARCHIVE_STORAGE_ENGINE)
TARGET_LINK_LIBRARIES(mysqld archive)
| Thread |
|---|
| • bk commit into 5.1 tree (iggy:1.2487) BUG#24732 | Ignacio Galarza | 15 May |