1
0
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:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-08-24 22:03:34 +03:00
parent 9f72d504b4
commit fe977b0cd0
30 changed files with 151 additions and 18 deletions

View File

@ -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