We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MySQL 에서 DB 락은 인덱스가 없으면 테이블 락, 있으면 레코드 락이 걸립니다. 참고 링크 이에 따라 인덱스를 걸어 레코드 락을 걸어서 명시합니다.
30분
The text was updated successfully, but these errors were encountered:
youngsu5582
Successfully merging a pull request may close this issue.
✨ 세부 내용
MySQL 에서 DB 락은
인덱스가 없으면 테이블 락, 있으면 레코드 락이 걸립니다.
참고 링크
이에 따라 인덱스를 걸어 레코드 락을 걸어서 명시합니다.
⏰ 예상 소요 시간
30분
The text was updated successfully, but these errors were encountered: