Below is the list of changes that have just been committed into a local
5.0 repository of greenman. When greenman 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, 2006-08-24 12:15:30-07:00, igreenhoe@stripped +1 -0
Fix for bug #12477 (mysql_fix_privilege_tables does not use my.cnf
exhaustively)
Problem: Missing sections in my_print_defaults command.
Solution: Added sections.
scripts/mysql_fix_privilege_tables.sh@stripped, 2006-08-24 12:15:23-07:00, igreenhoe@stripped +2 -1
Added addional sections to my_print_defaults command.
# 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: igreenhoe
# Host: anubis.greendragongames.com
# Root: /home/greenman/workspace-mysql/mysql/bug-5.0-12477
--- 1.35/scripts/mysql_fix_privilege_tables.sh 2006-08-24 12:15:39 -07:00
+++ 1.36/scripts/mysql_fix_privilege_tables.sh 2006-08-24 12:15:39 -07:00
@@ -87,7 +87,8 @@
fi
done
-parse_arguments `$print_defaults $defaults mysql_install_db mysql_fix_privilege_tables`
+base_version=@MYSQL_BASE_VERSION@
+parse_arguments `$print_defaults $defaults mysqld mysqld-$base_version mysql_install_db mysql_fix_privilege_tables`
parse_arguments PICK-ARGS-FROM-ARGV "$@"
if test -z "$password"
| Thread |
|---|
| • bk commit into 5.0 tree (igreenhoe:1.2251) BUG#12477 | Ian Greenhoe | 24 Aug |