[Groonga-mysql-commit] mroonga/mroonga [master] Use UPPER_CASE for keyword

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 8 11:35:30 JST 2013


Kouhei Sutou	2013-04-08 11:35:30 +0900 (Mon, 08 Apr 2013)

  New Revision: 9f3f5374aa02d1575ebd03b926ca36a13318c309
  https://github.com/mroonga/mroonga/commit/9f3f5374aa02d1575ebd03b926ca36a13318c309

  Message:
    Use UPPER_CASE for keyword

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

  Modified: packages/debian/mysql-server-mroonga.postinst (+3 -3)
===================================================================
--- packages/debian/mysql-server-mroonga.postinst    2013-04-08 11:32:16 +0900 (ee05216)
+++ packages/debian/mysql-server-mroonga.postinst    2013-04-08 11:35:30 +0900 (8c5ca0e)
@@ -8,9 +8,9 @@ install_plugin() {
     cat <<EOS | mysql --defaults-file=/etc/mysql/debian.cnf || true
 DELETE IGNORE FROM mysql.plugin WHERE name = 'mroonga';
 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';
+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';
 EOS
 }
 

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+3 -3)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2013-04-08 11:32:16 +0900 (eaf6973)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2013-04-08 11:35:30 +0900 (3889d3c)
@@ -139,9 +139,9 @@ fi
 sql="
 DELETE IGNORE FROM mysql.plugin WHERE name = 'mroonga';
 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';
+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';
 "
 command="/usr/bin/mysql -u root -e \"$sql\""
 echo $command

  Modified: packages/rpm/fedora/mysql-mroonga.spec.in (+3 -3)
===================================================================
--- packages/rpm/fedora/mysql-mroonga.spec.in    2013-04-08 11:32:16 +0900 (84731c7)
+++ packages/rpm/fedora/mysql-mroonga.spec.in    2013-04-08 11:35:30 +0900 (c23a2aa)
@@ -84,9 +84,9 @@ fi
 sql="
 DELETE IGNORE FROM mysql.plugin WHERE name = 'mroonga';
 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';
+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';
 
 "
 command="/usr/bin/mysql -u root -e \"$sql\""
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index