Below is the list of changes that have just been committed into a local
5.1 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.2166 06/02/28 10:44:48 msvensson@stripped +1 -0
Merge devsrv-b.mysql.com:/space/magnus/bug17279/my50-bug17279
into devsrv-b.mysql.com:/space/magnus/bug17279/my51-bug17279
sql/sql_acl.cc
1.182 06/02/28 10:44:42 msvensson@stripped +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: devsrv-b.mysql.com
# Root: /space/magnus/bug17279/my51-bug17279/RESYNC
--- 1.181/sql/sql_acl.cc 2006-02-14 22:21:12 +01:00
+++ 1.182/sql/sql_acl.cc 2006-02-28 10:44:42 +01:00
@@ -263,7 +263,9 @@
acl_cache= new hash_filo(ACL_CACHE_SIZE, 0, 0,
(hash_get_key) acl_entry_get_key,
- (hash_free_key) free, system_charset_info);
+ (hash_free_key) free,
+ /* Use the case sensitive "binary" charset */
+ &my_charset_bin);
if (dont_read_acl_tables)
{
DBUG_RETURN(0); /* purecov: tested */
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2166) | msvensson | 28 Feb |