sql: Fix mariadb version and unsafeWaitShell

This commit pins the MariaDB version being used, and updates an
appropriate "mariadb" client being used in unsafeWaitShell.
This commit is contained in:
Tom 2023-06-23 11:34:43 +02:00
parent 75ceab241e
commit 865959f530
3 changed files with 28 additions and 5 deletions

View file

@ -25,6 +25,7 @@ var (
_ component.Snapshotable = (*SQL)(nil)
_ component.Installable = (*SQL)(nil)
_ component.Provisionable = (*SQL)(nil)
_ component.Updatable = (*SQL)(nil)
)
func (sql *SQL) Path() string {