I user this command:
mysql -u root -p < ./sys_10.sql
for my MariaDB 10.5.9 published here: https://github.com/FromDual/mariadb-sys
but i got error:
ERROR 1054 (42S22) at line 78 in file: './views/p_s/metrics_56.sql': Unknown column 'STATUS' in 'field list'
Any solution how to fix it?