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

ndb: wl-1893: range scanning backwards, ndb kernel

This commit is contained in:
pekka@mysql.com
2004-12-17 10:20:18 +01:00
parent 4ef4272e2c
commit b2f164b4b4
19 changed files with 272 additions and 66 deletions

View File

@@ -232,7 +232,8 @@ protected:
int getKeyFromKEYINFO20(Uint32* data, unsigned size);
NdbOperation* takeOverScanOp(OperationType opType, NdbConnection*);
Uint32 m_ordered;
bool m_ordered;
bool m_descending;
Uint32 m_read_range_no;
};