The world's most popular open source database
#include <my_config.h>#include <ndb_types.h>#include <my_global.h>#include <my_alarm.h>#include <m_string.h>#include <m_ctype.h>#include <ctype.h>#include <assert.h>#include "ndb_init.h"Include dependency graph for ndb_global.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NDB_PORT "1186" |
| #define | NDB_TCP_BASE_PORT "@ndb_port_base@" |
| #define | DIR_SEPARATOR "/" |
| #define | STATIC_CONST(x) static const Uint32 x |
| #define | MIN(x, y) (((x)<(y))?(x):(y)) |
| #define | MAX(x, y) (((x)>(y))?(x):(y)) |
Functions | |
| char * | strdup (const char *s) |
| int | strcasecmp (const char *s1, const char *s2) |
| int | strncasecmp (const char *s1, const char *s2, size_t n) |
Variables | |
| static const char | table_name_separator = '/' |
| #define DIR_SEPARATOR "/" |
Definition at line 37 of file ndb_global.h.
Referenced by AsyncFile::createDirectories(), Ndbfs::execREAD_CONFIG_REQ(), get_and_validate_path(), NdbConfig_AllocHomePath(), AsyncFile::rmrfReq(), and Filename::set().
Definition at line 145 of file ndb_global.h.
Referenced by SafeCounterManager::execNODE_FAILREP(), and SafeCounterManager::printNODE_FAILREP().
Definition at line 141 of file ndb_global.h.
| #define NDB_PORT "1186" |
Definition at line 23 of file ndb_global.h.
Referenced by fixShmUniqueId(), LocalConfig::init(), LocalConfig::parseHostName(), and LocalConfig::printUsage().
| #define NDB_TCP_BASE_PORT "@ndb_port_base@" |
Definition at line 115 of file ndb_global.h.
| int strcasecmp | ( | const char * | s1, | |
| const char * | s2 | |||
| ) |
| char* strdup | ( | const char * | s | ) |
Definition at line 22 of file strdup.c.
References malloc, and strlen().
Referenced by _history_expand_command(), BaseString::argify(), InitConfigFileParser::convertStringToUint64(), f_strdup(), filename_completion_function(), get_and_validate_path(), get_one_option(), Configuration::getConnectStringCopy(), getParameter(), history_expand(), Configuration::init(), Options::load(), main(), ndb_mgm_purge_stale_sessions(), new_command_generator(), CommandInterpreter::parseBlockSpecification(), InitConfigFileParser::parseDefaultSectionHeader(), InitConfigFileParser::parseSectionHeader(), LocalConfig::parseString(), ParseInputStream::push_back(), ConfigValuesFactory::put(), read_and_execute(), readline(), rl_callback_handler_install(), rl_callback_read_char(), rl_initialize(), SocketAuthSimple::server_authenticate(), ConfigValues::Iterator::set(), Ndb_cluster_connection_impl::set_name(), simple_cs_copy_data(), SocketAuthSimple::SocketAuthSimple(), SocketClient::SocketClient(), BaseString::split(), tilde_expand(), and username_completion_function().
00022 { 00023 void *p2; 00024 if ((p2 = malloc(strlen(s)+1))) 00025 strcpy(p2, s); 00026 return p2; 00027 }
Here is the call graph for this function:

Here is the caller graph for this function:

| int strncasecmp | ( | const char * | s1, | |
| const char * | s2, | |||
| size_t | n | |||
| ) |
const char table_name_separator = '/' [static] |
Definition at line 110 of file ndb_global.h.
Referenced by Ndb::externalizeIndexName(), Ndb::externalizeTableName(), Ndb::getDatabaseFromInternalName(), Ndb::getSchemaFromInternalName(), Ndb::internalize_index_name(), Ndb::internalize_table_name(), DictTabInfo::isBlobTableName(), NdbImpl::NdbImpl(), Ndb::old_internalize_index_name(), Ndb::setCatalogName(), Ndb::setDatabaseAndSchemaName(), Ndb::setSchemaName(), and NdbImpl::update_prefix().
1.4.7

