Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base: Add mariadb client #459

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN tdnf update -y --refresh && \
libffi-devel \
libtool \
lz4 \
mariadb \
openssl \
openssl-libs \
openssl-devel \
Expand Down
61 changes: 61 additions & 0 deletions tests/command_list
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ apr-1-config
apropos
ar
arch
aria_s3_copy
arp
arpaname
arping
Expand Down Expand Up @@ -731,6 +732,38 @@ mandb
manpath
man-recode
mapfile
mariadb
mariadb-access
mariadb-admin
mariadb-backup
mariadb-binlog
mariadb-check
mariadb-client-test
mariadb-client-test-embedded
mariadb-conv
mariadb-convert-table-format
mariadbd-multi
mariadbd-safe
mariadbd-safe-helper
mariadb-dump
mariadb-dumpslow
mariadb-embedded
mariadb-find-rows
mariadb-fix-extensions
mariadb-hotcopy
mariadb-import
mariadb-install-db
mariadb-ldb
mariadb-plugin
mariadb-secure-installation
mariadb-setpermission
mariadb-show
mariadb-slap
mariadb-test
mariadb-test-embedded
mariadb-tzinfo-to-sql
mariadb-upgrade
mariadb-waitpid
matchpathcon
mcookie
md5sum
Expand Down Expand Up @@ -779,11 +812,37 @@ msginit
msgmerge
msgunfmt
msguniq
msql2mysql
mt
mv
mvn
mvnDebug
mvnyjp
myrocks_hotbackup
mysql
mysqlaccess
mysqladmin
mysqlbinlog
mysqlcheck
mysql_client_test
mysql_client_test_embedded
mysql_convert_table_format
mysqldump
mysql_embedded
mysql_find_rows
mysql_fix_extensions
mysqlimport
mysql_install_db
mysql_ldb
mysql_plugin
mysql_setpermission
mysqlshow
mysqlslap
mysqltest
mysqltest_embedded
mysql_upgrade
mysql_waitpid
mytop
named-checkzone
named-compilezone
named-nzd2nzf
Expand Down Expand Up @@ -859,6 +918,7 @@ perlbug
perldoc
perlivp
perlthanks
perror
pfbtops
pg_amcheck
pg_archivecleanup
Expand Down Expand Up @@ -1121,6 +1181,7 @@ ssh-copy-id
sshd
ssh-keygen
ssh-keyscan
sst_dump
start-puppet-agent
stat
stdbuf
Expand Down
Loading