Kouhei Sutou
null+****@clear*****
Thu Aug 25 09:51:40 JST 2016
Kouhei Sutou 2016-08-25 09:51:40 +0900 (Thu, 25 Aug 2016) New Revision: 0da133fa18b1e970470c5ec621563b0318d0403e https://github.com/mroonga/mroonga/commit/0da133fa18b1e970470c5ec621563b0318d0403e Message: test: fix how to check Modified files: mysql-test/mroonga/wrapper/create/table/comment/r/combined.result mysql-test/mroonga/wrapper/create/table/comment/t/combined.test Modified: mysql-test/mroonga/wrapper/create/table/comment/r/combined.result (+8 -6) =================================================================== --- mysql-test/mroonga/wrapper/create/table/comment/r/combined.result 2016-08-25 09:49:00 +0900 (ce1b547) +++ mysql-test/mroonga/wrapper/create/table/comment/r/combined.result 2016-08-25 09:51:40 +0900 (3610ab6) @@ -3,10 +3,12 @@ CREATE TABLE bugs ( id INT UNSIGNED PRIMARY KEY ) DEFAULT CHARSET=utf8 COMMENT='Free style normal comment, engine "InnoDB"'; -SHOW CREATE TABLE bugs; -Table Create Table -bugs CREATE TABLE `bugs` ( - `id` int(10) unsigned NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=Mroonga DEFAULT CHARSET=utf8 COMMENT='Free style normal comment, engine "InnoDB"' +SELECT mroonga_command("dump --dump_plugins no"); +mroonga_command("dump --dump_plugins no") +table_create bugs TABLE_HASH_KEY ShortText + +table_create mroonga_operations TABLE_NO_KEY +column_create mroonga_operations record COLUMN_SCALAR UInt32 +column_create mroonga_operations table COLUMN_SCALAR ShortText +column_create mroonga_operations type COLUMN_SCALAR ShortText DROP TABLE bugs; Modified: mysql-test/mroonga/wrapper/create/table/comment/t/combined.test (+1 -1) =================================================================== --- mysql-test/mroonga/wrapper/create/table/comment/t/combined.test 2016-08-25 09:49:00 +0900 (2404402) +++ mysql-test/mroonga/wrapper/create/table/comment/t/combined.test 2016-08-25 09:51:40 +0900 (a10c309) @@ -27,7 +27,7 @@ CREATE TABLE bugs ( ) DEFAULT CHARSET=utf8 COMMENT='Free style normal comment, engine "InnoDB"'; -SHOW CREATE TABLE bugs; +SELECT mroonga_command("dump --dump_plugins no"); DROP TABLE bugs; -------------- next part -------------- HTML����������������������������... Télécharger