diff --git a/mysql-test/r/rpl_row_blob_innodb.result b/mysql-test/r/rpl_row_blob_innodb.result index b9dc831350b..055efffbd6a 100644 --- a/mysql-test/r/rpl_row_blob_innodb.result +++ b/mysql-test/r/rpl_row_blob_innodb.result @@ -16,9 +16,6 @@ data LONGBLOB, PRIMARY KEY(c1))ENGINE=#; INSERT INTO test.t1 VALUES (NULL, NULL); INSERT INTO test.t1 VALUES (NULL, repeat('a',1*1024)); INSERT INTO test.t1 VALUES (NULL, repeat('b',16*1024)); -CHECK TABLE test.t1; -Table Op Msg_type Msg_text -test.t1 check status OK **** Data Insert Validation Master Section test.t1 **** diff --git a/mysql-test/r/rpl_row_blob_myisam.result b/mysql-test/r/rpl_row_blob_myisam.result index b9dc831350b..055efffbd6a 100644 --- a/mysql-test/r/rpl_row_blob_myisam.result +++ b/mysql-test/r/rpl_row_blob_myisam.result @@ -16,9 +16,6 @@ data LONGBLOB, PRIMARY KEY(c1))ENGINE=#; INSERT INTO test.t1 VALUES (NULL, NULL); INSERT INTO test.t1 VALUES (NULL, repeat('a',1*1024)); INSERT INTO test.t1 VALUES (NULL, repeat('b',16*1024)); -CHECK TABLE test.t1; -Table Op Msg_type Msg_text -test.t1 check status OK **** Data Insert Validation Master Section test.t1 ****