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

Ignore query failure in Matomo for WordPress when checking if logtmptable exists #17158

Merged
merged 1 commit into from Jan 28, 2021

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Jan 27, 2021

Description:

Needed this in matomo-org/matomo-for-wordpress#417 and documented it in https://github.com/matomo-org/wp-matomo/wiki/Database

refs matomo-org/matomo-for-wordpress#416
refs https://wordpress.org/support/topic/error-in-php-log-after-manual-update-to-v4-1-2/
refs https://wordpress.org/support/topic/archive-warning-error-unserializing-wp_matomo_logtmpsegment/
refs https://wordpress.org/support/topic/php-error-with-vn-4-1-2/

Previously, I had detected this query like this: https://github.com/matomo-org/wp-matomo/pull/417/files#diff-c4e75ddbbcdde3ba408b5a87e273371dd3420a5d0b90a87bb4295e81787cdc31L365 but now it looks like SELECT /*+MAX_EXECUTION_TIME.... and it's quite hard to detect it without trying to reconstruct the query or using regex. This way it'll be more future proof

Review

  • Functional review done
  • Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
  • Security review done see checklist
  • Code review done
  • Tests were added if useful/possible
  • Reviewed for breaking changes
  • Developer changelog updated if needed
  • Documentation added if needed
  • Existing documentation updated if needed

@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Jan 27, 2021
@tsteur tsteur added this to the 4.2.0 milestone Jan 27, 2021
@diosmosis diosmosis merged commit 2638ea3 into 4.x-dev Jan 28, 2021
@diosmosis diosmosis deleted the mp416 branch January 28, 2021 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants