Navigation Menu

Skip to content

Commit

Permalink
Use "Mroonga" form for engine name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 22, 2014
1 parent bfcf7a2 commit 2091167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -149,7 +149,7 @@ static pthread_mutex_t *mrn_LOCK_open;
#define MRN_STRINGIFY_ARG(contents) #contents

#define MRN_PLUGIN_NAME mroonga
#define MRN_PLUGIN_NAME_STRING MRN_STRINGIFY(MRN_PLUGIN_NAME)
#define MRN_PLUGIN_NAME_STRING "Mroonga"
#define MRN_STATUS_VARIABLE_NAME_PREFIX_STRING "Mroonga"

#ifdef MRN_MARIADB_P
Expand Down

0 comments on commit 2091167

Please sign in to comment.