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

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 650
Proposed branch: lp:~tplavcic/percona-server/bld-108-5.5
Merge into: lp:percona-server/5.5
Diff against target: 126 lines (+65/-2) (has conflicts)
3 files modified
build-ps/debian/changelog (+35/-0)
scripts/mysql_install_db.pl.in (+20/-2)
scripts/mysql_install_db.sh (+10/-0)
Text conflict in scripts/mysql_install_db.pl.in
Text conflict in scripts/mysql_install_db.sh
To merge this branch: bzr merge lp:~tplavcic/percona-server/bld-108-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+216269@code.launchpad.net

Description of the change

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

Tested installation of 5.6 version 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
=== modified file 'build-ps/debian/changelog'
--- build-ps/debian/changelog 2013-10-09 22:16:27 +0000
+++ build-ps/debian/changelog 2014-04-17 09:05:56 +0000
@@ -1,3 +1,38 @@
1percona-server-5.5 (5.5.36-rel34.2) unstable; urgency=low
2
3 * Release 5.5.36-34.2
4 * Added UDF and HandlerSocket
5 * Reverted change of location from /usr/share/percona-server to /usr/share/mysql
6
7 -- Alexey Bychko <alexey.bychko@percona.com> Tue, 25 Mar 2014 11:04:59 +0100
8
9percona-server-5.5 (5.5.36-rel34.1) unstable; urgency=low
10
11 * Release 5.5.36-34.1
12
13 -- Alexey Bychko <alexey.bychko@percona.com> Tue, 17 Mar 2014 10:57:09 +0100
14
15percona-server-5.5 (5.5.36-rel34.0) unstable; urgency=low
16
17 * Release 5.5.36-34.0
18 * Resolved: Multiple arch installation of libmysqlclient18 broken
19
20 -- Alexey Bychko <alexey.bychko@percona.com> Tue, 10 Mar 2014 10:44:46 +0100
21
22percona-server-5.5 (5.5.35-rel33.0) unstable; urgency=low
23
24 * Release 5.5.35-33.0
25
26 -- Ignacio Nin <ignacio.nin@percona.com> Fri, 20 Dec 2013 10:40:29 +0100
27
28percona-server-5.5 (5.5.34-rel32.0) unstable; urgency=low
29
30 * Release 5.5.34-32.0
31 * Resolved: apt-upgrading percona-server fails in post-installation
32 * Resolved: libmysqlclient18-dev doesn't provide libmysqlclient-dev
33
34 -- Ignacio Nin <ignacio.nin@percona.com> Mon, 28 Oct 2013 10:31:09 +0100
35
1percona-server-5.5 (5.5.33-rel31.1) unstable; urgency=low36percona-server-5.5 (5.5.33-rel31.1) unstable; urgency=low
237
3 * Remove the info entry for mysql.info, which was pointless.38 * Remove the info entry for mysql.info, which was pointless.
439
=== modified file 'scripts/mysql_install_db.pl.in'
--- scripts/mysql_install_db.pl.in 2014-03-27 15:42:21 +0000
+++ scripts/mysql_install_db.pl.in 2014-04-17 09:05:56 +0000
@@ -537,6 +537,7 @@
537 " cd mysql-test ; perl mysql-test-run.pl");537 " cd mysql-test ; perl mysql-test-run.pl");
538 }538 }
539 report($opt,539 report($opt,
540<<<<<<< TREE
540 "Please report any problems at http://bugs.mysql.com/",541 "Please report any problems at http://bugs.mysql.com/",
541 "",542 "",
542 "The latest information about MySQL is available on the web at",543 "The latest information about MySQL is available on the web at",
@@ -544,6 +545,16 @@
544 " http://www.mysql.com",545 " http://www.mysql.com",
545 "",546 "",
546 "Support MySQL by buying support/licenses at http://shop.mysql.com");547 "Support MySQL by buying support/licenses at http://shop.mysql.com");
548=======
549 "Please report any problems @",
550 " https://bugs.launchpad.net/percona-server/+filebug",
551 "",
552 "The latest information about Percona Server is available on the web @",
553 " http://www.percona.com/software/percona-server",
554 "",
555 "Support Percona by buying support @",
556 " http://www.percona.com/products/mysql-support");
557>>>>>>> MERGE-SOURCE
547 }558 }
548 exit 0559 exit 0
549}560}
@@ -565,14 +576,21 @@
565 "Try 'mysqld --help' if you have problems with paths. Using --log",576 "Try 'mysqld --help' if you have problems with paths. Using --log",
566 "gives you a log in $opt->{ldata} that may be helpful.",577 "gives you a log in $opt->{ldata} that may be helpful.",
567 "",578 "",
568 "The latest information about MySQL is available on the web at",579 "The latest information about Percona Server is available on the web @",
569 "http://www.mysql.com",580 " http://www.percona.com/software/percona-server",
581 "",
570 "Please consult the MySQL manual section: 'Problems running mysql_install_db',",582 "Please consult the MySQL manual section: 'Problems running mysql_install_db',",
571 "and the manual section that describes problems on your OS.",583 "and the manual section that describes problems on your OS.",
572 "Another information source is the MySQL email archive.",584 "Another information source is the MySQL email archive.",
585<<<<<<< TREE
573 "",586 "",
574 "Please check all of the above before submitting a bug report",587 "Please check all of the above before submitting a bug report",
575 "at http://bugs.mysql.com/")588 "at http://bugs.mysql.com/")
589=======
590 "",
591 "Please check all of the above before submitting a bug report @",
592 " https://bugs.launchpad.net/percona-server/+filebug")
593>>>>>>> MERGE-SOURCE
576}594}
577595
578##############################################################################596##############################################################################
579597
=== modified file 'scripts/mysql_install_db.sh'
--- scripts/mysql_install_db.sh 2014-03-13 13:12:13 +0000
+++ scripts/mysql_install_db.sh 2014-04-17 09:05:56 +0000
@@ -426,8 +426,13 @@
426 echo "describes problems on your OS. Another information source are the"426 echo "describes problems on your OS. Another information source are the"
427 echo "MySQL email archives available at http://lists.mysql.com/."427 echo "MySQL email archives available at http://lists.mysql.com/."
428 echo428 echo
429<<<<<<< TREE
429 echo "Please check all of the above before submitting a bug report"430 echo "Please check all of the above before submitting a bug report"
430 echo "at http://bugs.mysql.com/"431 echo "at http://bugs.mysql.com/"
432=======
433 echo "Please check all of the above before submitting a bug report @"
434 echo " https://bugs.launchpad.net/percona-server/+filebug"
435>>>>>>> MERGE-SOURCE
431 echo436 echo
432 exit 1437 exit 1
433fi438fi
@@ -478,7 +483,12 @@
478 fi483 fi
479484
480 echo485 echo
486<<<<<<< TREE
481 echo "Please report any problems at http://bugs.mysql.com/"487 echo "Please report any problems at http://bugs.mysql.com/"
488=======
489 echo "Please report any problems @"
490 echo " https://bugs.launchpad.net/percona-server/+filebug"
491>>>>>>> MERGE-SOURCE
482 echo492 echo
483 echo "Percona recommends that all production deployments be protected with a support"493 echo "Percona recommends that all production deployments be protected with a support"
484 echo "contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,"494 echo "contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,"

Subscribers

People subscribed via source and target branches