[Groonga-mysql-commit] mroonga/mroonga at f94e53a [master] test: follow table name change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 24 11:09:37 JST 2013


Kouhei Sutou	2013-10-24 11:09:37 +0900 (Thu, 24 Oct 2013)

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

  Message:
    test: follow table name change

  Modified files:
    mysql-test/mroonga/wrapper/index/force_index/r/not_used.result

  Modified: mysql-test/mroonga/wrapper/index/force_index/r/not_used.result (+4 -4)
===================================================================
--- mysql-test/mroonga/wrapper/index/force_index/r/not_used.result    2013-10-24 11:08:15 +0900 (98295d9)
+++ mysql-test/mroonga/wrapper/index/force_index/r/not_used.result    2013-10-24 11:09:37 +0900 (37fe2b3)
@@ -1,8 +1,8 @@
-DROP TABLE IF EXISTS t1;
-CREATE TABLE t1 (
+DROP TABLE IF EXISTS ids;
+CREATE TABLE ids (
 id INT PRIMARY KEY AUTO_INCREMENT
 ) DEFAULT CHARSET UTF8 COMMENT = 'engine "innodb"';
-SELECT COUNT(*) FROM t1 FORCE INDEX(PRIMARY);
+SELECT COUNT(*) FROM ids FORCE INDEX(PRIMARY);
 COUNT(*)
 0
-DROP TABLE t1;
+DROP TABLE ids;
-------------- next part --------------
HTML����������������������������...
다운로드 



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