[MDEV-30939] MariaDB 10.6.12 Some issue of 'mysql.server' Created: 2023-03-28 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.5, 10.6, 10.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | An JaeHyun | Assignee: | Rucha Deodhar |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I installed MariaDB 10.6.12 with tar.gz file. (/MARIA/mariadb/bin)
I created 'my.cnf' in '/MARIA/mariadb' and I expected '/etc/init.d/mariadb' use '/MARIA/mariadb/my.cnf' when starting MariaDB server. When I excuted 'service mariadb start' I faced error, so I found something with output of 'sh -x /etc/init.d/mariadb start'
'--defaults-extra-file' option cannot load the configuration because of 'space' between '= $basedir'. After I fixed I executed again, I faced new error.
There is not 'log_failure_msg' function in this file. |
| Comments |
| Comment by Sergei Golubchik [ 2023-05-19 ] |
|
extra space is a bug. log_failure_msg is here: https://github.com/MariaDB/server/blob/mariadb-10.6.12/support-files/mysql.server.sh#L108 |