mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
postt review fixes
This commit is contained in:
@@ -185,7 +185,9 @@ main(int argc, char** argv){
|
||||
|
||||
if (g_nodes && g_connections)
|
||||
{
|
||||
ndbout_c("Only one option of --nodes and --connections allowed");
|
||||
fprintf(stderr,
|
||||
"Only one option of --nodes and --connections allowed\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
g_section = CFG_SECTION_NODE; //default
|
||||
|
Reference in New Issue
Block a user