Skip to content

Commit fb6e1f1

Browse files
committed
errata
1 parent 32261c9 commit fb6e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CH20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ conn.rollback(savepoint);
776776
. . .
777777
conn.commit();
778778
// 記得釋放save point
779-
stmt.releaseSavepoint(savepoint);
779+
conn.releaseSavepoint(savepoint);
780780
```
781781

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

0 commit comments

Comments
 (0)