null+****@clear*****
null+****@clear*****
2012年 2月 29日 (水) 19:16:47 JST
Kazuhiko 2012-02-29 19:16:47 +0900 (Wed, 29 Feb 2012)
New Revision: 5e3445972791ae8a90a99c103bb079c1e991d540
Log:
'ALTER TABLE' is not supported in embedded server.
Modified files:
test/sql/suite/mroonga_storage/t/alter_table_add_column.test
test/sql/suite/mroonga_storage/t/alter_table_change_engine.test
test/sql/suite/mroonga_storage/t/alter_table_drop_column.test
test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test
test/sql/suite/mroonga_storage/t/alter_table_fulltext.test
test/sql/suite/mroonga_storage/t/alter_table_rename_table.test
test/sql/suite/mroonga_storage/t/alter_table_spatial.test
test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test
test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test
test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test
test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test
test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test
test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test
Modified: test/sql/suite/mroonga_storage/t/alter_table_add_column.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_add_column.test 2012-02-29 13:56:37 +0900 (b1c4ff2)
+++ test/sql/suite/mroonga_storage/t/alter_table_add_column.test 2012-02-29 19:16:47 +0900 (3d578c2)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_storage/t/alter_table_change_engine.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_change_engine.test 2012-02-29 13:56:37 +0900 (e1de678)
+++ test/sql/suite/mroonga_storage/t/alter_table_change_engine.test 2012-02-29 19:16:47 +0900 (7d1390e)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_storage/t/alter_table_drop_column.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_drop_column.test 2012-02-29 13:56:37 +0900 (45ed7d9)
+++ test/sql/suite/mroonga_storage/t/alter_table_drop_column.test 2012-02-29 19:16:47 +0900 (ec00b4e)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test 2012-02-29 13:56:37 +0900 (ce835ca)
+++ test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test 2012-02-29 19:16:47 +0900 (74348a5)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_storage/t/alter_table_fulltext.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_fulltext.test 2012-02-29 13:56:37 +0900 (187cf1d)
+++ test/sql/suite/mroonga_storage/t/alter_table_fulltext.test 2012-02-29 19:16:47 +0900 (8007fde)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_storage/t/alter_table_rename_table.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_rename_table.test 2012-02-29 13:56:37 +0900 (40d3e58)
+++ test/sql/suite/mroonga_storage/t/alter_table_rename_table.test 2012-02-29 19:16:47 +0900 (d0396d1)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_storage/t/alter_table_spatial.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_spatial.test 2012-02-29 13:56:37 +0900 (51b4408)
+++ test/sql/suite/mroonga_storage/t/alter_table_spatial.test 2012-02-29 19:16:47 +0900 (790d1e2)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test 2012-02-29 13:56:37 +0900 (28f7b96)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test 2012-02-29 19:16:47 +0900 (ec986f7)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test 2012-02-29 13:56:37 +0900 (819095a)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test 2012-02-29 19:16:47 +0900 (1c69eff)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test 2012-02-29 13:56:37 +0900 (283e2da)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test 2012-02-29 19:16:47 +0900 (fb27550)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test 2012-02-29 13:56:37 +0900 (273ddba)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test 2012-02-29 19:16:47 +0900 (3d99f76)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test 2012-02-29 13:56:37 +0900 (0b51558)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test 2012-02-29 19:16:47 +0900 (7f3ea2a)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings
Modified: test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test 2012-02-29 13:56:37 +0900 (3cd3f66)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test 2012-02-29 19:16:47 +0900 (0050180)
@@ -14,6 +14,7 @@
# 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/not_embedded.inc
--source include/have_mroonga.inc
--disable_warnings