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

Add get_lock() and key_column_usage table #1437

Merged
merged 5 commits into from
Jul 13, 2016
Merged

Add get_lock() and key_column_usage table #1437

merged 5 commits into from
Jul 13, 2016

Conversation

shenli
Copy link
Member

@shenli shenli commented Jul 13, 2016

Make Ruby ActiveRecord::Migration happy.
@coocood @zimulala
Fix: #1421

Parsed but ignored. This is used for Ruby's activerecord migrations.
// get_lock() and release_lock() is parsed but do nothing.
// It is used for preventing error in Ruby's activerecord migrations.
"get_lock": {builtinLock, 2, 2},
"release_lock": {builtinLock, 1, 1},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Define a 'builtinReleaseLock' is cleaner, even if it does nothing.

@shenli
Copy link
Member Author

shenli commented Jul 13, 2016

@coocood PTAL

@coocood
Copy link
Member

coocood commented Jul 13, 2016

LGTM

1 similar comment
@zimulala
Copy link
Contributor

LGTM

@shenli shenli merged commit d4f85c8 into master Jul 13, 2016
@shenli shenli deleted the shenli/get-lock branch July 13, 2016 02:57
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.

3 participants