[Groonga-commit] groonga/wikipedia-search at 7ff37b5 [master] Fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 7 18:51:22 JST 2016


Kouhei Sutou	2016-02-07 18:51:22 +0900 (Sun, 07 Feb 2016)

  New Revision: 7ff37b53a59c723ec4b26bf0c6d53ba1405d43c8
  https://github.com/groonga/wikipedia-search/commit/7ff37b53a59c723ec4b26bf0c6d53ba1405d43c8

  Message:
    Fix path

  Modified files:
    benchmark/centos7/mysql-postgresql.sh

  Modified: benchmark/centos7/mysql-postgresql.sh (+2 -2)
===================================================================
--- benchmark/centos7/mysql-postgresql.sh    2016-02-07 18:43:42 +0900 (4bfc3dc)
+++ benchmark/centos7/mysql-postgresql.sh    2016-02-07 18:51:22 +0900 (2d51cdb)
@@ -240,7 +240,7 @@ benchmark_create_index_mroonga()
     if [ ${i} -eq 1 ]; then
       echo "Mroonga: create index: size:"
       run sudo -u mysql -H \
-          sh -c "du -hsc /var/lib/mysql/data/${mroonga_db}.mrn*"
+          sh -c "du -hsc /var/lib/mysql/${mroonga_db}.mrn*"
     fi
   done
 }
@@ -256,7 +256,7 @@ benchmark_create_index_mroonga()
     if [ ${i} -eq 1 ]; then
       echo "InnoDB: create index: size:"
       run sudo -u mysql -H \
-          sh -c "du -hsc /var/lib/mysql/data/${innodb_db}/*"
+          sh -c "du -hsc /var/lib/mysql/${innodb_db}/*"
     fi
   done
 }
-------------- next part --------------
HTML����������������������������...
Download 



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