Navigation Menu

Skip to content

Commit

Permalink
added file extention ".grn" to bas_ext()
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Mar 10, 2009
1 parent 1b61e3b commit b8d651e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ha_groonga.cc
Expand Up @@ -105,6 +105,7 @@ const char *ha_groonga::index_type(uint inx)
}

static const char*ha_groonga_exts[] = {
".grn",
NullS
};
const char **ha_groonga::bas_ext() const
Expand Down

0 comments on commit b8d651e

Please sign in to comment.