mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
To get correct values in SHOW TABLE STATUS
Added pseudo column fragment memory changed ndb_get_table_statistics to take struct and read row_size and fragment_memory ndb/include/kernel/AttributeHeader.hpp: Added pseudo column fragment memory ndb/include/ndbapi/NdbDictionary.hpp: Added pseudo column fragment memory ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: Added pseudo column fragment memory ndb/src/ndbapi/NdbDictionary.cpp: Added pseudo column fragment memory ndb/src/ndbapi/NdbDictionaryImpl.cpp: Added pseudo column fragment memory sql/ha_ndbcluster.cc: changed ndb_get_table_statistics to take struct and read row_size and fragment_memory sql/ha_ndbcluster.h: partially implemented update_table_comment
This commit is contained in:
@@ -40,6 +40,7 @@ public:
|
||||
STATIC_CONST( RANGE_NO = 0xFFFB ); // Read range no (when batched ranges)
|
||||
|
||||
STATIC_CONST( ROW_SIZE = 0xFFFA );
|
||||
STATIC_CONST( FRAGMENT_MEMORY= 0xFFF9 );
|
||||
|
||||
/** Initialize AttributeHeader at location aHeaderPtr */
|
||||
static AttributeHeader& init(void* aHeaderPtr, Uint32 anAttributeId,
|
||||
|
Reference in New Issue
Block a user