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

[CBRD-20210] S_LOCK on referenced table when altering a trigger. #41

Merged
merged 3 commits into from May 16, 2016

Conversation

ribram
Copy link
Contributor

@ribram ribram commented May 14, 2016

http://jira.cubrid.org/browse/CBRD-20210

We used to have SCH_M_LOCK in banana, because trigger OID changed when altered. Therefore, db_class entry of table also had to be updated (where trigger OID's were kept).

We no longer change trigger OID and we do not require to update db_class entry. We still use S_LOCK to prevent conflicts with concurrent DML statements.

@eseokoh
Copy link
Contributor

eseokoh commented May 15, 2016

@ribram

It looks nice. Please merge the fix.
Thank you. 😃

@eseokoh eseokoh added the bug label May 15, 2016
@ribram ribram merged commit f3bbf3c into CUBRID:develop May 16, 2016
@ribram ribram deleted the CBRD-20210 branch May 16, 2016 08:53
@eseokoh eseokoh modified the milestone: banana pie May 12, 2017
ribram pushed a commit to ribram/cubrid that referenced this pull request May 21, 2021
* Refactor debug code of communication_channel (debug flag is set externally).

* astyle

* Rename variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants