mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
ndb - bug#27756
testcase only new pseudo column NDB$COPY_ROWID storage/ndb/include/kernel/AttributeHeader.hpp: Add new pseudo column for reading location of copy tuple storage/ndb/include/ndbapi/NdbDictionary.hpp: Add new pseudo column for reading location of copy tuple storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: Add new pseudo column for reading location of copy tuple storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Add new pseudo column for reading location of copy tuple storage/ndb/src/ndbapi/ndb_cluster_connection.cpp: Add new pseudo column for reading location of copy tuple storage/ndb/test/ndbapi/testBasic.cpp: add testcase for bug#27756
This commit is contained in:
@@ -534,6 +534,7 @@ public:
|
||||
static const Column * RECORDS_IN_RANGE;
|
||||
static const Column * ROWID;
|
||||
static const Column * ROW_GCI;
|
||||
static const Column * COPY_ROWID;
|
||||
|
||||
int getSizeInBytes() const;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user