mariadb/mysql-test/main/huge_frm-6224.result
2019-01-24 16:14:12 +02:00

6 lines
203 B
Text

set global max_allowed_packet=1024*1024*10;
connect con1,localhost,root;
ERROR HY000: The definition for table `t1` is too big
connection default;
disconnect con1;
set global max_allowed_packet=default;