diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-03-24 23:48:31 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-03-24 23:48:31 +0300 |
commit | 938f094804f720bf6365e186b46cbb0d5f185afc (patch) | |
tree | b7dea738c11ae5079ecd766f6270de68708ac1e3 /mysql-test/r/mysql.result | |
parent | bd1bbd10c8e9504c2da8f101bfc2690d5ed8acef (diff) | |
parent | 8d4d3e1301ed8910a21c70cdb7b9e2f468bb7af6 (diff) | |
download | mariadb-git-938f094804f720bf6365e186b46cbb0d5f185afc.tar.gz |
Manuel merge.
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index 7fe35b207a3..5054c3aa76f 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -192,15 +192,6 @@ delimiter 1 1 1 -set @old_max_allowed_packet = @@global.max_allowed_packet; -set @@global.max_allowed_packet = 2 * 1024 * 1024 + 1024; -CREATE TABLE t1(data LONGBLOB); -INSERT INTO t1 SELECT REPEAT('1', 2*1024*1024); -SELECT LENGTH(data) FROM t1; -LENGTH(data) -2097152 -DROP TABLE t1; -set @@global.max_allowed_packet = @old_max_allowed_packet; End of 5.0 tests WARNING: --server-arg option not supported in this configuration. Warning (Code 1286): Unknown table engine 'nonexistent' |