mysqladmin.c:

Missing initialized for "lengths" element.
  ,
This commit is contained in:
bar@mysql.com 2004-11-05 08:08:38 +04:00
parent c1dc0975c6
commit 1a6889bb5c

View File

@ -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[] =
{