summaryrefslogtreecommitdiff
path: root/ndb/test/include/HugoOperations.hpp
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2004-12-07 15:15:49 +0100
committerjoreland@mysql.com <>2004-12-07 15:15:49 +0100
commit20fa339cb173a9d76d758197c0fef2cd727d8222 (patch)
tree6a4649c9104d45817fc37f32d1d792b42d94dc83 /ndb/test/include/HugoOperations.hpp
parentcd79b299a6a0591f13ff99b0eb4cb5c55f01e67a (diff)
downloadmariadb-git-20fa339cb173a9d76d758197c0fef2cd727d8222.tar.gz
wl2126 - ndb - fix last unhandled part of read_multi_range
reading sorted multi_range with several range-scans
Diffstat (limited to 'ndb/test/include/HugoOperations.hpp')
-rw-r--r--ndb/test/include/HugoOperations.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/include/HugoOperations.hpp b/ndb/test/include/HugoOperations.hpp
index fe22e4b5649..b68c7a9ab20 100644
--- a/ndb/test/include/HugoOperations.hpp
+++ b/ndb/test/include/HugoOperations.hpp
@@ -95,7 +95,7 @@ protected:
Vector<BaseString> savedRecords;
- struct RsPair { NdbResultSet* m_result_set; int records; };
+ struct RsPair { NdbScanOperation* m_result_set; int records; };
Vector<RsPair> m_result_sets;
Vector<RsPair> m_executed_result_sets;
private: