Below is the list of changes that have just been committed into a local
5.1 repository of alik. When alik 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-10-22 16:13:46+04:00, anozdrin@station. +1 -0
WL#4104: Deprecate the Instance Manager.
A deprecation warning added.
server-tools/instance-manager/mysqlmanager.cc@stripped, 2007-10-22 16:13:44+04:00, anozdrin@station. +4 -0
Add a deprecation warning.
diff -Nrup a/server-tools/instance-manager/mysqlmanager.cc b/server-tools/instance-manager/mysqlmanager.cc
--- a/server-tools/instance-manager/mysqlmanager.cc 2007-03-06 18:55:02 +03:00
+++ b/server-tools/instance-manager/mysqlmanager.cc 2007-10-22 16:13:44 +04:00
@@ -79,6 +79,10 @@ int main(int argc, char *argv[])
{
int return_value;
+ puts("\n"
+ "WARNING: This program is deprecated and will be removed in 6.0.\n"
+ "\n");
+
/* Initialize. */
MY_INIT(argv[0]);