Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AnemometerModel.php #189

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Commits on May 23, 2017

  1. Update AnemometerModel.php

    Previous pull request box#179 removed quotes from all values.  This included DIGEST which is a string type and requires the quotes.  I added a test for the field name and added back quotes when $checksum_field_name == 'DIGEST'.
    
    This change is required to use Anemometer with performance_schema.  Without the change we receive this error: 1054
    Unknown column 'e18098fcab5e42bba3e4b6b477bb27b3' in 'where clause'
    JeremyGlick authored May 23, 2017
    Configuration menu
    Copy the full SHA
    0e95fe3 View commit details
    Browse the repository at this point in the history