mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
A logger patch for Netware.
This commit is contained in:
parent
a1122ab06a
commit
3358d7826f
1 changed files with 0 additions and 2 deletions
|
|
@ -666,7 +666,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;
|
||||
}
|
||||
}
|
||||
|
|
@ -674,7 +673,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue