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

fix(notifications): ignore mysql internal error 1684 for concurrent ddl statements #6826

Merged
merged 1 commit into from
Jan 25, 2019

Conversation

Thunderbottom
Copy link
Contributor

apparently this occurs when get_notifications() is called, and at the same time a table is being modified. to fix this, we just skip the table that is currently being modified.

…dl statements

apparently this occurs when get_notifcations is called, and at the same time, a table is being modified. to fix this, we just skip the table that is currently being modified.

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
@rmehta rmehta merged commit 3250553 into frappe:staging-fixes Jan 25, 2019
scmmishra pushed a commit to scmmishra/frappe that referenced this pull request Jan 28, 2019
…dl statements (frappe#6826)

apparently this occurs when get_notifcations is called, and at the same time, a table is being modified. to fix this, we just skip the table that is currently being modified.

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants