From: Date: March 1 2006 9:33am Subject: bk commit into 5.1 tree (msvensson:1.2211) List-Archive: http://lists.mysql.com/commits/3296 Message-Id: <20060301083340.D3F6D207825@localhost.localdomain> 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.2211 06/03/01 09:33:34 msvensson@neptunus.(none) +2 -0 Merge bk-internal:/home/bk/mysql-5.1-new into neptunus.(none):/home/msvensson/mysql/mysql-5.1 sql/sql_acl.cc 1.183 06/03/01 09:33:27 msvensson@neptunus.(none) +0 -0 Auto merged mysql-test/mysql-test-run.pl 1.76 06/03/01 09:33:27 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/mysql-5.1/RESYNC --- 1.182/sql/sql_acl.cc 2006-02-24 00:29:32 +01:00 +++ 1.183/sql/sql_acl.cc 2006-03-01 09:33:27 +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 */ --- 1.75/mysql-test/mysql-test-run.pl 2006-02-26 23:39:06 +01:00 +++ 1.76/mysql-test/mysql-test-run.pl 2006-03-01 09:33:27 +01:00 @@ -1156,6 +1156,7 @@ $ENV{'USE_RUNNING_SERVER'}= $glob_use_running_server; $ENV{'MYSQL_TEST_DIR'}= $glob_mysql_test_dir; $ENV{'MYSQLTEST_VARDIR'}= $opt_vardir; + $ENV{'MYSQL_TMP_DIR'}= $opt_tmpdir; $ENV{'MASTER_MYSOCK'}= $master->[0]->{'path_mysock'}; $ENV{'MASTER_MYSOCK1'}= $master->[1]->{'path_mysock'}; $ENV{'MASTER_MYPORT'}= $master->[0]->{'path_myport'}; @@ -2876,7 +2877,7 @@ if ( $opt_debug ) { $cmdline_mysqlcheck .= - " --debug=d:t:A,$opt_vardir_trace/log/mysqldump.trace"; + " --debug=d:t:A,$opt_vardir_trace/log/mysqlcheck.trace"; } my $cmdline_mysqldump= "$exe_mysqldump --no-defaults -uroot " .