From: msvensson Date: December 21 2005 2:55pm Subject: bk commit into 5.0 tree (msvensson:1.1990) List-Archive: http://lists.mysql.com/commits/320 Message-Id: <20051221145514.A216620781F@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of msvensson. When msvensson 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 1.1990 05/12/21 15:55:08 msvensson@neptunus.(none) +1 -0 Merge neptunus.(none):/home/msvensson/mysql/bug15775/my41-bug15775 into neptunus.(none):/home/msvensson/mysql/bug15775/my50-bug15775 sql/sql_acl.cc 1.185 05/12/21 15:55:02 msvensson@neptunus.(none) +0 -0 Auto merged # 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: msvensson # Host: neptunus.(none) # Root: /home/msvensson/mysql/bug15775/my50-bug15775/RESYNC --- 1.184/sql/sql_acl.cc 2005-12-06 17:04:21 +01:00 +++ 1.185/sql/sql_acl.cc 2005-12-21 15:55:02 +01:00 @@ -1283,7 +1283,7 @@ if (j == acl_wild_hosts.elements) // If new (void) push_dynamic(&acl_wild_hosts,(char*) &acl_user->host); } - else if (!hash_search(&acl_check_hosts,(byte*) &acl_user->host, + else if (!hash_search(&acl_check_hosts,(byte*) acl_user->host.hostname, (uint) strlen(acl_user->host.hostname))) { if (my_hash_insert(&acl_check_hosts,(byte*) acl_user))