Commit 1a6889bb authored by bar@mysql.com's avatar bar@mysql.com

mysqladmin.c:

  Missing initialized for "lengths" element.
  ,
parent c1dc0975
...@@ -108,7 +108,7 @@ static const char *command_names[]= { ...@@ -108,7 +108,7 @@ static const char *command_names[]= {
}; };
static TYPELIB command_typelib= 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[] = static struct my_option my_long_options[] =
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment