Tetsuro IKEDA
null+****@clear*****
Thu Oct 4 10:22:52 JST 2012
Tetsuro IKEDA 2010-11-02 19:41:08 +0900 (Tue, 02 Nov 2010) New Revision: 6009dee663a6984373d70b23085d359a718450dc https://github.com/mroonga/mroonga/commit/6009dee663a6984373d70b23085d359a718450dc Log: fixed test case "information_schema". now compatible with mysql-5.1 and 5.5. Modified files: test/sql/r/information_schema.result test/sql/t/information_schema.test Modified: test/sql/r/information_schema.result (+3 -11) =================================================================== --- test/sql/r/information_schema.result 2010-11-02 19:40:33 +0900 (472442b) +++ test/sql/r/information_schema.result 2010-11-02 19:41:08 +0900 (f9d2713) @@ -2,16 +2,8 @@ install plugin groonga soname 'ha_groonga.so'; install plugin groonga_stats soname 'ha_groonga.so'; set storage_engine=groonga; drop table if exists t1; -show plugins; -Name Status Type Library License -binlog ACTIVE STORAGE ENGINE NULL GPL -partition ACTIVE STORAGE ENGINE NULL GPL -CSV ACTIVE STORAGE ENGINE NULL GPL -MEMORY ACTIVE STORAGE ENGINE NULL GPL -InnoDB DISABLED STORAGE ENGINE NULL GPL -MyISAM ACTIVE STORAGE ENGINE NULL GPL -MRG_MYISAM ACTIVE STORAGE ENGINE NULL GPL -groonga ACTIVE STORAGE ENGINE ha_groonga.so PROPRIETARY -groonga_stats ACTIVE INFORMATION SCHEMA ha_groonga.so PROPRIETARY +select count(*) from information_schema.plugins where plugin_name = "groonga"; +count(*) +1 uninstall plugin groonga_stats; uninstall plugin groonga; Modified: test/sql/t/information_schema.test (+1 -1) =================================================================== --- test/sql/t/information_schema.test 2010-11-02 19:40:33 +0900 (5857673) +++ test/sql/t/information_schema.test 2010-11-02 19:41:08 +0900 (f42f2ff) @@ -21,7 +21,7 @@ set storage_engine=groonga; drop table if exists t1; --enable_warnings -show plugins; +select count(*) from information_schema.plugins where plugin_name = "groonga"; --disable_warnings uninstall plugin groonga_stats; -------------- next part -------------- HTML����������������������������...Download