[Groonga-mysql-commit] mroonga/mroonga [master] add skip for MariaDB and MySQL 5.1 and 5.5. refs #1644

Back to archive index

Kentoku null+****@clear*****
Sat Mar 23 02:38:45 JST 2013


Kentoku	2013-03-23 02:38:45 +0900 (Sat, 23 Mar 2013)

  New Revision: e2ce2ce01a0a9d2d211f1819411422abffb76e10
  https://github.com/mroonga/mroonga/commit/e2ce2ce01a0a9d2d211f1819411422abffb76e10

  Message:
    add skip for MariaDB and MySQL 5.1 and 5.5. refs #1644

  Modified files:
    test/sql/suite/mroonga/storage/foreign_key/t/create.test

  Modified: test/sql/suite/mroonga/storage/foreign_key/t/create.test (+8 -0)
===================================================================
--- test/sql/suite/mroonga/storage/foreign_key/t/create.test    2013-03-23 02:27:48 +0900 (39eb2bc)
+++ test/sql/suite/mroonga/storage/foreign_key/t/create.test    2013-03-23 02:38:45 +0900 (0a1c636)
@@ -14,6 +14,14 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+--source include/have_version_56.inc
+--source include/check_mariadb.inc
+
+if ($mariadb)
+{
+  skip This test is for MySQL version 5.6.x;
+}
+
 --source include/have_mroonga.inc
 
 --disable_warnings
-------------- next part --------------
HTML����������������������������...
Download 



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