Merge lp:~abychko/percona-server/bug1015506 into lp:percona-server/5.5

Proposed by Alexey Bychko
Status: Merged
Approved by: Ignacio Nin
Approved revision: no longer in the source branch.
Merged at revision: 471
Proposed branch: lp:~abychko/percona-server/bug1015506
Merge into: lp:percona-server/5.5
Diff against target: 20 lines (+9/-1)
1 file modified
build/debian/percona-server-server-5.5.postinst (+9/-1)
To merge this branch: bzr merge lp:~abychko/percona-server/bug1015506
Reviewer Review Type Date Requested Status
Registry Administrators Pending
Review via email: mp+149037@code.launchpad.net

Description of the change

[+] added postinstall message about UDF plugings

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/debian/percona-server-server-5.5.postinst'
2--- build/debian/percona-server-server-5.5.postinst 2012-09-18 04:57:16 +0000
3+++ build/debian/percona-server-server-5.5.postinst 2013-02-19 07:06:28 +0000
4@@ -271,7 +271,15 @@
5 fi
6
7 fi
8-
9+#Some postinstall info about UDF
10+#
11+echo -e "\n\n * Percona Server is distributed with several useful UDF (User Defined Function) from Percona Toolkit."
12+echo -e " * Run the following commands to create these functions:\n"
13+echo -e "\tmysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
14+echo -e "\tmysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
15+echo -e "\tmysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\""
16+echo -e "\n * See http://www.percona.com/doc/percona-server/5.5/management/udf_percona_toolkit.html for more details\n\n"
17+#
18 db_stop # in case invoke failes
19
20 #DEBHELPER#

Subscribers

People subscribed via source and target branches