summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test')
-rw-r--r--mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test b/mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test
index 16fb570737d..8553d97bd9e 100644
--- a/mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test
+++ b/mysql-test/suite/innodb/t/innodb_blob_unrecoverable_crash.test
@@ -7,7 +7,6 @@ call mtr.add_suppression("InnoDB: The total blob data length");
let $old_max_allowed_packet = `select @@max_allowed_packet`;
SET GLOBAL max_allowed_packet = 100*1024*1024;
---echo # Connection big_packets:
connect(big_packets,localhost,root,,);
connection big_packets;
@@ -28,7 +27,6 @@ start transaction;
--error ER_TOO_BIG_ROWSIZE
INSERT INTO t1 (a, b) VALUES (6, REPEAT('a', 20*1024*1024));
---echo # Connection default:
connection default;
# We expect a restart.
@@ -41,7 +39,6 @@ connection default;
--enable_reconnect
--source include/wait_until_connected_again.inc
---echo # Connection default:
connection default;
# We should see (1,2,3,4,5) here.