Oleksandr Byelkin
9af2caca33
Merge branch '10.5' into 10.6
2024-07-18 16:25:33 +02:00
Tuukka Pasanen
2740b657ce
MDEV-31216: Make sure that lsof does not fail on install
...
Command lsof can fail on Debian install.
Revert logic more like old one to make sure that there is no failing
and still does don't boundce on shellcheck.
2023-05-09 08:55:05 +10:00
Tuukka Pasanen
50cdf0b5ea
MDEV-30952: Reformat Debian pre- and postscripts if-clauses
...
Debian install scripts if-clauses are not formatted
as they should be. This commit formats Debian
Pre and Post script if-clauses.
2023-05-08 16:52:27 +10:00
Tuukka Pasanen
8febdfa342
MDEV-30952: Fix shellcheck problems on Debian scripts
...
Commit fixes several ShellCheck found problems in Debian
Pre- and Postscripts.
Debian script mariadb-server-10.6.postrm contains shellcheck
Fixed problems are:
https://www.shellcheck.net/wiki/SC2166 -- Prefer [ p ] && [ q ] as [ p -a q...
https://www.shellcheck.net/wiki/SC2006 -- Use $(...) notation instead of le...
https://www.shellcheck.net/wiki/SC1091 -- Not following: /usr/share/debconf...
Debian script mariadb-server-10.6.postinst contains shellcheck
Fixed problems are:
https://www.shellcheck.net/wiki/SC2129 -- Consider using { cmd1; cmd2; } >>...
https://www.shellcheck.net/wiki/SC1091 -- Not following: /usr/share/debconf...
https://www.shellcheck.net/wiki/SC1072 -- Expected test to end here (don't ...
https://www.shellcheck.net/wiki/SC1073 -- Couldn't parse this test expressi...
https://www.shellcheck.net/wiki/SC1009 -- The mentioned syntax error was in...
Debian script mariadb-server-10.6.preinst contains shellcheck
Fixed problems are:
https://www.shellcheck.net/wiki/SC2231 -- Quote expansions in this for loop...
https://www.shellcheck.net/wiki/SC2166 -- Prefer [ p ] && [ q ] as [ p -a q...
https://www.shellcheck.net/wiki/SC2001 -- See if you can use ${variable//se...
https://www.shellcheck.net/wiki/SC1091 -- Not following: /usr/share/debconf...
https://www.shellcheck.net/wiki/SC1007 -- Remove space after = if trying to...
2023-05-08 16:52:27 +10:00
Tuukka Pasanen
7cbb45d1d4
MDEV-30952: Reformat Debian post and pre scripts
...
There is several misindentation inside Debian post and pre
installation scripts. False indentation with space
as indent space should be 2 and indentation with tabs.
2023-05-08 16:52:27 +10:00
Marko Mäkelä
e441c32a0b
Merge 10.5 into 10.6
2023-01-03 18:13:11 +02:00
Daniel Black
7df06dcbc3
Merge branch 10.5 into 10.6
2022-12-15 09:32:54 +11:00
Tuukka Pasanen
bc75f7ed6d
MDEV-28194: Remove unneeded path from MariaDB server postinst script
...
Remove unndeeded paths from mariadb-server-10.6.postinst as
it's already in export PATH and it fires 'command-with-path-in-maintainer-script'
in lintian checks
2022-04-12 13:28:30 +10:00
Marko Mäkelä
a8379e53e8
Merge 10.5 into 10.6
...
The changes to galera.galear_var_replicate_myisam_on
in commit d9b933bec6
are omitted due to conflicts
with commit 27d66d644c
.
2021-10-13 13:28:12 +03:00
Marko Mäkelä
49f95c4065
Merge 10.5 into 10.6
2021-08-23 11:21:33 +03:00
Marko Mäkelä
65f1a42788
Merge 10.5 into 10.6
2021-06-09 16:50:58 +03:00
Marko Mäkelä
d2e2d32933
Merge 10.5 into 10.6
2021-04-14 12:32:27 +03:00
Marko Mäkelä
92abdcca5a
Merge 10.5 into 10.6
2021-01-07 09:08:09 +02:00
Marko Mäkelä
09a1f0075a
Merge 10.5 into 10.6
2020-11-02 12:49:19 +02:00
Vladislav Vaintroub
272828a171
Merge branch '10.5' into 10.6
2020-07-04 11:53:26 +02:00
Otto Kekäläinen
4501c7e875
Deb: Rename relevant occurrences of 10.5 to 10.6 now in 10.6 series
2020-05-14 19:43:26 +03:00