Navigation Menu

Skip to content

Commit

Permalink
Use "Mroonga" form
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2014
1 parent 3947943 commit 34d0ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/install.sql.in
@@ -1,6 +1,6 @@
DELETE IGNORE FROM mysql.plugin WHERE name = 'mroonga';
DELETE IGNORE FROM mysql.plugin WHERE dl = 'ha_mroonga@MRN_PLUGIN_SUFFIX@';

INSTALL PLUGIN mroonga SONAME 'ha_mroonga@MRN_PLUGIN_SUFFIX@';
INSTALL PLUGIN Mroonga SONAME 'ha_mroonga@MRN_PLUGIN_SUFFIX@';

DROP FUNCTION IF EXISTS last_insert_grn_id;
CREATE FUNCTION last_insert_grn_id RETURNS INTEGER
Expand Down
2 changes: 1 addition & 1 deletion data/uninstall.sql
Expand Up @@ -3,6 +3,6 @@ DROP FUNCTION IF EXISTS mroonga_snippet;
DROP FUNCTION IF EXISTS mroonga_command;
DROP FUNCTION IF EXISTS mroonga_escape;

UNINSTALL PLUGIN mroonga;
UNINSTALL PLUGIN Mroonga;

FLUSH TABLES;

0 comments on commit 34d0ad9

Please sign in to comment.