mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
ndb - wl#2624 re-commit due to bk problem
This commit is contained in:
@@ -456,6 +456,7 @@ public:
|
||||
static const Column * COMMIT_COUNT;
|
||||
static const Column * ROW_SIZE;
|
||||
static const Column * RANGE_NO;
|
||||
static const Column * RECORDS_IN_RANGE;
|
||||
|
||||
int getSizeInBytes() const;
|
||||
#endif
|
||||
@@ -929,6 +930,7 @@ public:
|
||||
private:
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
|
||||
friend class NdbIndexImpl;
|
||||
friend class NdbIndexStat;
|
||||
#endif
|
||||
class NdbIndexImpl & m_impl;
|
||||
Index(NdbIndexImpl&);
|
||||
|
Reference in New Issue
Block a user