mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Several fixes for Netware.
This commit is contained in:

parent
9f72d504b4
commit
fe977b0cd0
@ -659,7 +659,6 @@ void mysql_start(int argc, char *argv[])
|
||||
if(!strnicmp(argv[i], private_options[j], strlen(private_options[j])))
|
||||
{
|
||||
skip = TRUE;
|
||||
consoleprintf("The argument skipped is %s\n",argv[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -667,7 +666,6 @@ void mysql_start(int argc, char *argv[])
|
||||
if (!skip)
|
||||
{
|
||||
add_arg(&al, "%s", argv[i]);
|
||||
consoleprintf("The final argument is %s\n",argv[i]);
|
||||
}
|
||||
}
|
||||
// spawn
|
||||
|
Reference in New Issue
Block a user