Navigation Menu

Skip to content

Commit

Permalink
test: ensure recreating table for repair
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 25, 2015
1 parent fcafd4a commit 7963704
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions mysql-test/mroonga/wrapper/repair_table/r/no_files.result
@@ -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,
Expand Down
@@ -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,
Expand Down
5 changes: 0 additions & 5 deletions mysql-test/mroonga/wrapper/repair_table/t/no_files.test
Expand Up @@ -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,
Expand Down
5 changes: 0 additions & 5 deletions mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test
Expand Up @@ -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,
Expand Down

0 comments on commit 7963704

Please sign in to comment.