[Commits] Rev 2861: Minor whitespace/comment cleanup. in http://bazaar.launchpad.net/~maria-captains/maria/5.1
knielsen at knielsen-hq.org
knielsen at knielsen-hq.org
Mon Nov 1 17:01:25 EET 2010
At http://bazaar.launchpad.net/~maria-captains/maria/5.1
------------------------------------------------------------
revno: 2861
revision-id: knielsen at knielsen-hq.org-20101101150125-g27nl7u2bhlrjhs4
parent: knielsen at knielsen-hq.org-20101101144109-ls70kati0ar7pn5e
committer: knielsen at knielsen-hq.org
branch nick: work-5.1-mwl116
timestamp: Mon 2010-11-01 16:01:25 +0100
message:
Minor whitespace/comment cleanup.
=== modified file 'sql/handler.h'
--- a/sql/handler.h 2010-11-01 14:41:09 +0000
+++ b/sql/handler.h 2010-11-01 15:01:25 +0000
@@ -737,12 +737,10 @@ struct handlerton
cannot invoke code that relies on thread local storage, in particular it
cannot call my_error().
- When prepare_ordered() is called, the transaction coordinator has already
- decided to commit (not rollback) the transaction. So prepare_ordered()
- cannot cause a rollback by returning an error, all possible errors must
- be handled in prepare() (the prepare_ordered() method returns void). In
- case of some fatal error, a record of the error must be made internally
- by the engine and returned from commit() later.
+ prepare_ordered() cannot cause a rollback by returning an error, all
+ possible errors must be handled in prepare() (the prepare_ordered()
+ method returns void). In case of some fatal error, a record of the error
+ must be made internally by the engine and returned from commit() later.
Note that for user-level XA SQL commands, no consistent ordering among
prepare_ordered() and commit_ordered() is guaranteed (as that would
=== modified file 'sql/log.h'
More information about the commits
mailing list