[Groonga-mysql-commit] mroonga/mroonga at c741f19 [master] test: skip partition tests for MySQL 5.7 or later

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 10 16:39:46 JST 2017


Kouhei Sutou	2017-03-10 16:39:46 +0900 (Fri, 10 Mar 2017)

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

  Message:
    test: skip partition tests for MySQL 5.7 or later
    
    Because MySQL 5.7 or later deprecates partition storage engine.

  Modified files:
    mysql-test/mroonga/storage/partition/t/insert.test
    mysql-test/mroonga/storage/partition/t/update.test

  Modified: mysql-test/mroonga/storage/partition/t/insert.test (+1 -0)
===================================================================
--- mysql-test/mroonga/storage/partition/t/insert.test    2017-03-10 16:36:37 +0900 (0cb3cba)
+++ mysql-test/mroonga/storage/partition/t/insert.test    2017-03-10 16:39:46 +0900 (d203b45)
@@ -15,6 +15,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 --source ../../../include/mroonga/skip_mariadb_10_0_or_later.inc
+--source ../../../include/mroonga/skip_mysql_5_7_or_later.inc
 --source include/have_partition.inc
 --source ../../../include/mroonga/have_mroonga.inc
 

  Modified: mysql-test/mroonga/storage/partition/t/update.test (+1 -0)
===================================================================
--- mysql-test/mroonga/storage/partition/t/update.test    2017-03-10 16:36:37 +0900 (745d0e9)
+++ mysql-test/mroonga/storage/partition/t/update.test    2017-03-10 16:39:46 +0900 (5b20164)
@@ -15,6 +15,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 --source ../../../include/mroonga/skip_mariadb_10_0_or_later.inc
+--source ../../../include/mroonga/skip_mysql_5_7_or_later.inc
 --source include/have_partition.inc
 --source ../../../include/mroonga/have_mroonga.inc
 
-------------- next part --------------
HTML����������������������������...
Download 



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