[Groonga-mysql-commit] mroonga/mroonga [master] mysql56 test: split expected results for MySQL 5.5.x and 5.6.x

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 26 13:56:28 JST 2012


Kouhei Sutou	2012-12-26 13:56:28 +0900 (Wed, 26 Dec 2012)

  New Revision: 6d9d6311d099acf7e8a1768161652bef36f10be1
  https://github.com/mroonga/mroonga/commit/6d9d6311d099acf7e8a1768161652bef36f10be1

  Log:
    mysql56 test: split expected results for MySQL 5.5.x and 5.6.x

  Copied files:
    test/sql/suite/mroonga/storage/select/group_by/version_55/r/with_index.result
      (from test/sql/suite/mroonga/storage/select/group_by/r/with_index.result)
    test/sql/suite/mroonga/storage/select/group_by/version_55/t/with_index.test
      (from test/sql/suite/mroonga/storage/select/group_by/t/with_index.test)
  Renamed files:
    test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result
      (from test/sql/suite/mroonga/storage/select/group_by/r/with_index.result)
    test/sql/suite/mroonga/storage/select/group_by/version_56/t/with_index.test
      (from test/sql/suite/mroonga/storage/select/group_by/t/with_index.test)

  Copied: test/sql/suite/mroonga/storage/select/group_by/version_55/r/with_index.result (+0 -0) 100%
===================================================================

  Copied: test/sql/suite/mroonga/storage/select/group_by/version_55/t/with_index.test (+1 -0) 97%
===================================================================
--- test/sql/suite/mroonga/storage/select/group_by/t/with_index.test    2012-12-26 13:51:43 +0900 (72b1401)
+++ test/sql/suite/mroonga/storage/select/group_by/version_55/t/with_index.test    2012-12-26 13:56:28 +0900 (db31628)
@@ -14,6 +14,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+--source include/have_version_55.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Renamed: test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result (+1 -1) 91%
===================================================================
--- test/sql/suite/mroonga/storage/select/group_by/r/with_index.result    2012-12-26 13:51:43 +0900 (f3a4d3d)
+++ test/sql/suite/mroonga/storage/select/group_by/version_56/r/with_index.result    2012-12-26 13:56:28 +0900 (455a41c)
@@ -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	
+1	SIMPLE	users	index	NULL	age	5	NULL	3	NULL
 SELECT *, COUNT(*) FROM users GROUP BY age;
 name	age	COUNT(*)
 Alice	20	2

  Renamed: test/sql/suite/mroonga/storage/select/group_by/version_56/t/with_index.test (+1 -0) 97%
===================================================================
--- test/sql/suite/mroonga/storage/select/group_by/t/with_index.test    2012-12-26 13:51:43 +0900 (72b1401)
+++ test/sql/suite/mroonga/storage/select/group_by/version_56/t/with_index.test    2012-12-26 13:56:28 +0900 (edb6fc7)
@@ -14,6 +14,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+--source include/have_version_56.inc
 --source include/have_mroonga.inc
 
 --disable_warnings
-------------- next part --------------
HTML����������������������������...
다운로드 



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