[Groonga-mysql-commit] mroonga/mroonga [master] [package] ha_groonga -> ha_mroonga.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 1月 25日 (水) 21:35:13 JST


Kouhei Sutou	2012-01-25 21:35:13 +0900 (Wed, 25 Jan 2012)

  New Revision: 620ca53b43848b37304ecd587868abdbfcb69cff

  Log:
    [package] ha_groonga -> ha_mroonga.

  Modified files:
    packages/debian/rules
    packages/rpm/centos/mysql-mroonga.spec.in
    packages/rpm/fedora/mysql-mroonga.spec.in

  Modified: packages/debian/rules (+1 -1)
===================================================================
--- packages/debian/rules    2012-01-25 18:48:13 +0900 (faf1459)
+++ packages/debian/rules    2012-01-25 21:35:13 +0900 (03d0873)
@@ -22,5 +22,5 @@ override_dh_install:
 #	if test -x /usr/bin/dh_apparmor; then			\
 #	  dh_apparmor						\
 #	    -pmysql-server-mroonga				\
-#	    --profile-name=usr.lib.mysql.plugin.ha_groonga;	\
+#	    --profile-name=usr.lib.mysql.plugin.ha_mroonga;	\
 #	fi

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+2 -2)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2012-01-25 18:48:13 +0900 (609f14d)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2012-01-25 21:35:13 +0900 (e3898c2)
@@ -113,8 +113,8 @@ rm -rf $RPM_BUILD_ROOT
 %post
 if [ $1 -eq 1 ]; then
     sql="
-INSTALL PLUGIN groonga SONAME 'ha_groonga.so';
-CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_groonga.so';
+INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
+CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
 "
     command="/usr/bin/mysql -u root -e \"$sql\""
     echo $command

  Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+2 -2)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in    2012-01-25 18:48:13 +0900 (b39b9b7)
+++ packages/rpm/fedora/mysql-mroonga.spec.in    2012-01-25 21:35:13 +0900 (e9598ca)
@@ -67,8 +67,8 @@ rm -rf $RPM_BUILD_ROOT
 %post
 if [ $1 -eq 1 ]; then
     sql="
-INSTALL PLUGIN groonga SONAME 'ha_groonga.so';
-CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_groonga.so';
+INSTALL PLUGIN groonga SONAME 'ha_mroonga.so';
+CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
 "
     command="/usr/bin/mysql -u root -e \"$sql\""
     echo $command




Groonga-mysql-commit メーリングリストの案内
Back to archive index