[Groonga-mysql-commit] mroonga/mroonga at a5a7d69 [master] test: use replace_column for portability

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 5 11:00:39 JST 2015


Kouhei Sutou	2015-10-05 11:00:39 +0900 (Mon, 05 Oct 2015)

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

  Message:
    test: use replace_column for portability

  Modified files:
    mysql-test/mroonga/wrapper/count_star/r/with_index.result
    mysql-test/mroonga/wrapper/count_star/t/with_index.test

  Modified: mysql-test/mroonga/wrapper/count_star/r/with_index.result (+2 -2)
===================================================================
--- mysql-test/mroonga/wrapper/count_star/r/with_index.result    2015-10-04 10:03:24 +0900 (a6d2f78)
+++ mysql-test/mroonga/wrapper/count_star/r/with_index.result    2015-10-05 11:00:39 +0900 (1ebd0ba)
@@ -18,9 +18,9 @@ INSERT INTO diaries_mroonga (body) VALUES ("starting groonga...");
 INSERT INTO diaries_mroonga (body) VALUES ("started groonga.");
 EXPLAIN SELECT COUNT(*) FROM diaries_innodb;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	diaries_innodb	index	NULL	flag	2	NULL	3	Using index
+1	SIMPLE	diaries_innodb	index	NULL	flag	2	NULL	#	Using index
 EXPLAIN SELECT COUNT(*) FROM diaries_mroonga;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	diaries_mroonga	index	NULL	flag	2	NULL	3	Using index
+1	SIMPLE	diaries_mroonga	index	NULL	flag	2	NULL	#	Using index
 DROP TABLE diaries_innodb;
 DROP TABLE diaries_mroonga;

  Modified: mysql-test/mroonga/wrapper/count_star/t/with_index.test (+2 -0)
===================================================================
--- mysql-test/mroonga/wrapper/count_star/t/with_index.test    2015-10-04 10:03:24 +0900 (dd7cf81)
+++ mysql-test/mroonga/wrapper/count_star/t/with_index.test    2015-10-05 11:00:39 +0900 (b0d3410)
@@ -45,7 +45,9 @@ INSERT INTO diaries_mroonga (body) VALUES ("will start groonga!");
 INSERT INTO diaries_mroonga (body) VALUES ("starting groonga...");
 INSERT INTO diaries_mroonga (body) VALUES ("started groonga.");
 
+-- replace_column 9 #
 EXPLAIN SELECT COUNT(*) FROM diaries_innodb;
+-- replace_column 9 #
 EXPLAIN SELECT COUNT(*) FROM diaries_mroonga;
 
 DROP TABLE diaries_innodb;
-------------- next part --------------
HTML����������������������������...
Download 



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