Navigation Menu

Skip to content

Commit

Permalink
Use a line per item
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 23, 2014
1 parent dd097fe commit 43b3fff
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions ha_mroonga.cpp
Expand Up @@ -616,10 +616,19 @@ static struct st_mysql_show_var mrn_status_variables[] =
{NullS, NullS, SHOW_LONG}
};

static const char *mrn_log_level_type_names[] = { "NONE", "EMERG", "ALERT",
"CRIT", "ERROR", "WARNING",
"NOTICE", "INFO", "DEBUG",
"DUMP", NullS };
static const char *mrn_log_level_type_names[] = {
"NONE",
"EMERG",
"ALERT",
"CRIT",
"ERROR",
"WARNING",
"NOTICE",
"INFO",
"DEBUG",
"DUMP",
NullS
};
static TYPELIB mrn_log_level_typelib =
{
array_elements(mrn_log_level_type_names)-1,
Expand Down

0 comments on commit 43b3fff

Please sign in to comment.