回答編集履歴
1
修正
answer
CHANGED
@@ -1,3 +1,11 @@
|
|
1
1
|
[https://readouble.com/laravel/5.8/ja/database.html](https://readouble.com/laravel/5.8/ja/database.html)
|
2
2
|
|
3
|
-

|
3
|
+

|
4
|
+
|
5
|
+
> オートコミット
|
6
|
+
|
7
|
+
通常、「MySQLなどが、commit() を明示しなくてもコミットされる」と言う意味で使う用語に思いますが、どう言う意味で使っていますか?
|
8
|
+
|
9
|
+
参考
|
10
|
+
|
11
|
+
[https://dev.mysql.com/doc/refman/5.6/ja/optimizing-innodb-transaction-management.html](https://dev.mysql.com/doc/refman/5.6/ja/optimizing-innodb-transaction-management.html)
|