[Groonga-mysql-commit] mroonga/mroonga at 08c60d7 [master] test: use a little concreate table name

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Oct 24 11:08:15 JST 2013


Kouhei Sutou	2013-10-24 11:08:15 +0900 (Thu, 24 Oct 2013)

  New Revision: 08c60d7ba1d51f550619fdc67bce6f347e4d039d
  https://github.com/mroonga/mroonga/commit/08c60d7ba1d51f550619fdc67bce6f347e4d039d

  Message:
    test: use a little concreate table name
    
    It is a litter grep-friendly rather than "t1".

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

  Modified: mysql-test/mroonga/wrapper/index/force_index/t/not_used.test (+4 -4)
===================================================================
--- mysql-test/mroonga/wrapper/index/force_index/t/not_used.test    2013-10-24 11:07:21 +0900 (f04b719)
+++ mysql-test/mroonga/wrapper/index/force_index/t/not_used.test    2013-10-24 11:08:15 +0900 (597256b)
@@ -19,14 +19,14 @@
 --source ../../../../include/mroonga/have_mroonga.inc
 
 --disable_warnings
-DROP TABLE IF EXISTS t1;
+DROP TABLE IF EXISTS ids;
 --enable_warnings
 
-CREATE TABLE t1 (
+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);
 
-DROP TABLE t1;
+DROP TABLE ids;
 
 --source ../../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る