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.result6
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/r/innodb_bug34300.result b/mysql-test/r/innodb_bug34300.result
index 4e3d3c17040..ae9fee81ad7 100644
--- a/mysql-test/r/innodb_bug34300.result
+++ b/mysql-test/r/innodb_bug34300.result
@@ -1,10 +1,4 @@
-SELECT f4, f8 FROM bug34300;
f4 f8
xxx zzz
-ALTER TABLE bug34300 ADD COLUMN (f10 INT);
-SELECT f4, f8 FROM bug34300;
f4 f8
xxx zzz
-DROP TABLE bug34300;
-SET @@global.max_allowed_packet=1048576;
-SET @@global.max_allowed_packet=default;