📄 asr.so
字号:
m4_comment([$Id: asr.so,v 1.3 2006/08/24 16:32:32 bostic Exp $])m4_ref_title(Upgrading m4_db Applications, Release 4.0: application-specific recovery,, upgrade.4.0/cxx, upgrade.4.0/disk)m4_p([dnlIf you have created your own logging and recovery routines, you may needto upgrade them to the m4_db 4.0 release.])m4_p([dnlFirst, you should regenerate your logging, print, read and the otherautomatically generated routines, using the dist/gen_rec.awk toolincluded in the m4_db distribution.])m4_p([dnlNext, compare the template file code generated by the gen_rec.awk toolagainst the code generated by the last release in which you built atemplate file. Any changes in the templates should be incorporated intothe recovery routines you have written.])m4_p([dnlThird, if your recovery functions refer to m4_ref(DB_TXN_FORWARD_ROLL)(that is, your code checks for that particular operation code), youshould replace it with DB_REDO(op) which compares the operation code toboth m4_ref(DB_TXN_FORWARD_ROLL) and m4_ref(DB_TXN_APPLY).(m4_ref(DB_TXN_APPLY) is a potential value for the operation code as ofthe 4.0 release.)])m4_p([dnlFinally, if you have created your own logging and recovery routines, werecommend you contact us and ask us to review those routines for you.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -