[Groonga-mysql-commit] mroonga/mroonga [master] test: update the expected result for enable multiple column key

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 26 09:51:42 JST 2012


Kouhei Sutou	2012-12-26 09:51:42 +0900 (Wed, 26 Dec 2012)

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

  Log:
    test: update the expected result for enable multiple column key

  Modified files:
    test/sql/suite/mroonga/storage/alter_table/enable_keys/version_55/r/multiple_column.result

  Modified: test/sql/suite/mroonga/storage/alter_table/enable_keys/version_55/r/multiple_column.result (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/alter_table/enable_keys/version_55/r/multiple_column.result    2012-12-26 03:06:56 +0900 (5eb137a)
+++ test/sql/suite/mroonga/storage/alter_table/enable_keys/version_55/r/multiple_column.result    2012-12-26 09:51:42 +0900 (aded90d)
@@ -33,7 +33,7 @@ FORCE INDEX (title_and_created_at_index)
 WHERE title = "天気" AND
 created_at = "2012-04-30 23:00:00";
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	NULL	NULL	NULL	NULL	NULL	NULL	NULL	Impossible WHERE noticed after reading const tables
+1	SIMPLE	diaries	ref	title_and_created_at_index	title_and_created_at_index	777	const,const	1	Using where
 SELECT *
 FROM diaries
 FORCE INDEX (title_and_created_at_index)
-------------- next part --------------
HTML����������������������������...
Download 



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