Skip to content

Commit

Permalink
PS-9323 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPatlan authored Dec 1, 2024
1 parent 9ea36b9 commit 18b7568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-ps/debian/percona-server-server.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ echo -e " * Run the following commands to create these functions:\n"
echo -e "\tmysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
echo -e "\tmysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
echo -e "\tmysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\""
echo -e "\n * See http://www.percona.com/doc/percona-server/8.0/management/udf_percona_toolkit.html for more details\n\n"
echo -e "\n * See http://www.percona.com/doc/percona-server/8.0/management/udf-percona-toolkit.html for more details\n\n"
#

#DEBHELPER#
Expand Down
3 changes: 2 additions & 1 deletion build-ps/percona-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ Requires: percona-server-client
Requires: percona-icu-data-files
Requires: curl
Requires: openssl
Requires: bash
%if 0%{?rhel} >= 8
Requires: percona-telemetry-agent
%endif
Expand Down Expand Up @@ -835,7 +836,7 @@ echo "Run the following commands to create these functions:"
echo "mysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
echo "mysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
echo "mysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\""
echo "See http://www.percona.com/doc/percona-server/8.0/management/udf_percona_toolkit.html for more details"
echo "See http://www.percona.com/doc/percona-server/8.0/management/udf-percona-toolkit.html for more details"

%preun -n percona-server-server
%if 0%{?systemd}
Expand Down

0 comments on commit 18b7568

Please sign in to comment.