summaryrefslogtreecommitdiff
path: root/ndb/src/ndbapi/ScanOperation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/ndbapi/ScanOperation.txt')
-rw-r--r--ndb/src/ndbapi/ScanOperation.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/ScanOperation.txt b/ndb/src/ndbapi/ScanOperation.txt
new file mode 100644
index 00000000000..7197cf66f7e
--- /dev/null
+++ b/ndb/src/ndbapi/ScanOperation.txt
@@ -0,0 +1,10 @@
+x) NdbConnection (main)
+m_theFirstCursorOperation -> y
+
+y) NdbScanOperation
+m_transConnection -> x
+theNdbCon -> z
+
+z) NdbConnection (scan)
+theScanningOp -> y
+theFirstOpInList -> y (until after openScan)