1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00

wl2126 - ndb - set correct found_p using new pseudo column NDB$RANGE_NO

This commit is contained in:
joreland@mysql.com
2004-12-06 09:05:30 +01:00
parent 5832078015
commit ac9f30df68
14 changed files with 129 additions and 51 deletions

View File

@@ -156,6 +156,7 @@ protected:
NdbOperation* takeOverScanOp(OperationType opType, NdbConnection*);
Uint32 m_ordered;
Uint32 m_read_range_no;
int restart(bool forceSend = false);
};