galera-4 a Recommends instead of Depends in Debian packaging (MDEV-28284)

[MDEV-30778] Remove AWK from mysql_install_db.sh script Created: 2023-03-03  Updated: 2023-03-24  Resolved: 2023-03-24

Status: Closed
Project: MariaDB Server
Component/s: Platform Debian
Affects Version/s: 11.0.0
Fix Version/s: 11.0

Type: Technical task Priority: Major
Reporter: Tuukka Pasanen Assignee: Tuukka Pasanen
Resolution: Fixed Votes: 0
Labels: None


 Description   

Only reason to have AWK installed with Debian server package is

scripts/mysql_install_db.sh

It contains

echo "$resolved" | awk '/ /{print $6}

which can be turned to

echo "$resolved" | while read a ; do echo ${a##* } ; done

which should be Bash, Dash and Zsh compliant



 Comments   
Comment by Tuukka Pasanen [ 2023-03-24 ]

PR merged

Generated at Thu Feb 08 10:18:49 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.