Skip to content

Commit 18b7568

Browse files
PS-9323 fix
1 parent 9ea36b9 commit 18b7568

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build-ps/debian/percona-server-server.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ echo -e " * Run the following commands to create these functions:\n"
247247
echo -e "\tmysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
248248
echo -e "\tmysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
249249
echo -e "\tmysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\""
250-
echo -e "\n * See http://www.percona.com/doc/percona-server/8.0/management/udf_percona_toolkit.html for more details\n\n"
250+
echo -e "\n * See http://www.percona.com/doc/percona-server/8.0/management/udf-percona-toolkit.html for more details\n\n"
251251
#
252252

253253
#DEBHELPER#

build-ps/percona-server.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ Requires: percona-server-client
262262
Requires: percona-icu-data-files
263263
Requires: curl
264264
Requires: openssl
265+
Requires: bash
265266
%if 0%{?rhel} >= 8
266267
Requires: percona-telemetry-agent
267268
%endif
@@ -835,7 +836,7 @@ echo "Run the following commands to create these functions:"
835836
echo "mysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
836837
echo "mysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
837838
echo "mysql -e \"CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'\""
838-
echo "See http://www.percona.com/doc/percona-server/8.0/management/udf_percona_toolkit.html for more details"
839+
echo "See http://www.percona.com/doc/percona-server/8.0/management/udf-percona-toolkit.html for more details"
839840

840841
%preun -n percona-server-server
841842
%if 0%{?systemd}

0 commit comments

Comments
 (0)