Kouhei Sutou 2019-02-18 13:36:56 +0900 (Mon, 18 Feb 2019) Revision: 3c72eb5e7702ba5436b7eb23d84a5a70a9f10406 https://github.com/mroonga/mroonga/commit/3c72eb5e7702ba5436b7eb23d84a5a70a9f10406 Message: Fix path Modified files: mysql-test/mroonga/storage/create/table/index/lexicon/t/comment.test mysql-test/mroonga/storage/create/table/index/lexicon/t/parameter.test Modified: mysql-test/mroonga/storage/create/table/index/lexicon/t/comment.test (+5 -5) =================================================================== --- mysql-test/mroonga/storage/create/table/index/lexicon/t/comment.test 2019-02-18 12:24:39 +0900 (ca284918) +++ mysql-test/mroonga/storage/create/table/index/lexicon/t/comment.test 2019-02-18 13:36:56 +0900 (db78e28e) @@ -14,9 +14,9 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ---source ../../../../../include/mroonga/not_embedded.inc ---source ../../../../../include/mroonga/have_mroonga.inc ---source ../../../../../include/mroonga/load_mroonga_functions.inc +--source ../../../../../../include/mroonga/not_embedded.inc +--source ../../../../../../include/mroonga/have_mroonga.inc +--source ../../../../../../include/mroonga/load_mroonga_functions.inc --disable_warnings DROP TABLE IF EXISTS tags; @@ -39,5 +39,5 @@ SELECT mroonga_command("dump --dump_plugins no"); DROP TABLE bugs; DROP TABLE tags; ---source ../../../../../include/mroonga/unload_mroonga_functions.inc ---source ../../../../../include/mroonga/have_mroonga_deinit.inc +--source ../../../../../../include/mroonga/unload_mroonga_functions.inc +--source ../../../../../../include/mroonga/have_mroonga_deinit.inc Modified: mysql-test/mroonga/storage/create/table/index/lexicon/t/parameter.test (+6 -6) =================================================================== --- mysql-test/mroonga/storage/create/table/index/lexicon/t/parameter.test 2019-02-18 12:24:39 +0900 (0589d813) +++ mysql-test/mroonga/storage/create/table/index/lexicon/t/parameter.test 2019-02-18 13:36:56 +0900 (b89393fc) @@ -14,10 +14,10 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ---source ../../../../../include/mroonga/have_mariadb.inc ---source ../../../../../include/mroonga/not_embedded.inc ---source ../../../../../include/mroonga/have_mroonga.inc ---source ../../../../../include/mroonga/load_mroonga_functions.inc +--source ../../../../../../include/mroonga/have_mariadb.inc +--source ../../../../../../include/mroonga/not_embedded.inc +--source ../../../../../../include/mroonga/have_mroonga.inc +--source ../../../../../../include/mroonga/load_mroonga_functions.inc --disable_warnings DROP TABLE IF EXISTS tags; @@ -40,5 +40,5 @@ SELECT mroonga_command("dump --dump_plugins no"); DROP TABLE bugs; DROP TABLE tags; ---source ../../../../../include/mroonga/unload_mroonga_functions.inc ---source ../../../../../include/mroonga/have_mroonga_deinit.inc +--source ../../../../../../include/mroonga/unload_mroonga_functions.inc +--source ../../../../../../include/mroonga/have_mroonga_deinit.inc -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20190218/bbcd019a/attachment-0001.html>