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