diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-13 18:24:19 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-13 18:24:19 +0100 |
commit | 2f77a22a01988f9f23f483225281e8ca636d9a70 (patch) | |
tree | fa529e2373a3877d0150bec89f3e96bb190bc954 /sql/ha_ndbcluster.h | |
parent | 12040a9deaf8fc47f448123ab2e24c8f10f39e03 (diff) | |
download | mariadb-git-2f77a22a01988f9f23f483225281e8ca636d9a70.tar.gz |
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
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 67bd4d89c05..16d1d7d088b 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -215,6 +215,8 @@ class ha_ndbcluster: public handler int write_ndb_file(); + char *update_table_comment(const char * comment); + private: int check_ndb_connection(); |