#At file:///home/frazer/bzr/mysql-5.1-telco-6.3/
------------------------------------------------------------
revno: 2669
revision-id: frazer@stripped
parent: jonas@stripped
committer: Frazer Clement <frazer@stripped>
branch nick: mysql-5.1-telco-6.3
timestamp: Thu 2008-08-14 13:10:55 +0100
message:
Bug#38791 : Support Multi Read Range (MRR) from old scan Api
WL4052 removed support for multi-range index scans from the old Api.
MRR support remained from the NdbRecord Api.
This changeset restores support for MRR index scans from the old Api.
modified:
storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp
sp1f-ndbindexscanoperatio-20040526093855-tiiep5fhck6uukkvxquaq5jtbzjcssp2
storage/ndb/ndbapi-examples/ndbapi_recattr_vs_record/Makefile
sp1f-makefile-20080401153356-zfs2oceqyarsrtzzt6zmdeh47w4ghqvi
storage/ndb/ndbapi-examples/ndbapi_recattr_vs_record/main.cpp
sp1f-main.cpp-20080401153349-hl2ztckq3ewu7zyngxatkrgrkzdd7u2n
storage/ndb/src/ndbapi/NdbScanOperation.cpp
sp1f-ndbscanoperation.cpp-20040414082425-yr5memqa2kvjbeg5kez5mhmsjkkzcxmz
storage/ndb/test/ndbapi/testOIBasic.cpp
sp1f-testoibasic.cpp-20040414082437-d643bl36jjvdl5h45jndvvxibkbwrpgh
storage/ndb/test/src/HugoOperations.cpp
sp1f-hugooperations.cpp-20040414082441-b5v36w5fnbgtbbja5nwixex76wucu7a6
per-file comments:
storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp
Definitions and comments to support MRR
storage/ndb/ndbapi-examples/ndbapi_recattr_vs_record/Makefile
Temporary fix to Makefile for Example program
storage/ndb/ndbapi-examples/ndbapi_recattr_vs_record/main.cpp
Add example of MRR usage
storage/ndb/src/ndbapi/NdbScanOperation.cpp
Support for old Api MRR scans. Bound definition info is stored in a linked list of
NdbRecAttr objects.
storage/ndb/test/ndbapi/testOIBasic.cpp
Add testing of MRR scans to testOIBasic.
storage/ndb/test/src/HugoOperations.cpp
Restore commented out MRR scan usage in HugoOperations
Attachment: [text/text/x-diff] patch-2669.diff
| Thread |
|---|
| • bzr commit into mysql-5.1 tree (frazer:2669) Bug#38791, WL#4052 | Frazer Clement | 14 Aug |