List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:May 15 2007 4:30pm
Subject:bk commit into 5.0 tree (iggy:1.2478) BUG#24732
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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:30:11-04:00, iggy@amd64.(none) +2 -0
  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@stripped, 2007-05-15 10:30:09-04:00, iggy@amd64.(none) +1 -1
    Bug#24732 Executables do not include Vista manifests
    - Request less permissive set of privileges.

  win/create_manifest.js@stripped, 2007-05-15 10:30:09-04:00, iggy@amd64.(none) +1 -0
    Bug#24732 Executables do not include Vista manifests
    - Manifest requires four part application version.

# 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/my50-bug24732

--- 1.5/sql/CMakeLists.txt	2007-04-23 15:41:22 -04:00
+++ 1.6/sql/CMakeLists.txt	2007-05-15 10:30:09 -04:00
@@ -86,7 +86,7 @@ TARGET_LINK_LIBRARIES(mysqld heap myisam
                       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)

--- 1.1/win/create_manifest.js	2007-04-23 15:41:22 -04:00
+++ 1.2/win/create_manifest.js	2007-05-15 10:30:09 -04:00
@@ -28,6 +28,7 @@ try 
            break;
       case "version":
            var app_version= parts[1];
+           app_version+= ".0";
            break;
       case "arch":
            var app_arch= parts[1];
Thread
bk commit into 5.0 tree (iggy:1.2478) BUG#24732Ignacio Galarza15 May