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:
parent
75ceab241e
commit
865959f530
3 changed files with 28 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue