Commit 78ad0938 authored by unknown's avatar unknown

Added missing initialier

parent e160646e
......@@ -877,12 +877,12 @@ static const char *default_options[]=
};
static TYPELIB option_types={array_elements(default_options)-1,
"options",default_options};
"options",default_options, NULL};
const char *sql_protocol_names_lib[] =
{ "TCP", "SOCKET", "PIPE", "MEMORY", NullS };
TYPELIB sql_protocol_typelib = {array_elements(sql_protocol_names_lib)-1,"",
sql_protocol_names_lib};
sql_protocol_names_lib, NULL};
static int add_init_command(struct st_mysql_options *options, const char *cmd)
{
......
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