[Groonga-mysql-commit] mroonga/mroonga at 3c48693 [master] mysql56: follow MySQL 5.6.11 behavior change

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 21 13:35:21 JST 2013


Kouhei Sutou	2013-04-21 13:35:21 +0900 (Sun, 21 Apr 2013)

  New Revision: 3c48693499ec9fa205911d7682d1ae19fdfba655
  https://github.com/mroonga/mroonga/commit/3c48693499ec9fa205911d7682d1ae19fdfba655

  Message:
    mysql56: follow MySQL 5.6.11 behavior change

  Modified files:
    test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result

  Modified: test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result    2013-04-21 12:55:40 +0900 (455a41c)
+++ test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result    2013-04-21 13:35:21 +0900 (f84f1e3)
@@ -10,7 +10,7 @@ INSERT INTO users VALUES ("Bob",    20);
 INSERT INTO users VALUES ("Charry", 29);
 EXPLAIN SELECT *, COUNT(*) FROM users GROUP BY age;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	users	index	NULL	age	5	NULL	3	NULL
+1	SIMPLE	users	index	age	age	5	NULL	3	NULL
 SELECT *, COUNT(*) FROM users GROUP BY age;
 name	age	COUNT(*)
 Alice	20	2
-------------- next part --------------
HTML����������������������������...
Download 



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