Hassbian-config install mysql not working

I just ran
sudo hassbian-config install mysql

It did some work which included installing MariaDB which I didn’t expect because it says it will install mysql no MariaDB.

When it was done it said mysql installed and when I run the show command it shows it was installed. But when I try to run sudo mysql to setup the user mysql is not found.

When I search for the executable it isn’t found.
pi@hassnuna:~$ sudo find / -name mysql
/srv/homeassistant/hassbian/control/mysql
/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/dialects/mysql
/usr/share/bash-completion/completions/mysql
/usr/include/mysql
/etc/mysql

Shouldn’t this install mysql ?

It seems it installed the client but not the server. I installed the server manually with
sudo apt-get install mysql-server

Then I was able to complete the configuration of mysql-server. Seems this should really have installed as part of the hassbian-config install mysql
That or the command should be changed to install mysql-client