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

Define invalid view error and also include deadlock and lockwait erro… #11

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

seamuslee001
Copy link
Contributor

…r numbers in the mysql and mysqli error map and fix the incorrectly mapped DIVIDE BY ZERO error

This does 2 things

  1. it defines an invalid view error
  2. It adds in the DEADLOCK and Lockwait timeout errors into mysqli and mysql mapping and fixes the incorrect mapping of error number for DIVIDE_BY_ZERO as per https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html DIVIDE_BY_ZERO in MySQL is 1365 not 1356 and 1356 is the Invalid view error

…r numbers in the mysql and mysqli error map and fix the incorrectly mapped DIVIDE BY ZERO error
@seamuslee001
Copy link
Contributor Author

ping @ashnazg

@seamuslee001
Copy link
Contributor Author

@ashnazg anything more needed on this?

@ashnazg ashnazg merged commit 6747d16 into pear:trunk Aug 11, 2021
@seamuslee001 seamuslee001 deleted the invalid_view branch August 11, 2021 00:16
@ashnazg
Copy link
Member

ashnazg commented Aug 11, 2021

Released in v1.11.0.

@seamuslee001
Copy link
Contributor Author

thanks @ashnazg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants