mysqladmin.c:
Missing initialized for "lengths" element. ,
This commit is contained in:
parent
c1dc0975c6
commit
1a6889bb5c
@ -108,7 +108,7 @@ static const char *command_names[]= {
|
||||
};
|
||||
|
||||
static TYPELIB command_typelib=
|
||||
{ array_elements(command_names)-1,"commands", command_names};
|
||||
{ array_elements(command_names)-1,"commands", command_names, NULL};
|
||||
|
||||
static struct my_option my_long_options[] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user