mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
stylistic fixes
This commit is contained in:
@@ -3379,7 +3379,8 @@ bool ndbcluster_init()
|
||||
{
|
||||
DBUG_ENTER("ndbcluster_init");
|
||||
// Set connectstring if specified
|
||||
if (ndbcluster_connectstring != 0) {
|
||||
if (ndbcluster_connectstring != 0)
|
||||
{
|
||||
DBUG_PRINT("connectstring", ("%s", ndbcluster_connectstring));
|
||||
Ndb::setConnectString(ndbcluster_connectstring);
|
||||
}
|
||||
|
Reference in New Issue
Block a user