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

Zurück zum Archiv-Index

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


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

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

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

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

  Modified: test/sql/suite/mroonga/storage/alter_table/enable_keys/version_56/r/multiple_column.result (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/alter_table/enable_keys/version_56/r/multiple_column.result    2012-12-26 11:14:50 +0900 (5eb137a)
+++ test/sql/suite/mroonga/storage/alter_table/enable_keys/version_56/r/multiple_column.result    2012-12-26 13:50:13 +0900 (84ba5d4)
@@ -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	774	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
Zurück zum Archiv-Index