Giter VIP home page Giter VIP logo

Comments (5)

twexler avatar twexler commented on June 30, 2024

Try this pull: 76ab2c9. It should fix that issue(along with the deadlock problem I had)

from munin-mysql.

ghazel avatar ghazel commented on June 30, 2024

But this would still match the end of the "OLDEST VIEW" section, which is not the end of the Row Operations section (which is not part of the paste, but would occur right at the end)

from munin-mysql.

twexler avatar twexler commented on June 30, 2024

Oh, true. I didn't see that. Interesting. That is a problem.

from munin-mysql.

Synchro avatar Synchro commented on June 30, 2024

I think the problem is that it defines the end of a section is any line that's all dashes, which isn't always true (as we're seeing here). I think it would be better to match the section starts more exactly, for example by matching '---\nLOG\n---' instead of just 'LOG'. Given that it checks line by line maybe use an extra var to keep count of the number of dashes on the previous line?

from munin-mysql.

andreausu avatar andreausu commented on June 30, 2024

I ran into the same problem after upgrading to Percona 5.5.
I tried some workarounds but it's the first time I work with perl so I'm kinda stuck...
I really hope someone will come up with a solution for this.

from munin-mysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.