Comment # 1 on bug 1017562 from
Hello David, thank you for your message here.

Your jemalloc issue is really odd to me as mariadb package actually requires
libjemalloc1 that contains libjemalloc.so.1 when you install it. You can see it
in the following logs: 

# zypper in mariadb
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 9 NEW packages are going to be installed:
  libjemalloc1 libmysqlclient18 libmysqlclient_r18 libmysqlcppconn6
libreadline5 libreoffice-base-drivers-mysql mariadb mariadb-client
mariadb-errormessages

9 new packages to install.
Overall download size: 11.2 MiB. Already cached: 0 B  After the operation,
additional 107.1 MiB will be used.
Continue? [y/n/? shows all options] (y): 
...

# systemctl start mysql

# systemctl status mysql
mysql.service - MySQL server
   Loaded: loaded (/usr/lib/systemd/system/mysql.service; disabled)
   Active: active (running) since Mon 2017-01-02 15:40:10 CET; 23s ago
  Process: 20414 ExecStartPost=/usr/lib/mysql/mysql-systemd-helper wait
(code=exited, status=0/SUCCESS)
  Process: 20404 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper upgrade
(code=exited, status=0/SUCCESS)
  Process: 20311 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install
(code=exited, status=0/SUCCESS)
 Main PID: 20413 (mysqld)
   CGroup: /system.slice/mysql.service
           ������20413 /usr/sbin/mysqld --defaults-file=/etc/my.cnf --user=mysql

Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20311]: You can find additional
information about the MySQL part at:
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20311]: http://dev.mysql.com
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20311]: Support MariaDB
development by buying support/new features from MariaDB
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20311]: Corporation Ab. You can
contact us about this at sales@mariadb.com.
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20311]: Alternatively consider
joining our community based development effort:
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20311]:
http://mariadb.com/kb/en/contributing-to-the-mariadb-project/
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20414]: Waiting for MySQL to
start
Jan 02 15:40:09 linux-aubk mysql-systemd-helper[20413]: 170102 15:40:09 [Note]
/usr/sbin/mysqld (mysqld 10.0.27-MariaDB) starting as process 20413 ...
Jan 02 15:40:10 linux-aubk mysql-systemd-helper[20414]: MySQL is alive
Jan 02 15:40:10 linux-aubk systemd[1]: Started MySQL server.


I'm not sure how your situation could happen. Is it reproducible somehow?


Regarding your second problem, if I understand it correctly it was just a
configuration issue and therefore there is no bug.


You are receiving this mail because: