質問編集履歴
1
x
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,7 +22,9 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
以下の資料を読む限り2のようなSQLを実行するとロックがかかる
|
25
|
+
以下の資料を読む限り2のようなSQLを実行すると自動的にトランザクションが作成されてロックがかかると理解しました。
|
26
|
+
|
27
|
+
なので、私はCと思っているのですがあっていますでしょうか?
|
26
28
|
|
27
29
|
[https://dev.mysql.com/doc/refman/5.6/ja/commit.html](https://dev.mysql.com/doc/refman/5.6/ja/commit.html)
|
28
30
|
|