Merge lp:~tplavcic/percona-server/bld-108-5.6 into lp:percona-server/5.6

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 576
Proposed branch: lp:~tplavcic/percona-server/bld-108-5.6
Merge into: lp:percona-server/5.6
Diff against target: 96 lines (+34/-15)
3 files modified
build-ps/debian/changelog (+17/-1)
scripts/mysql_install_db.pl.in (+13/-11)
scripts/mysql_install_db.sh (+4/-3)
To merge this branch: bzr merge lp:~tplavcic/percona-server/bld-108-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+216270@code.launchpad.net

Description of the change

Links to mysql.com during installation changed to Percona links
Updated debian changelog

Tested installation and the changed text comes up as:
"
Please report any problems @
  https://bugs.launchpad.net/percona-server/+filebug

The latest information about Percona Server is available on the web @
  http://www.percona.com/software/percona-server

Support Percona by buying support @
  http://www.percona.com/products/mysql-support
"
Packages available here:
http://jenkins.percona.com/view/Percona-RELEASES/job/percona-server-5.6-RELEASE/59/

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build-ps/debian/changelog'
2--- build-ps/debian/changelog 2014-02-20 05:50:20 +0000
3+++ build-ps/debian/changelog 2014-04-17 09:07:03 +0000
4@@ -1,4 +1,20 @@
5-percona-server-5.6 (5.6.13-rel61.0) unstable; urgency=low
6+percona-server-5.6 (5.6.16-rel64.2) unstable; urgency=low
7+
8+ * PT UDFs added
9+ * Removed dependency on mysql-common
10+ * Reverted changes to install_layout.cmake and fixes around that change
11+
12+ -- Alexey Bychko <alexey.bychko@percona.com> Tue, 25 Mar 2014 13:51:05 +0200
13+
14+percona-server-5.6 (5.6.16-rel64.1) unstable; urgency=low
15+
16+ * Removed Pre-Depends:multiarch-support from libperconaserverclient
17+ * Fixed search path for libraries
18+ * Fixed installation failure if old paths
19+
20+ -- Alexey Bychko <alexey.bychko@percona.com> Mon, 17 Mar 2014 13:24:05 +0200
21+
22+percona-server-5.6 (5.6.16-rel64.0) unstable; urgency=low
23
24 * Updated package Uploaders.
25 * Fixed control line length issues.
26
27=== modified file 'scripts/mysql_install_db.pl.in'
28--- scripts/mysql_install_db.pl.in 2014-03-13 14:19:17 +0000
29+++ scripts/mysql_install_db.pl.in 2014-04-17 09:07:03 +0000
30@@ -840,13 +840,14 @@
31 " cd mysql-test ; perl mysql-test-run.pl");
32 }
33 report($opt,
34- "Please report any problems at http://bugs.mysql.com/",
35- "",
36- "The latest information about MySQL is available on the web at",
37- "",
38- " http://www.mysql.com",
39- "",
40- "Support MySQL by buying support/licenses at http://shop.mysql.com");
41+ "Please report any problems @",
42+ " https://bugs.launchpad.net/percona-server/+filebug",
43+ "",
44+ "The latest information about Percona Server is available on the web @",
45+ " http://www.percona.com/software/percona-server",
46+ "",
47+ "Support Percona by buying support @",
48+ " http://www.percona.com/products/mysql-support");
49
50 <<'CONFIGFILE_BUG1225189';
51 if ($copy_cfg_file eq $config_file and !$failed_write_cfg)
52@@ -900,14 +901,15 @@
53 "Try 'mysqld --help' if you have problems with paths. Using --log",
54 "gives you a log in $opt->{ldata} that may be helpful.",
55 "",
56- "The latest information about MySQL is available on the web at",
57- "http://www.mysql.com",
58+ "The latest information about Percona Server is available on the web @",
59+ " http://www.percona.com/software/percona-server",
60+ "",
61 "Please consult the MySQL manual section: 'Problems running mysql_install_db',",
62 "and the manual section that describes problems on your OS.",
63 "Another information source is the MySQL email archive.",
64 "",
65- "Please check all of the above before submitting a bug report",
66- "at http://bugs.mysql.com/")
67+ "Please check all of the above before submitting a bug report @",
68+ " https://bugs.launchpad.net/percona-server/+filebug")
69 }
70
71 ##############################################################################
72
73=== modified file 'scripts/mysql_install_db.sh'
74--- scripts/mysql_install_db.sh 2014-03-13 14:19:17 +0000
75+++ scripts/mysql_install_db.sh 2014-04-17 09:07:03 +0000
76@@ -426,8 +426,8 @@
77 echo "describes problems on your OS. Another information source are the"
78 echo "MySQL email archives available at http://lists.mysql.com/."
79 echo
80- echo "Please check all of the above before submitting a bug report"
81- echo "at http://bugs.mysql.com/"
82+ echo "Please check all of the above before submitting a bug report @"
83+ echo " https://bugs.launchpad.net/percona-server/+filebug"
84 echo
85 exit 1
86 fi
87@@ -478,7 +478,8 @@
88 fi
89
90 echo
91- echo "Please report any problems at http://bugs.mysql.com/"
92+ echo "Please report any problems @"
93+ echo " https://bugs.launchpad.net/percona-server/+filebug"
94 echo
95 echo "Percona recommends that all production deployments be protected with a support"
96 echo "contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,"

Subscribers

People subscribed via source and target branches