mysqladmin.c:
Missing initialized for "lengths" element. , client/mysqladmin.c: Missing initialized for "lengths" element. ,
This commit is contained in:
parent
c7b5a8d7b1
commit
c52f3942a8
@ -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