-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
I activated 'performance_schema' table (following your instructions), restarted server (now performance_schema table is there) and run the script:
mysql -u root -p < ./sys_10.sql
and it throws an error:
root@5417a729b84c:/performance/mariadb-sys-master# mysql -u root -p < ./sys_10.sql
Enter password:
ERROR 1054 (42S22) at line 78 in file: './views/p_s/metrics_56.sql': Unknown column 'STATUS' in 'field list'
What's happening here? it's a bug?
Please excuse my very basic english ;-)
Reactions are currently unavailable