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

@@ -387,6 +387,7 @@ public:
static const Column * FRAGMENT;
static const Column * ROW_COUNT;
static const Column * COMMIT_COUNT;
static const Column * RANGE_NO;
#endif
private: