[MDEV-31423] /etc/init.d/mariadb: line 90: [: : integer expression expected Created: 2023-06-07 Updated: 2023-06-09 Resolved: 2023-06-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian, Upgrades |
| Affects Version/s: | 10.6 |
| Fix Version/s: | 10.6.15, 10.9.8, 10.10.6, 10.11.5, 11.0.3, 11.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Łukasz | Assignee: | Tuukka Pasanen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
WSL2 with Debian GNU/Linux 11 (bullseye) (11.7) |
||
| Issue Links: |
|
||||||||
| Description |
|
| Comments |
| Comment by Daniel Black [ 2023-06-07 ] | ||
|
apologies - hopefully fixed with https://github.com/MariaDB/server/commit/30fb72ca6e27742f20003c208985eb711e12c70a | ||
| Comment by Daniel Black [ 2023-06-07 ] | ||
|
Ah, not in init.d script - illuusio same fix? | ||
| Comment by Tuukka Pasanen [ 2023-06-07 ] | ||
|
This should happen but happens so fixing it now. | ||
| Comment by Tuukka Pasanen [ 2023-06-07 ] | ||
|
Ok I find the problem. As init.d script uses
to get configs | ||
| Comment by Tuukka Pasanen [ 2023-06-07 ] | ||
|
Now there is Github pull request #2664 to be tested. Can you test if patch works kanlukasz-dev as expected and comment? | ||
| Comment by Łukasz [ 2023-06-08 ] | ||
|
@Tuukka Pasanen, i updated the
file with these new lines from
and can confirm that it now works properly. |