diff options
Diffstat (limited to 'mysql-test/suite/maria/r/maria-big.result')
-rw-r--r-- | mysql-test/suite/maria/r/maria-big.result | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/suite/maria/r/maria-big.result b/mysql-test/suite/maria/r/maria-big.result index b45816367a5..aca08b4df72 100644 --- a/mysql-test/suite/maria/r/maria-big.result +++ b/mysql-test/suite/maria/r/maria-big.result @@ -1,3 +1,4 @@ +set global max_allowed_packet=400000000; set storage_engine=maria; affected rows: 0 set global maria_log_file_size=4294967295; @@ -61,8 +62,6 @@ count(*) affected rows: 1 drop table t1, t2; affected rows: 0 -set @@max_allowed_packet=400000000; -affected rows: 0 create table t1 (a int, b longtext); affected rows: 0 insert into t1 values (1,"123456789012345678901234567890"),(2,"09876543210987654321"); |