summaryrefslogtreecommitdiff
path: root/ndb/test/include/NDBT_ResultRow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/include/NDBT_ResultRow.hpp')
-rw-r--r--ndb/test/include/NDBT_ResultRow.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ndb/test/include/NDBT_ResultRow.hpp b/ndb/test/include/NDBT_ResultRow.hpp
index aa54e892da3..6072d0ea510 100644
--- a/ndb/test/include/NDBT_ResultRow.hpp
+++ b/ndb/test/include/NDBT_ResultRow.hpp
@@ -24,8 +24,9 @@ public:
NDBT_ResultRow(const NdbDictionary::Table &tab, char attrib_delimiter='\t');
~NDBT_ResultRow();
NdbRecAttr * & attributeStore(int i);
- const NdbRecAttr * attributeStore(const char* name);
-
+ const NdbRecAttr * attributeStore(int i) const ;
+ const NdbRecAttr * attributeStore(const char* name) const ;
+
BaseString c_str();
NdbOut & header (NdbOut &) const;