mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
NdbDictionary.hpp:
updated ndb dictionary docs ndb/include/ndbapi/NdbDictionary.hpp: updated ndb dictionary docs
This commit is contained in:
@@ -27,13 +27,15 @@ typedef struct charset_info_st CHARSET_INFO;
|
|||||||
* @class NdbDictionary
|
* @class NdbDictionary
|
||||||
* @brief Data dictionary class
|
* @brief Data dictionary class
|
||||||
*
|
*
|
||||||
* The preferred and supported way to create tables and indexes
|
* The preferred and supported way to create and drop tables and indexes
|
||||||
* in ndb is through the
|
* in ndb is through the
|
||||||
* MySQL Server (see MySQL reference Manual, section MySQL Cluster).
|
* MySQL Server (see MySQL reference Manual, section MySQL Cluster).
|
||||||
*
|
*
|
||||||
* Tables and indexes that are created directly through the
|
* Tables and indexes that are created directly through the
|
||||||
* NdbDictionary class
|
* NdbDictionary class
|
||||||
* can not be viewed from the MySQL Server.
|
* can not be viewed from the MySQL Server.
|
||||||
|
* Dropping indexes directly via the NdbApi will cause inconsistencies
|
||||||
|
* if they were originally created from a MySQL Cluster.
|
||||||
*
|
*
|
||||||
* This class supports schema data enquiries such as:
|
* This class supports schema data enquiries such as:
|
||||||
* -# Enquiries about tables
|
* -# Enquiries about tables
|
||||||
@@ -1180,8 +1182,10 @@ public:
|
|||||||
const Table * getIndexTable(const char * indexName,
|
const Table * getIndexTable(const char * indexName,
|
||||||
const char * tableName);
|
const char * tableName);
|
||||||
public:
|
public:
|
||||||
|
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
|
||||||
const Table * getTable(const char * name, void **data);
|
const Table * getTable(const char * name, void **data);
|
||||||
void set_local_table_data_size(unsigned sz);
|
void set_local_table_data_size(unsigned sz);
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user