Navigation Menu

Skip to content

Commit

Permalink
Use NOTIFY_TO_CLIENT_AND_LOG as the default
Browse files Browse the repository at this point in the history
It is the same action before mroonga 3.04.

[groonga-dev,01529]

Reported by Kouhei Tanabe. Thanks!!!
  • Loading branch information
kou committed Jul 12, 2013
1 parent 0b142cd commit a47d8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -467,7 +467,7 @@ static const char *mrn_action_on_error_names[] = {
};

static mrn_action_on_error mrn_action_on_fulltext_query_error_default =
MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT;
MRN_ACTION_ON_ERROR_NOTIFY_TO_CLIENT_AND_LOG;
static ulong mrn_action_on_fulltext_query_error =
mrn_action_on_fulltext_query_error_default;

Expand Down

0 comments on commit a47d8d9

Please sign in to comment.