[Groonga-mysql-commit] mroonga/mroonga at 10f94e0 [master] test: simplify

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 5 11:37:23 JST 2014


Kouhei Sutou	2014-10-05 11:37:23 +0900 (Sun, 05 Oct 2014)

  New Revision: 10f94e07b9fabc64eeb36a496385b7aacc27f605
  https://github.com/mroonga/mroonga/commit/10f94e07b9fabc64eeb36a496385b7aacc27f605

  Message:
    test: simplify

  Modified files:
    mysql-test/mroonga/storage/insert/r/delayed.result
    mysql-test/mroonga/storage/insert/t/delayed.test

  Modified: mysql-test/mroonga/storage/insert/r/delayed.result (+0 -3)
===================================================================
--- mysql-test/mroonga/storage/insert/r/delayed.result    2014-10-05 11:31:32 +0900 (ce546a1)
+++ mysql-test/mroonga/storage/insert/r/delayed.result    2014-10-05 11:37:23 +0900 (eb11e26)
@@ -2,11 +2,8 @@ DROP TABLE IF EXISTS ids;
 CREATE TABLE ids (
 id INT PRIMARY KEY
 ) DEFAULT CHARSET=UTF8;
-LOCK TABLES ids READ;
-SET lock_wait_timeout=1;
 INSERT DELAYED INTO ids (id) VALUES (1);
 ERROR HY000: DELAYED option not supported for table 'ids'
 SELECT * FROM ids;
 id
-UNLOCK TABLES;
 DROP TABLE ids;

  Modified: mysql-test/mroonga/storage/insert/t/delayed.test (+0 -7)
===================================================================
--- mysql-test/mroonga/storage/insert/t/delayed.test    2014-10-05 11:31:32 +0900 (4b97cbd)
+++ mysql-test/mroonga/storage/insert/t/delayed.test    2014-10-05 11:37:23 +0900 (a750640)
@@ -24,18 +24,11 @@ CREATE TABLE ids (
   id INT PRIMARY KEY
 ) DEFAULT CHARSET=UTF8;
 
-LOCK TABLES ids READ;
-
-CONNECT(insert_delayed_connection, localhost, root);
-SET lock_wait_timeout=1;
 --error ER_DELAYED_NOT_SUPPORTED
 INSERT DELAYED INTO ids (id) VALUES (1);
 
-CONNECTION default;
 SELECT * FROM ids;
 
-UNLOCK TABLES;
-
 DROP TABLE ids;
 
 --source ../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
下载 



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