Skip to content

Commit

Permalink
errata
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinSDK committed Nov 11, 2020
1 parent 32261c9 commit fb6e1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CH20.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ conn.rollback(savepoint);
. . .
conn.commit();
// 記得釋放save point
stmt.releaseSavepoint(savepoint);
conn.releaseSavepoint(savepoint);
```

> **良葛格的話匣子** 您的資料表格必須支援交易,才可以執行以上所提到的功能,例如在 MySQL 中可以建立 InnoDB 類型的表格:
Expand Down

0 comments on commit fb6e1f1

Please sign in to comment.