#At file:///home/kgeorge/mysql/work/fix-6.0-bugteam/ based on
revid:kgeorge@stripped
2766 Georgi Kodinov 2008-12-01
Addendum to bug #22891.
Moved the setting of max_allowed_packet to a .opt file.
added:
mysql-test/suite/falcon/t/falcon_bug_22184-master.opt
modified:
mysql-test/suite/falcon/r/falcon_bug_22184.result
mysql-test/suite/falcon/t/falcon_bug_22184.test
per-file messages:
mysql-test/suite/falcon/r/falcon_bug_22184.result
Addendum to bug #22891: move setting of max_allowed_packet as a command
line option
mysql-test/suite/falcon/t/falcon_bug_22184-master.opt
Addendum to bug #22891: move setting of max_allowed_packet as a command
line option
mysql-test/suite/falcon/t/falcon_bug_22184.test
Addendum to bug #22891: move setting of max_allowed_packet as a command
line option
=== modified file 'mysql-test/suite/falcon/r/falcon_bug_22184.result'
--- a/mysql-test/suite/falcon/r/falcon_bug_22184.result 2007-09-20 15:44:25 +0000
+++ b/mysql-test/suite/falcon/r/falcon_bug_22184.result 2008-12-01 14:29:45 +0000
@@ -1,7 +1,6 @@
SET STORAGE_ENGINE = Falcon;
*** Bug #22184 ***
DROP TABLE IF EXISTS t6;
-SET @@max_allowed_packet = 20000000;
CREATE TABLE t6 (s1 longblob);
INSERT INTO t6 VALUES (repeat('a',2100000));
INSERT INTO t6 VALUES (repeat('a',2200000));
=== added file 'mysql-test/suite/falcon/t/falcon_bug_22184-master.opt'
--- a/mysql-test/suite/falcon/t/falcon_bug_22184-master.opt 1970-01-01 00:00:00 +0000
+++ b/mysql-test/suite/falcon/t/falcon_bug_22184-master.opt 2008-12-01 14:29:45 +0000
@@ -0,0 +1 @@
+--max_allowed_packet=20000000
=== modified file 'mysql-test/suite/falcon/t/falcon_bug_22184.test'
--- a/mysql-test/suite/falcon/t/falcon_bug_22184.test 2007-09-29 04:30:42 +0000
+++ b/mysql-test/suite/falcon/t/falcon_bug_22184.test 2008-12-01 14:29:45 +0000
@@ -8,7 +8,6 @@ SET STORAGE_ENGINE = Falcon;
DROP TABLE IF EXISTS t6;
--enable_warnings
-SET @@max_allowed_packet = 20000000;
CREATE TABLE t6 (s1 longblob);
INSERT INTO t6 VALUES (repeat('a',2100000));
INSERT INTO t6 VALUES (repeat('a',2200000));
| Thread |
|---|
| • bzr commit into mysql-6.0-bugteam branch (kgeorge:2766) Bug#22891 | Georgi Kodinov | 1 Dec |