Bug #26674 ndb_connectstring is missing in mysqld settings
Submitted: 27 Feb 2007 10:11 Modified: 27 Feb 2007 11:34
Reporter: Oli Sennhauser Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[27 Feb 2007 10:11] Oli Sennhauser
Description:
On this side the variable ndb_connect_string is missing

http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html

IMHO it should be also there.

How to repeat:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html
[27 Feb 2007 11:34] Sveta Smirnova
Thank you for the report.

Description of ndb_connectstring is accessible from http://dev.mysql.com/doc/refman/5.1/en/server-options.html#optvar_ndb-connectstring

See also http://dev.mysql.com/doc/refman/5.1/en/mysqld-option-tables.html as well
[5 Apr 2007 13:35] Jon Stephens
That's because the server doesn't report it as a system or status variable:

mysql> select version();
+-------------------+
| version()         |
+-------------------+
| 5.1.18-beta-debug |
+-------------------+
1 row in set (0.02 sec)

mysql> show variables like 'ndb%';
+-------------------------------------+-------+
| Variable_name                       | Value |
+-------------------------------------+-------+
| ndb_autoincrement_prefetch_sz       | 32    |
| ndb_cache_check_time                | 0     |
| ndb_extra_logging                   | 0     |
| ndb_force_send                      | ON    |
| ndb_index_stat_cache_entries        | 32    |
| ndb_index_stat_enable               | OFF   |
| ndb_index_stat_update_freq          | 20    |
| ndb_report_thresh_binlog_epoch_slip | 3     |
| ndb_report_thresh_binlog_mem_usage  | 10    |
| ndb_use_copying_alter_table         | OFF   |
| ndb_use_exact_count                 | ON    |
| ndb_use_transactions                | ON    |
+-------------------------------------+-------+
12 rows in set (0.00 sec)

mysql> show status like 'ndb%';
+--------------------------+---------------+
| Variable_name            | Value         |
+--------------------------+---------------+
| Ndb_cluster_node_id      | 10            |
| Ndb_config_from_host     | 192.168.0.102 |
| Ndb_config_from_port     | 1186          |
| Ndb_number_of_data_nodes | 4             |
+--------------------------+---------------+
4 rows in set (0.00 sec)