From: Date: August 24 2005 1:37am Subject: bk commit into 5.0 tree (jimw:1.1910) BUG#12705 List-Archive: http://lists.mysql.com/internals/28728 X-Bug: 12705 Message-Id: <20050823233726.49232A8527@rama.trainedmonkey.com> Below is the list of changes that have just been committed into a local 5.0 repository of jimw. When jimw 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.1910 05/08/23 16:37:21 jimw@stripped +1 -0 Fix typo in mysql_fix_privilege_tables.sql (Bug #12705) scripts/mysql_fix_privilege_tables.sql 1.30 05/08/23 16:37:17 jimw@stripped +1 -1 Fix typo # 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: jimw # Host: rama.(none) # Root: /home/jimw/my/mysql-5.0-12705 --- 1.29/scripts/mysql_fix_privilege_tables.sql 2005-07-26 18:08:44 -07:00 +++ 1.30/scripts/mysql_fix_privilege_tables.sql 2005-08-23 16:37:17 -07:00 @@ -509,7 +509,7 @@ 'TRADITIONAL', 'NO_AUTO_CREATE_USER', 'HIGH_NOT_PRECEDENCE' - ) DEFAULT '' NOT NULL + ) DEFAULT '' NOT NULL, DEFAULT CHARACTER SET utf8; # Correct the character set and collation