https://bugs.contribs.org/show_bug.cgi?id=10202
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
the key error is :
mysqldump: Couldn't execute 'SELECT /*!40001 SQL_NO_CACHE */ * FROM
`GLOBAL_STATUS`': The 'INFORMATION_SCHEMA.GLOBAL_STATUS' feature is disabled;
see the documentation for 'show_compatibility_56' (3167)
the fix would be in /etc/e-smith/events/actions/mysql57-dump-tables:
-for db in $(/opt/rh/rh-mysql57/root/usr/bin/mysql
--socket=/var/lib/mysql/mysql57.sock -BNre "show databases;")
+for db in $(/opt/rh/rh-mysql57/root/usr/bin/mysql
--socket=/var/lib/mysql/mysql57.sock -BNre "show databases;" | grep -vwE
"(information_schema|performance_schema)")
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/