Kouhei Sutou
null+****@clear*****
Wed Apr 20 00:17:25 JST 2016
Kouhei Sutou 2016-04-20 00:17:25 +0900 (Wed, 20 Apr 2016) New Revision: 388b4b120ec34e517459ba6ab132c1e7d8d9b4ed https://github.com/mroonga/mroonga/commit/388b4b120ec34e517459ba6ab132c1e7d8d9b4ed Message: mysql57 test: fix wrong condition Modified files: mysql-test/mroonga/include/mroonga/have_mysql_57_or_later.inc Modified: mysql-test/mroonga/include/mroonga/have_mysql_57_or_later.inc (+5 -3) =================================================================== --- mysql-test/mroonga/include/mroonga/have_mysql_57_or_later.inc 2016-04-20 00:13:17 +0900 (b57dc1c) +++ mysql-test/mroonga/include/mroonga/have_mysql_57_or_later.inc 2016-04-20 00:17:25 +0900 (a5d0502) @@ -17,8 +17,10 @@ --source ../../include/mroonga/check_version.inc --source ../../include/mroonga/check_mariadb.inc +if ($mariadb) { + skip This test is for MySQL version 5.7.x or later; +} + if (!$version_57_or_later) { - if (!$mariadb) { - skip This test is for MySQL version 5.7.x or later; - } + skip This test is for MySQL version 5.7.x or later; } -------------- next part -------------- HTML����������������������������...下載