List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:January 22 2007 9:39pm
Subject:bk commit into 5.0 tree (iggy:1.2362) BUG#24496
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-01-22 15:39:04-05:00, iggy@recycle.(none) +1 -0
  Bug#24496:Fresh install of mysql on windows has anonymous user with root access.
  - Add anonymous user with no rights.

  scripts/mysql_create_system_tables.sh@stripped, 2007-01-22 15:39:03-05:00,
iggy@recycle.(none) +1 -1
    Bug#24496:Fresh install of mysql on windows has anonymous user with root access.
    - Add anonymous user with no rights.

# 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:	recycle.(none)
# Root:	/src/bug24496/my50-bug24496

--- 1.28/scripts/mysql_create_system_tables.sh	2005-10-13 10:13:02 -04:00
+++ 1.29/scripts/mysql_create_system_tables.sh	2007-01-22 15:39:03 -05:00
@@ -180,7 +180,7 @@
            INSERT INTO user (host,user) values ('localhost','');"
     else
       i_u="$i_u
-	   INSERT INTO user VALUES
('localhost','','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);"
+	   INSERT INTO user VALUES ('localhost','');"
     fi
   fi 
 fi
Thread
bk commit into 5.0 tree (iggy:1.2362) BUG#24496Ignacio Galarza22 Jan