summaryrefslogtreecommitdiff
path: root/storage/ndb/include/ndbapi/Ndb.hpp
diff options
context:
space:
mode:
authorunknown <tomas@whalegate.ndb.mysql.com>2007-04-11 15:51:09 +0200
committerunknown <tomas@whalegate.ndb.mysql.com>2007-04-11 15:51:09 +0200
commit2776a71bb231d5cd470fee4eb60fc4eabc57e63b (patch)
tree7ad1062773b85c7a42f5713f91d47e24d4c32799 /storage/ndb/include/ndbapi/Ndb.hpp
parent2d0939c05ddb55bd64daf11418aea385cc601ab9 (diff)
parent8187aaa851791fd2a7177437d2763d942a7fea73 (diff)
downloadmariadb-git-2776a71bb231d5cd470fee4eb60fc4eabc57e63b.tar.gz
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user storage/ndb/src/ndbapi/NdbImpl.hpp: Auto merged storage/ndb/src/ndbapi/NdbOperation.cpp: Auto merged storage/ndb/src/ndbapi/NdbRecAttr.cpp: Auto merged storage/ndb/src/ndbapi/NdbReceiver.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanFilter.cpp: Auto merged storage/ndb/include/ndbapi/NdbReceiver.hpp: Auto merged storage/ndb/include/ndbapi/NdbTransaction.hpp: Auto merged storage/ndb/include/util/BaseString.hpp: Auto merged storage/ndb/src/common/util/BaseString.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/Ndbif.cpp: Auto merged storage/ndb/src/ndbapi/Ndblist.cpp: Auto merged storage/ndb/src/ndbapi/SignalSender.cpp: Auto merged storage/ndb/src/ndbapi/ndb_cluster_connection.cpp: Auto merged storage/ndb/src/ndbapi/ndb_cluster_connection_impl.hpp: Auto merged sql/ha_ndbcluster.cc: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/include/ndbapi/Ndb.hpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/include/ndbapi/NdbDictionary.hpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/include/util/Vector.hpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/DictCache.cpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/DictCache.hpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/Makefile.am: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/Ndb.cpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/NdbDictionary.cpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1 storage/ndb/src/ndbapi/ObjectMap.hpp: Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11 - manual merge to 5.1
Diffstat (limited to 'storage/ndb/include/ndbapi/Ndb.hpp')
-rw-r--r--storage/ndb/include/ndbapi/Ndb.hpp20
1 files changed, 16 insertions, 4 deletions
diff --git a/storage/ndb/include/ndbapi/Ndb.hpp b/storage/ndb/include/ndbapi/Ndb.hpp
index 80662f901b1..10b7b0ea581 100644
--- a/storage/ndb/include/ndbapi/Ndb.hpp
+++ b/storage/ndb/include/ndbapi/Ndb.hpp
@@ -1055,6 +1055,18 @@ class Ndb
friend class NdbDictInterface;
friend class NdbBlob;
friend class NdbImpl;
+ friend class Ndb_free_list_t<NdbRecAttr>;
+ friend class Ndb_free_list_t<NdbApiSignal>;
+ friend class Ndb_free_list_t<NdbLabel>;
+ friend class Ndb_free_list_t<NdbBranch>;
+ friend class Ndb_free_list_t<NdbSubroutine>;
+ friend class Ndb_free_list_t<NdbCall>;
+ friend class Ndb_free_list_t<NdbBlob>;
+ friend class Ndb_free_list_t<NdbReceiver>;
+ friend class Ndb_free_list_t<NdbIndexScanOperation>;
+ friend class Ndb_free_list_t<NdbOperation>;
+ friend class Ndb_free_list_t<NdbIndexOperation>;
+ friend class Ndb_free_list_t<NdbTransaction>;
#endif
public:
@@ -1104,7 +1116,7 @@ public:
*
* @param aCatalogName is the new name of the current catalog
*/
- void setCatalogName(const char * aCatalogName);
+ int setCatalogName(const char * aCatalogName);
/**
* The current schema name can be fetched by getSchemaName.
@@ -1118,7 +1130,7 @@ public:
*
* @param aSchemaName is the new name of the current schema
*/
- void setSchemaName(const char * aSchemaName);
+ int setSchemaName(const char * aSchemaName);
#endif
/**
@@ -1133,7 +1145,7 @@ public:
*
* @param aDatabaseName is the new name of the current database
*/
- void setDatabaseName(const char * aDatabaseName);
+ int setDatabaseName(const char * aDatabaseName);
/**
* The current database schema name can be fetched by getDatabaseSchemaName.
@@ -1147,7 +1159,7 @@ public:
*
* @param aDatabaseSchemaName is the new name of the current database schema
*/
- void setDatabaseSchemaName(const char * aDatabaseSchemaName);
+ int setDatabaseSchemaName(const char * aDatabaseSchemaName);
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
/** Set database and schema name to match previously retrieved table