File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ echo -e " * Run the following commands to create these functions:\n"
247247echo -e " \tmysql -e \" CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\" "
248248echo -e " \tmysql -e \" CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\" "
249249echo -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#
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ Requires: percona-server-client
262262Requires: percona-icu-data-files
263263Requires: curl
264264Requires: openssl
265+ Requires: bash
265266%if 0%{?rhel } >= 8
266267Requires: percona-telemetry-agent
267268%endif
@@ -835,7 +836,7 @@ echo "Run the following commands to create these functions:"
835836echo "mysql -e \"CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'\""
836837echo "mysql -e \"CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'\""
837838echo "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 }
You can’t perform that action at this time.
0 commit comments