Navigation Menu

Skip to content

Commit

Permalink
use "Mroonga" form in install_sql
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Aug 31, 2014
1 parent 8fe0d61 commit 3544854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mroonga.rb
Expand Up @@ -154,7 +154,7 @@ def install_mroonga(mysql_source_path, mysql_config_path)

def install_sql
sqls = [
"INSTALL PLUGIN mroonga SONAME \"ha_mroonga.so\";",
"INSTALL PLUGIN Mroonga SONAME \"ha_mroonga.so\";",
"CREATE FUNCTION last_insert_grn_id RETURNS INTEGER SONAME \"ha_mroonga.so\";",
"CREATE FUNCTION mroonga_snippet RETURNS STRING SONAME \"ha_mroonga.so\";",
"CREATE FUNCTION mroonga_command RETURNS STRING SONAME \"ha_mroonga.so\";",
Expand Down

0 comments on commit 3544854

Please sign in to comment.