We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2514ec commit d16608eCopy full SHA for d16608e
storage/ndb/test/src/NDBT_Test.cpp
@@ -1553,6 +1553,8 @@ static struct my_option my_long_options[] =
1553
NdbStdOpt::connectstring,
1554
NdbStdOpt::ndb_nodeid,
1555
NdbStdOpt::optimized_node_selection,
1556
+ NdbStdOpt::tls_search_path,
1557
+ NdbStdOpt::mgm_tls,
1558
NDB_STD_OPT_DEBUG
1559
{ "backup-password", NDB_OPT_NOSHORT,
1560
"Password to use for encrypted backup files",
@@ -1828,6 +1830,7 @@ int NDBT_TestSuite::execute(int argc, const char** argv){
1828
1830
}
1829
1831
1832
Ndb_cluster_connection con(opt_ndb_connectstring, opt_ndb_nodeid);
1833
+ con.configure_tls(opt_tls_search_path, opt_mgm_tls);
1834
if(m_connect_cluster && con.connect(12, 5, 1))
1835
{
1836
return NDBT_ProgramExit(NDBT_FAILED);
0 commit comments