MySQL 5.6.14 Source Code Document
|
#include <Ndb.hpp>
Public Member Functions | |
void | reset () |
Public Attributes | |
Uint64 | m_first_tuple_id |
Uint64 | m_last_tuple_id |
Uint64 | m_highest_seen |
Return a unique tuple id for a table. The id sequence is ascending but may contain gaps. Methods which have no TupleIdRange argument use NDB API dict cache. They may not be called from mysqld.
aTableName | table name |
cacheSize | number of values to cache in this Ndb object |