Skip to content

Commit 498ab28

Browse files
committed
WL#15524 Patch #14 Add MGM TLS support to all remaining tools
Post push fix. Add missing call to configure_tls for ndb_index_stat tool. Change-Id: I59bc76b8e7998fc424fe183cc0b54847f2e7d7d7
1 parent 3996599 commit 498ab28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage/ndb/tools/ndb_index_stat.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ doconnect()
9595
do
9696
{
9797
g_ncc = new Ndb_cluster_connection(opt_ndb_connectstring);
98+
g_ncc->configure_tls(opt_tls_search_path, opt_mgm_tls);
99+
g_ncc->set_name("ndb_index_stat");
100+
98101
CHK2(g_ncc->connect(opt_connect_retries - 1, opt_connect_retry_delay) == 0, getNdbError(g_ncc));
99102
CHK2(g_ncc->wait_until_ready(30, 10) == 0, getNdbError(g_ncc));
100103

0 commit comments

Comments
 (0)