mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Applied a patch for Netware.
This commit is contained in:
parent
30e89d0a48
commit
ffe417fdde
13 changed files with 47 additions and 13 deletions
|
|
@ -113,12 +113,15 @@ static HA_ERRORS ha_errlist[]=
|
|||
};
|
||||
|
||||
|
||||
#include <help_start.h>
|
||||
|
||||
static void print_version(void)
|
||||
{
|
||||
printf("%s Ver %s, for %s (%s)\n",my_progname,PERROR_VERSION,
|
||||
SYSTEM_TYPE,MACHINE_TYPE);
|
||||
}
|
||||
|
||||
|
||||
static void usage(void)
|
||||
{
|
||||
print_version();
|
||||
|
|
@ -130,6 +133,8 @@ static void usage(void)
|
|||
my_print_variables(my_long_options);
|
||||
}
|
||||
|
||||
#include <help_end.h>
|
||||
|
||||
|
||||
static my_bool
|
||||
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue