Kouhei Sutou
null+****@clear*****
Mon Feb 8 19:24:28 JST 2016
Kouhei Sutou 2016-02-08 19:24:28 +0900 (Mon, 08 Feb 2016) New Revision: d8a769e5fa0bdb74ba28da9b88844b106dc69228 https://github.com/groonga/wikipedia-search/commit/d8a769e5fa0bdb74ba28da9b88844b106dc69228 Message: Ignore error for InnoDB FTS InnoDB FTS may not return result... Modified files: benchmark/centos7/mysql.sh Modified: benchmark/centos7/mysql.sh (+1 -1) =================================================================== --- benchmark/centos7/mysql.sh 2016-02-08 14:57:26 +0900 (6645fd3) +++ benchmark/centos7/mysql.sh 2016-02-08 19:24:28 +0900 (d945c00) @@ -208,7 +208,7 @@ benchmark_search_innodb() query=$(echo ${search_word} | sed -e "s/ OR / /g") where="MATCH(title, text) AGAINST('${query}' IN BOOLEAN MODE)" echo "InnoDB: search: ${where}: ${i}:" - time run mysql -u root ${innodb_db} \ + time mysql -u root ${innodb_db} \ -e "SELECT SQL_NO_CACHE COUNT(*) FROM wikipedia WHERE ${where}" done done -------------- next part -------------- HTML����������������������������...Download