-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix super_read_only for DROP TRIGGER
Summary: Feature: Super Read-Only This was contributed by: Laurynas Biveinis <[email protected]> Fix for issue #10 (super read only does not prevent DROP TRIGGER). - add super read only handling to mysql_create_and_drop_trigger; - tweak error message in trans_begin to note whether regular or super read only is effective; - add MTR tests for the above changes and for multi-table update which was implemented but not covered in MTR. I will squash this commit, in future branches, with: https://reviews.facebook.net/D16197 Test Plan: mtr sys_vars.super_read_only_basic I will run the automated tests on this diff now. Reviewers: inaam-rana, liang.guo.752, pivanof Reviewed By: pivanof Subscribers: jtolmer Differential Revision: https://reviews.facebook.net/D30309
- Loading branch information
1 parent
91ab2ad
commit b49b85b
Showing
4 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters