[Groonga-mysql-commit] mroonga/mroonga at dfe0af9 [master] test: fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 24 02:24:18 JST 2017


Kouhei Sutou	2017-12-24 02:24:18 +0900 (Sun, 24 Dec 2017)

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

  Message:
    test: fix path

  Renamed files:
    mysql-test/mroonga/storage/column/text/t/compressed.test
      (from mysql-test/mroonga/storage/column/blob/t/compressed.test)

  Renamed: mysql-test/mroonga/storage/column/text/t/compressed.test (+2 -2) 93%
===================================================================
--- mysql-test/mroonga/storage/column/blob/t/compressed.test    2017-12-24 02:21:22 +0900 (eb87d9ba)
+++ mysql-test/mroonga/storage/column/text/t/compressed.test    2017-12-24 02:24:18 +0900 (3f2d7290)
@@ -14,7 +14,7 @@
 # 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_10_3_or_later.inc
+--source ../../../../include/mroonga/have_version_10_3_or_later.inc
 --source ../../../../include/mroonga/have_mroonga.inc
 
 --disable_warnings
@@ -23,7 +23,7 @@ DROP TABLE IF EXISTS logs;
 
 CREATE TABLE logs (
   id INT,
-  content BLOB COMPRESSED,
+  content TEXT COMPRESSED,
   FULLTEXT INDEX (content)
 ) DEFAULT CHARSET=utf8mb4;
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20171224/8411f0ff/attachment.htm 



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