~percona-dev/percona-server/bug693818

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# name       : percona-support.patch
# introduced : 11 or before
# maintainer : Oleg
#
#!!! notice !!!
# Any small change to this file in the main branch
# should be done or reviewed by the maintainer!
diff -ruN a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
--- a/scripts/mysql_install_db.sh       2009-08-08 09:20:07.000000000 +0000
+++ b/scripts/mysql_install_db.sh       2009-08-08 09:29:23.000000000 +0000
@@ -469,6 +469,8 @@
   echo
   echo "Please report any problems with the $scriptdir/mysqlbug script!"
   echo
+  echo "For commercial support please contact Percona at http://www.percona.com/contacts.html"
+  echo
 fi

 exit 0
diff -Nur a/support-files/mysql.server.sh b/support-files/mysql.server.sh
--- a/support-files/mysql.server.sh	2010-12-20 18:15:26.000000000 +0000
+++ b/support-files/mysql.server.sh	2010-12-20 18:24:53.000000000 +0000
@@ -300,7 +300,7 @@
       manager=$sbindir/mysqlmanager
     fi
 
-    echo $echo_n "Starting MySQL"
+    echo $echo_n "Starting MySQL (Percona Server)"
     if test -x $manager -a "$use_mysqld_safe" = "0"
     then
       if test -n "$other_args"