Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- vscode
- Quartz
- JavaScript
- grep
- resource
- Windows
- find
- VirtualBox
- web.xml
- maVen
- ssh
- Eclipse
- IntelliJ
- GIT
- Source
- plugin
- 단축키
- tomcat
- 네트워크
- lsof
- import
- netsh
- xargs
- context
- Mac
- profile
- Windows 10
- 줄바꿈 문자
- port
- bash
Archives
- Today
- Total
목록2025/03/13 (2)
develog
[mariadb] deadlock, isolation level
-- deadlock 확인show engine innodb status;-- isolation 확인select @@global.tx_isolation, @@session.tx_isolation;-- 글로벌 isolation 레벨 변경SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;-- 세션 isolation 레벨 변경SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
카테고리 없음
2025. 3. 13. 16:20