[Groonga-mysql-commit] mroonga/mroonga at 7963704 [master] test: ensure recreating table for repair

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 25 12:23:14 JST 2015


Kouhei Sutou	2015-03-25 12:23:14 +0900 (Wed, 25 Mar 2015)

  New Revision: 7963704a00a506eaa40716d3a59393c94fb9f53d
  https://github.com/mroonga/mroonga/commit/7963704a00a506eaa40716d3a59393c94fb9f53d

  Message:
    test: ensure recreating table for repair

  Modified files:
    mysql-test/mroonga/wrapper/repair_table/r/no_files.result
    mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result
    mysql-test/mroonga/wrapper/repair_table/t/no_files.test
    mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test

  Modified: mysql-test/mroonga/wrapper/repair_table/r/no_files.result (+0 -2)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/r/no_files.result    2015-03-25 11:50:09 +0900 (61c8e18)
+++ mysql-test/mroonga/wrapper/repair_table/r/no_files.result    2015-03-25 12:23:14 +0900 (e330fa1)
@@ -1,7 +1,5 @@
-DROP DATABASE IF EXISTS repair_test;
 CREATE DATABASE repair_test;
 USE repair_test;
-DROP TABLE IF EXISTS diaries;
 CREATE TABLE diaries (
 id INT PRIMARY KEY AUTO_INCREMENT,
 title TEXT,

  Modified: mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result (+0 -2)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result    2015-03-25 11:50:09 +0900 (140b5a9)
+++ mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result    2015-03-25 12:23:14 +0900 (47269e6)
@@ -1,7 +1,5 @@
-DROP DATABASE IF EXISTS repair_test;
 CREATE DATABASE repair_test;
 USE repair_test;
-DROP TABLE IF EXISTS diaries;
 CREATE TABLE diaries (
 id INT PRIMARY KEY AUTO_INCREMENT,
 title TEXT,

  Modified: mysql-test/mroonga/wrapper/repair_table/t/no_files.test (+0 -5)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/t/no_files.test    2015-03-25 11:50:09 +0900 (99edd81)
+++ mysql-test/mroonga/wrapper/repair_table/t/no_files.test    2015-03-25 12:23:14 +0900 (f7e6d7a)
@@ -19,14 +19,9 @@
 --source ../../../include/mroonga/have_mroonga.inc
 --source ../../../include/mroonga/have_mroonga_helper.inc
 
---disable_warnings
-DROP DATABASE IF EXISTS repair_test;
 CREATE DATABASE repair_test;
 USE repair_test;
 
-DROP TABLE IF EXISTS diaries;
---enable_warnings
-
 CREATE TABLE diaries (
   id INT PRIMARY KEY AUTO_INCREMENT,
   title TEXT,

  Modified: mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test (+0 -5)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test    2015-03-25 11:50:09 +0900 (9084f22)
+++ mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test    2015-03-25 12:23:14 +0900 (263f23e)
@@ -19,14 +19,9 @@
 --source ../../../include/mroonga/have_mroonga.inc
 --source ../../../include/mroonga/have_mroonga_helper.inc
 
---disable_warnings
-DROP DATABASE IF EXISTS repair_test;
 CREATE DATABASE repair_test;
 USE repair_test;
 
-DROP TABLE IF EXISTS diaries;
---enable_warnings
-
 CREATE TABLE diaries (
   id INT PRIMARY KEY AUTO_INCREMENT,
   title TEXT,
-------------- next part --------------
HTML����������������������������...
Download 



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