summaryrefslogtreecommitdiff
path: root/mysql-test/main/huge_frm-6224.result
blob: bbb650bc5b4f372dbc9f4f2ab304608330e6c5ea (plain)
1
2
3
4
5
6
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;