[Groonga-mysql-commit] mroonga/mroonga at 62503ea [master] mysql8 test: use character_set

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 20 15:19:11 JST 2018


Kouhei Sutou	2018-07-20 15:19:11 +0900 (Fri, 20 Jul 2018)

  New Revision: 62503ea6a961ce225bc4f54c999e2b9866e3d920
  https://github.com/mroonga/mroonga/commit/62503ea6a961ce225bc4f54c999e2b9866e3d920

  Message:
    mysql8 test: use character_set

  Modified files:
    mysql-test/mroonga/storage/alter_table/disable_keys/t/fulltext_ujis.test

  Modified: mysql-test/mroonga/storage/alter_table/disable_keys/t/fulltext_ujis.test (+1 -0)
===================================================================
--- mysql-test/mroonga/storage/alter_table/disable_keys/t/fulltext_ujis.test    2018-07-20 15:13:21 +0900 (ce182d42)
+++ mysql-test/mroonga/storage/alter_table/disable_keys/t/fulltext_ujis.test    2018-07-20 15:19:11 +0900 (42f934bb)
@@ -21,6 +21,7 @@ DROP TABLE IF EXISTS diaries;
 --enable_warnings
 
 SET NAMES ujis;
+--character_set ujis
 CREATE TABLE diaries (
   id int PRIMARY KEY,
   title varchar(255),
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180720/5d85608f/attachment.htm 



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