mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
This commit is contained in:
commit
4e59b43512
2 changed files with 3 additions and 3 deletions
|
@ -853,7 +853,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
|
|||
false,
|
||||
ConfigInfo::CI_INT,
|
||||
"8",
|
||||
"1",
|
||||
"3",
|
||||
STR_VALUE(MAX_INT_RNIL) },
|
||||
|
||||
{
|
||||
|
|
|
@ -160,8 +160,8 @@ static int update_status_variables(Ndb_cluster_connection *c)
|
|||
|
||||
struct show_var_st ndb_status_variables[]= {
|
||||
{"cluster_node_id", (char*) &ndb_cluster_node_id, SHOW_LONG},
|
||||
{"connected_host", (char*) &ndb_connected_host, SHOW_CHAR_PTR},
|
||||
{"connected_port", (char*) &ndb_connected_port, SHOW_LONG},
|
||||
{"config_from_host", (char*) &ndb_connected_host, SHOW_CHAR_PTR},
|
||||
{"config_from_port", (char*) &ndb_connected_port, SHOW_LONG},
|
||||
// {"number_of_replicas", (char*) &ndb_number_of_replicas, SHOW_LONG},
|
||||
{"number_of_storage_nodes",(char*) &ndb_number_of_storage_nodes, SHOW_LONG},
|
||||
{NullS, NullS, SHOW_LONG}
|
||||
|
|
Loading…
Reference in a new issue