Closed sarthaksingh-tomar closed 1 year ago
Hi @sarthaksingh-tomar - can you do me a favor and try the changes I just pushed to main
?
git clone
curl -sSL https://install.python-poetry.org | python3 -
(if you don't have it already installed)poetry install
poetry run dolphie
Also - not sure how far I want to take support for MariaDB. I may drop it altogether since I don't use it.
Thanks @charles-001 , i have tried but now failed due to incompatibility.
Error
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Failed to execute query
/* dolphie */
SELECT
IFNULL(TIMESTAMPDIFF(
SECOND,
MIN(APPLYING_TRANSACTION_ORIGINAL_COMMIT_TIMESTAMP),
NOW()), "0") AS Seconds_Behind_Master
FROM
performance_schema.replication_applier_status_by_worker
WHERE
APPLYING_TRANSACTION != ''
Table 'performance_schema.replication_applier_status_by_worker' doesn't exist
but anyway that's really nice monitoring tool for Mysql
Yeah, there's probably quite a few incompatibilities. Sorry about that! Maybe someone will create a PR to add support in the future :)
Hi @sarthaksingh-tomar - just wanted to let you know someone just submitted a PR to support MariaDB 10. Please retry when you have a chance.
Hello Guys, I am trying dolphie with Mariadb 10.4 version and it unable to connect it and throwing below exception. That's maybe due to column alias name prefixed with @@.
I have tried running same query without @@ which is running fine.