From 20fa339cb173a9d76d758197c0fef2cd727d8222 Mon Sep 17 00:00:00 2001 From: "joreland@mysql.com" <> Date: Tue, 7 Dec 2004 15:15:49 +0100 Subject: wl2126 - ndb - fix last unhandled part of read_multi_range reading sorted multi_range with several range-scans --- ndb/test/include/HugoOperations.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndb/test/include/HugoOperations.hpp') 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 savedRecords; - struct RsPair { NdbResultSet* m_result_set; int records; }; + struct RsPair { NdbScanOperation* m_result_set; int records; }; Vector m_result_sets; Vector m_executed_result_sets; private: -- cgit v1.2.1