From 1a1b6ea00d6ca7266bbec94c59a3accebe7aef56 Mon Sep 17 00:00:00 2001
From: unknown <jmiller@mysql.com>
Date: Thu, 16 Feb 2006 23:10:52 +0100
Subject: [PATCH] Updated result files

mysql-test/r/rpl_row_blob_innodb.result:
  Updated results files
mysql-test/r/rpl_row_blob_myisam.result:
  Updated results files
---
 mysql-test/r/rpl_row_blob_innodb.result | 3 ---
 mysql-test/r/rpl_row_blob_myisam.result | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/mysql-test/r/rpl_row_blob_innodb.result b/mysql-test/r/rpl_row_blob_innodb.result
index b9dc831350..055efffbd6 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 b9dc831350..055efffbd6 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 ****
 
-- 
2.30.9