Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6.13
-
None
Description
Commit fe32a4a broke `debian/mariadb-server.preinst`, which causes the following error on install and upgrade. Tested with upgrade from 10.6.12 to 10.6.13.
df: '': No such file or directory
|
/var/lib/dpkg/tmp.ci/preinst: line 215: [: : integer expression expected
|
The `df` command (on line 201 in the 11.1 branch) refers to the unset variable `$datadir`. The variable that is set is `$mysql_datadir`.
Attachments
Issue Links
- relates to
-
MDEV-31423 /etc/init.d/mariadb: line 90: [: : integer expression expected
- Closed
- split to
-
MDEV-31367 Fail on undefined variables in Debian scripts
- Open