summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-10-16 17:46:07 -0400
committerNalin Dahyabhai <nalin@redhat.com>2012-10-16 17:46:07 -0400
commit3d6a8bb1b9e0f6c7a3e168979b4e280ab89774c0 (patch)
treefe8d3e9063cfed878d5dc9197d4b13455eb20a9b /doc
parentc5bfff6c6e6ae5e255b2432be1ed8790a6c07e82 (diff)
downloadslapi-nis-3d6a8bb1b9e0f6c7a3e168979b4e280ab89774c0.tar.gz
slapi-nis-3d6a8bb1b9e0f6c7a3e168979b4e280ab89774c0.tar.xz
slapi-nis-3d6a8bb1b9e0f6c7a3e168979b4e280ab89774c0.zip
notes on what changes when we switch to betxns
Diffstat (limited to 'doc')
-rw-r--r--doc/betxn-notes.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/betxn-notes.txt b/doc/betxn-notes.txt
new file mode 100644
index 0000000..757de49
--- /dev/null
+++ b/doc/betxn-notes.txt
@@ -0,0 +1,18 @@
+The submitted patch for fixing the plugin for use with transactions enabled
+makes these changes:
+ traditional betxn
+pre-bind (schema-compat only) preoperation preoperation
+pre-compare (schema-compat only) preoperation preoperation
+pre-search (schema-compat only) preoperation preoperation
+pre-add (schema-compat only) preoperation betxnpreoperation
+pre-rename (schema-compat only) preoperation betxnpreoperation
+pre-modify (schema-compat only) preoperation betxnpreoperation
+pre-delete (schema-compat only) preoperation betxnpreoperation
+post-add postoperation betxnpostoperation
+post-rename postoperation betxnpostoperation
+post-modify postoperation betxnpostoperation
+post-delete postoperation betxnpostoperation
+internal-post-add internalpostoperation -
+internal-post-rename internalpostoperation -
+internal-post-modify internalpostoperation -
+internal-post-delete internalpostoperation -