Kouhei Sutou
null+****@clear*****
Fri Aug 10 15:59:19 JST 2018
Kouhei Sutou 2018-08-10 15:59:19 +0900 (Fri, 10 Aug 2018) New Revision: 2f941718c87a17a2087b62ad5a1c6fb7379e4395 https://github.com/mroonga/mroonga/commit/2f941718c87a17a2087b62ad5a1c6fb7379e4395 Message: mysql8 test: remove a needless SHOW CREATE TABLE Modified files: mysql-test/mroonga/storage/update/r/int.result mysql-test/mroonga/storage/update/t/int.test Modified: mysql-test/mroonga/storage/update/r/int.result (+0 -6) =================================================================== --- mysql-test/mroonga/storage/update/r/int.result 2018-08-10 15:59:14 +0900 (e022fa23) +++ mysql-test/mroonga/storage/update/r/int.result 2018-08-10 15:59:19 +0900 (49b442a4) @@ -1,11 +1,5 @@ drop table if exists t1, t2, t3; create table t1 (c1 int, c2 int); -show create table t1; -Table Create Table -t1 CREATE TABLE `t1` ( - `c1` int(11) DEFAULT NULL, - `c2` int(11) DEFAULT NULL -) ENGINE=Mroonga DEFAULT CHARSET=latin1 insert into t1 values (1, 100); insert into t1 values (2, 101); insert into t1 values (3, 102); Modified: mysql-test/mroonga/storage/update/t/int.test (+0 -1) =================================================================== --- mysql-test/mroonga/storage/update/t/int.test 2018-08-10 15:59:14 +0900 (aad0a951) +++ mysql-test/mroonga/storage/update/t/int.test 2018-08-10 15:59:19 +0900 (73fd0249) @@ -21,7 +21,6 @@ drop table if exists t1, t2, t3; --enable_warnings create table t1 (c1 int, c2 int); -show create table t1; insert into t1 values (1, 100); insert into t1 values (2, 101); insert into t1 values (3, 102); -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180810/7afc1291/attachment-0001.htm