Kouhei Sutou
null+****@clear*****
Tue Oct 23 22:34:51 JST 2012
Kouhei Sutou 2012-10-23 22:34:51 +0900 (Tue, 23 Oct 2012) New Revision: 27e629d924ae3892aa8bde42de6028455f794dae https://github.com/mroonga/mroonga/commit/27e629d924ae3892aa8bde42de6028455f794dae Log: test: remove needless tests Removed files: test/sql/suite/mroonga/storage/show/table_status/r/TODO_SPLIT_ME.result test/sql/suite/mroonga/storage/show/table_status/t/TODO_SPLIT_ME.test Deleted: test/sql/suite/mroonga/storage/show/table_status/r/TODO_SPLIT_ME.result (+0 -14) 100644 =================================================================== --- test/sql/suite/mroonga/storage/show/table_status/r/TODO_SPLIT_ME.result 2012-10-23 22:27:47 +0900 (98af2e9) +++ /dev/null @@ -1,14 +0,0 @@ -drop table if exists t1, t2, t3; -create table t1 (c1 int); -show table status; -Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment -t1 mroonga 10 Fixed 0 0 0 0 0 0 NULL NULL NULL NULL latin1_swedish_ci NULL -create table t2 (c1 int, c2 int); -show table status; -Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment -t1 mroonga 10 Fixed 0 0 0 0 0 0 NULL NULL NULL NULL latin1_swedish_ci NULL -t2 mroonga 10 Fixed 0 0 0 0 0 0 NULL NULL NULL NULL latin1_swedish_ci NULL -show table status like 't2'; -Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment -t2 mroonga 10 Fixed 0 0 0 0 0 0 NULL NULL NULL NULL latin1_swedish_ci NULL -drop table t1,t2; Deleted: test/sql/suite/mroonga/storage/show/table_status/t/TODO_SPLIT_ME.test (+0 -33) 100644 =================================================================== --- test/sql/suite/mroonga/storage/show/table_status/t/TODO_SPLIT_ME.test 2012-10-23 22:27:47 +0900 (f47df39) +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright(C) 2010 Tetsuro IKEDA -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ---source include/have_mroonga.inc - ---disable_warnings -drop table if exists t1, t2, t3; ---enable_warnings - -create table t1 (c1 int); -show table status; - -create table t2 (c1 int, c2 int); -show table status; - -show table status like 't2'; - -drop table t1,t2; - ---source include/have_mroonga_deinit.inc -------------- next part -------------- HTML����������������������������...Download