summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_bug34300.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/innodb_bug34300.result')
-rw-r--r--mysql-test/r/innodb_bug34300.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/innodb_bug34300.result b/mysql-test/r/innodb_bug34300.result
index 03ae355de7b..4e3d3c17040 100644
--- a/mysql-test/r/innodb_bug34300.result
+++ b/mysql-test/r/innodb_bug34300.result
@@ -6,4 +6,5 @@ SELECT f4, f8 FROM bug34300;
f4 f8
xxx zzz
DROP TABLE bug34300;
+SET @@global.max_allowed_packet=1048576;
SET @@global.max_allowed_packet=default;