dbTalk Databases Forums  

bk commit into 5.0 tree (petr:1.1868) BUG#9589

mailing.database.mysql-internals mailing.database.mysql-internals


Discuss bk commit into 5.0 tree (petr:1.1868) BUG#9589 in the mailing.database.mysql-internals forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Petr Chardin
 
Posts: n/a

Default bk commit into 5.0 tree (petr:1.1868) BUG#9589 - 04-11-2005 , 07:37 AM






Below is the list of changes that have just been committed into a local
5.0 repository of cps. When cps 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/in...urce-tree.html

ChangeSet
1.1868 05/04/11 17:08:34 petr (AT) mysql (DOT) com +1 -0
Fix for Bug #9589

server-tools/instance-manager/options.cc
1.13 05/04/11 17:08:30 petr (AT) mysql (DOT) com +1 -1
remove [mysql] group from the list of the groups read by the mysqlmanager (resulted from wrong merge long ago)

# 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: petr
# Host: owlet.
# Root: /home/cps/mysql/trees/mysql-5.0

--- 1.12/server-tools/instance-manager/options.cc 2005-03-22 02:04:10 +03:00
+++ 1.13/server-tools/instance-manager/options.cc 2005-04-11 17:08:30 +04:00
@@ -130,7 +130,7 @@
}


-static const char *default_groups[]= { "mysql", "manager", 0 };
+static const char *default_groups[]= { "manager", 0 };


static void usage()

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.